How can you gather statistics on a table?
Answers were Sorted based on User's Feedback
Answer / guest
We can gather statistics on a table through>>
analyze table TABLE_NAME compute statistics , or
analyze table TABLE_NAME estimate statistics
Regards
Abhinav
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / balu
exec dbms_stats.gather_table_stats('ownername','tablename')
| Is This Answer Correct ? | 4 Yes | 0 No |
suppose you want to audit specific activities on sensitive data. How can you achieve that?
How does Oracle guarantee data integrity of data changes?
As a part of your job, what are the DBCC commands that you commonly use for database maintenance?
Explain the difference between $ORACLE_HOME and $ORACLE_BASE.
What are the different sql server versions you have worked on? : sql server DBA
You have just compiled a PL/SQL package but got errors, how would you view the errors?
Where do you find the default index fill factor and how to change it? : sql server DBA
What command would you use to create a backup control file?
In oracle 10g export, import if we declare rows=y/n what would be the output?
why we use cursors
You have just had to restore from backup and do not have any control files. How would you go about bringing up this database?
What are the different types of database compression introduced in sql server 2008? : sql server DBA
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)