What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
2172Other 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?
2037You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
2061What 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?
2139Assuming 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.
1991How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
1989In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?
1 3622Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?
1930Post New Oracle General Questions
How to connect to the server with user account: sys?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
Is there a combination of "like" and "in" in sql?
What are the differences between date and timestamp in oracle?
Explain joins in oracle?
how to join query for one source type is oracle another source type is sql server ?
How to use subqueries with the in operator using oracle?
How to create tables for odbc connection testing?
What are the set operators union, union all, minus & intersect meant to do?
How to drop a stored procedure in oracle?
How to count groups returned with the group by clause in oracle?
How to create a temporary table in oracle?
How do you bind variables in oracle?
How to drop an index in oracle?
What is a view and how is it different from a table?