Answer Posted / prabhudatta barick
Please ignore my first answer...
as By default this job runs within a maintenance windows
between 10 P.M. to 6 A.M. week nights and all day on
weekends.
to get the exact record please use this
ANALYZE TABLE <table_name> COMPUTE STATISTICS;
SELECT num_rows
FROM dba_tables
WHERE table_name = '<TABLE_NAME>';
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is primary key and unique key?
Which one is faster ienumerable or iqueryable?
What are properties of the transaction?
What is sql engine in oracle?
Can instead of triggers be used to fire once for each statement on a view?
What is attribute indicator in pl sql?
What is the usage of distinct keyword?
which tcp/ip port does sql server run on? : Sql dba
What is cursor in pl sql with examples?
What is the use of function in sql?
Describe types of sql statements?
What is cursor in pl sql?
Differentiate between sga and pga.
What are the advantages of normalization?
What is the difference between partitioning and sharding?