how will u find statistics of a database objects?
Answer Posted / ramesh kotha
exex dbms_stats.gather_table_statistics
('<schema>','<tablename>');
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do temporal tables work?
What is sql dialect?
What is set serveroutput on in pl sql?
What are %type and %rowtype for?
How can we solve sql error: ora-00904: invalid identifier?
how to dump a table to a file with 'mysqldump'? : Sql dba
What is mutating trigger?
How do I start sql profiler?
Can I copy :old and :new pseudo-records in/to an oracle stored procedure?
How do I find sql profiler?
How do I find duplicates in the same column?
What is varray in pl sql?
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints
What is pls integer?
How do I remove all records from a table?