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
Are dml statements autocommit?
Is it possible to read/write files to-and-from PL/SQL?
What is anonymous block in sql?
what is view? : Sql dba
Is big data nosql?
What is compilation error in pl sql?
How many aggregate functions are available there in sql?
what is bcp? When is it used?
How would you convert date into julian date format?
how to concatenate two character strings? : Sql dba
What is lookup table in sql?
What are procedures used for?
tell me about various levels of constraint. : Sql dba
What is pl sql architecture?
What is crud sql?