What is the recommended interval at which to run statspack
snapshots, and why?
Answer Posted / 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 |
Post New Answer View All Answers
Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?
A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?
what are the types of connection load-balancing?
Which autogrowth database setting is good? : sql server DBA
how can you generate profile of pl/sql applications to identify performance bottlenecks?
Query processing is slow(eg select query)how will u solve that
What are the different types of upgrades that can be performed in sql server? : sql server DBA
How do you troubleshoot errors in a sql server agent job? : sql server DBA
how does an oracle clusterware manage crs resources?
List out some of the requirements to setup a sql server failover cluster.? : sql server DBA
What are the different ways you can create databases in sql server? : sql server DBA
What is dcl? : sql server DBA
What the different types of replication and why are they used? : sql server DBA
I have A,B,C servers.i want to 3 servers jobs move to D server(target server)..how? note: i said that take the backup of msdb and restore to the target server..he said while restoring jobs replaced. what is the solution
What are the different types of indexes available in sql server? : sql server DBA