What 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?
2680Assuming 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.
2153How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
1 4788In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?
2720Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?
1908An automatic job running via DBMS_JOB has failed. Knowing only that "it's failed", how do you approach troubleshooting this issue?
1 5254What query tells you how much space a tablespace named "test" is taking up, and how much space is remaining?
1 4518Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.
2043Post New DB Administration Questions
What is a correlated sub-query? : sql server DBA
Why does Oracle not permit the use of PCTUSED with indexes?
What is dcl? : sql server DBA
Claims and Drains are the locks used to control the concurrency between SQL processes and utilities. Referring to the above statement, what is the maximum number of concurrent Claimers for a Subsystem? Choice 1 32 Choice 2 64 Choice 3 128 Choice 4 256 Choice 5 No limit
what do you understand by fine-grained auditing?
What are the different ways you can create databases in sql server? : sql server DBA
What are the high-availability solutions in sql server and differentiate them briefly? : sql server DBA
how can you process messages in order asynchronously?
What view(s) do you use to associate a user's SQLPLUS session with his o/s process?
What the different types of replication and why are they used? : sql server DBA
What is the importance of a recovery model? : sql server DBA
Where would you look for errors from the database engine?
You create a private database link and upon
connection, fails with: ORA-2085: connects to
Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.
What are statistics, under what circumstances they go out of date, how do you update them?