Oracle Trouble Shooting Question and Answers
37. | How can you detect block corruption? |
---|---|
There are four methods for detecting block corruption, which are given as follows:
|
|
38. | How do you collect statistics for a table, schema and database? |
---|---|
You can use the dbms_stats package to collect table, schemad and database statistics. The GATHER_TABLE_STATS procedure can be used to gather table statistics; The GATHER_SCHEMA_STATS procedure can be used to gather schema statistics; and the GATHER_DATABASE_STATS procedure can be used to gather database statistics. |
|