Skip to Main Content

Questions

QuestionUpdatedAsked

How to activate the auto-index feature in Oracle 19c Enterprise Edition?To activate on PDB send me the error:<code>BEGIN dbms_auto_index.configure('AUTO_INDEX_MODE','IMPLEMENT'); END;Informe de error -ORA-40216: función no soportadaORA-06512: en "SYS.DBMS_SYS_...
27 hours ago5 days ago

Hi Tom,First of all, I want to thank you for all the things which you have done and doing for Oracle community. It inspire me to learn more and more.Now my question is --Is there any way by which we can hide the procedures and functions code so the user can on...
28 hours ago1.4 years ago

Hi,I have created an application that is tracking a set of processes that are being run from a master table. When a process is completed, a flag in a column name PROC_EXEC_STATUS changes from N to Y for each process. I want my oracle apex application to refres...
5 days ago7 days ago

I have PL/SQL package with a function that returns a list of item numbers. This package/function is repeatedly called by online with multiple users; passing parameters to the function to use within the SQL statement(s). A new string (short list of item types) ...
5 days ago6 days ago

<u></u><u><b>We are building a system where:</b></u>- Application users connect using different DB users- They call DBMS_SCHEDULER.CREATE_JOB to create jobs- Jobs are always expected to execute in the application user(APPUSER) schema- We call external C++ func...
6 days ago7 days ago

I have recursive query on Oracle 11g table with undirected graph data. Each row represents one edge. The recursive query traverses all edges starting from given input edge. The idea of query is: - input edge is at the 0th level- for n>0, edge is on n-th level ...
3 weeks ago5.3 years ago

Tom,I have been trying to understand the concept of redo log threads in a RAC environment. I understand how the redo logs work in a single instance database. But I cannot find proper documentation anywhere that clearly explains what a redo log thread is and ho...
3 weeks ago19 years ago

We start getting alerts about a tablespace users that it was getting full, tablespace users contains 3 datafiles of 32GB each, but we found out that in one of the tables in tablespace users it has a Lob(67 GB), so we decided to moved that Lob to have it owns t...
4 weeks ago4 weeks ago

I have a problem in defining shared folders in VMVirtualBox.As there ist no category for that it seams that this is the wrong place.So where can i send the problem that seems to be a bug?...
4 weeks ago4 weeks ago

hi folks,I am very happy about the new enum domains in PL/SQL. They are very useful and can make the code much more maintainable.But I struggled over a problem. When I create an enum domain like <code>create domain MY_TEST_ENUM as enum ( text1 = 'text1', tex...
5 weeks ago11 months ago

With Always Free, there is no support. How do I get DBMS_CRYPTO grant? I tried using STANDARD_HASH, but it says STANDARD_HASH must be declared. So is there a way to get this access preferably to DBMS_CRYPTO? If not is there an alternative?...
5 weeks ago6 weeks ago

Refer to object-relational-developers-guide / Column Object Storage in Relational Tables If “The null indicators for an object and its embedded object attributes occupy one bit each. Thus, an object with n embedded object attributes (including objects at all ...
5 weeks ago7 weeks ago

كيف يمكنني الحصول علي كتب عن تطبيقات APEX? اريد ان أتعلم منها أثناء التجربه وتكون مساعدا لي في التعليم ...
5 weeks ago6 weeks ago

Hi Team,From performance perspective, which is a better filter IN or NOT IN?...
6 weeks ago6 weeks ago

I've installed Oracle Secure Backup using osbws_install.jar on a couple of hosts and it works fine on all of them (i.e. I can list, add and delete credentials in the wallet without being prompted for password). But on one particular host, after installing, whe...
6 weeks ago7 weeks ago

I need to report the database sizing to our management.Following are the questions:1) Total space allocated and used for each Database instance (We have 14 each for 3 applications) 2) How is the growth pattern over the last few years. Year to Year change. My a...
6 weeks ago7 weeks ago

Hi Tom, good morningMy question is very clear and generic, and very important for me due to a current discussión in my team:We have a database in the followint situation, the worst scenario, I guess:- standalone (no RAC, no Dataguard)- Only one disk with all i...
6 weeks ago2 months ago

Hi Tom,Suppose I am having following SQL queryUPDATE TB38OSET G000KE =(SELECT TB39G.A6000D FROM TB39G WHERE TB39G.A0020C = TB38O.A020KF AND TB39G.A0090C = TB38O.A090KF AND TB39G.A1010Y = TB38O.B010KF AND TB39G.A6000Y = TB38O.G000KF AND TB39G.A0230Z = TB38O.A23...
6 weeks ago20.2 years ago

Hi.I'm using Oracle Analytic Views (from 19c) as defined here: https://docs.oracle.com/en/database/oracle/oracle-database/19/dwhsg/overview-analytic-views.htmlI can create measures with simple aggregations (eg: SUM, COUNT, MIN), but I can't create a measure th...
6 weeks ago4.1 years ago

Hello,Is there any way to exclude a list of tables while doing DBMS_STATS.GATHER_SCHEMA_STATS?DBMS_STATS.LOCK_TABLE_STATS doesn't answer my need exactly.Best regards,Amine...
7 weeks ago9.8 years ago