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 |
Explain the use of table functions.
how can you create a user-defined lock?
orra 1555 what is this error,why it is occur?
by issuing "alter tablespace begin backup;" what happens to tablespace?
What is the importance of a recovery model? : sql server DBA
What is a deadlock and what is a live lock? How will you go about resolving deadlocks?
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
How can we see the database version in os level
Can you redefine a table online?
What questions might be they ask in managerial round in capgemini.
Which types of backups you can take in Oracle? 2. A database is running in NOARCHIVELOG mode then which type of backups you can take? 3. Can you take partial backups if the Database is running in NOARCHIVELOG mode? 4. Can you take Online Backups if the the database is running in NOARCHIVELOG mode?
What column differentiates the V$ views to the GV$ views and how?
Oracle (3259)
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)