Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How can you gather statistics on a table?

Answers were Sorted based on User's Feedback



How can you gather statistics on a table?..

Answer / santosh

you can use dbms_stats package

Is This Answer Correct ?    19 Yes 3 No

How can you gather statistics on a table?..

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

How can you gather statistics on a table?..

Answer / balu

exec dbms_stats.gather_table_stats('ownername','tablename')

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More DB Administration Interview Questions

What is a correlated sub-query? : sql server DBA

0 Answers  


In what script is "snap$" created? In what script is the "scott/tiger" schema created?

0 Answers  


If CPU is very slow What can u do to speed up?

1 Answers  


Explain the difference between a data block, an extent and a segment.

2 Answers  


what are the types of connection load-balancing?

0 Answers   Oracle,


Explain the concept of the DUAL table.

3 Answers  


What is the default fill factor value? : sql server DBA

0 Answers  


what is difference between user managed backup and rman backup?

1 Answers   CTS,


What would you do with an "in-doubt" distributed transaction?

0 Answers  


Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.

0 Answers  


How can you gather statistics on a table?

3 Answers  


how can you communicate with operating system files from oracle?

0 Answers   Oracle,


Categories