What is the recommended interval at which to run statspack
snapshots, and why?
Answer / shiva
After we have verified that STATSPACK is installed and working, we can schedule automatic data collection. By using the statsauto.sql script we can automatically schedule an hourly data collection for STATSPACK. The statsauto.sql script contains the following directive:
SQL> execute dbms_job.submit(:jobno, 'statspack.snap;',
trunc(sysdate+1/24,'HH'), 'trunc(SYSDATE+1/24,''HH'')', TRUE, :instno);
Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between hot backup n rman backup?
What is the difference between online backup & offline backup?
In what script is "snap$" created? In what script is the "scott/tiger" schema created?
Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
what is a user-defined lock?
Explain the use of setting GLOBAL_NAMES equal to TRUE.
Can we take incremental backups in datapump?
Query processing is slow(eg select query)how will u solve that
what is the use of ocr?
How do you open a cluster administrator? : sql server DBA
What would you do with an "in-doubt" distributed transaction?