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?
2627Assuming 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.
2105How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
1 4715In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?
2659Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?
1874An automatic job running via DBMS_JOB has failed. Knowing only that "it's failed", how do you approach troubleshooting this issue?
1 5177What query tells you how much space a tablespace named "test" is taking up, and how much space is remaining?
1 4428Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.
1997Post New DB Administration Questions
how can you enable flashback feature?
Where do you find the default index fill factor and how to change it? : sql server DBA
What are the differences in clustering in sql server 2005 and 2008 or 2008 r2? : sql server DBA
What the different components in replication and what is their use? : sql server DBA
Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?
What is the difference between dropping a database and taking a database offline? : sql server DBA
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
You create a private database link and upon
connection, fails with: ORA-2085: connects to
What purpose does the model database server? : sql server DBA
What is dbcc? : sql server DBA
Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.
Query processing is slow(eg select query)how will u solve that
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
Explain about your sql server dba experience? : sql server DBA
Explain materialized views and how they are used.