What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
2128Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?
1986You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
2002What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
2069Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
1945How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
1897In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?
1 3517Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?
1879Post New Oracle General Questions
How to run the anonymous block again?
Can we call procedure inside function in oracle?
How to rename an existing table?
How to pass parameters to procedures in oracle?
Explain constraining triggers.
How to turn on or off recycle bin for the session?
How to select some columns from a table in oracle?
Does oracle partitioning improve performance?
What is the order of defining local variables and sub procedures/functions?
How to create a testing table in oracle?
How to use "while" statements in oracle?
How can you use check constraints for self referential integrity?
How to pass a cursor variable to a procedure?
what is difference between sql plus and sql*plus? (not sql and sql plus).
How do I find the database name in oracle?