how to get count of tables in particular database in Oracle?
Answer Posted / ajitnayak
SELECT COUNT(DISTINCT TABLE_NAME)
FROM COLS
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to run create database statement again?
How to export your connection information to a file?
What is the usage of synonyms?
How to execute a stored program unit?
What are the limitations of check constraint?
How to change user password in oracle?
What is a sub query? What are its various types?
When do you get a .pll extension in oracle? Explain its importance
What are the attributes of the cursor?
What is Library Cache in Oracle?
What is snapshot is too old? Give and example for better understand.
What are the set operators union, union all, minus & intersect meant to do?
What are ddl statements in oracle?
How to do a full database export?
How many types of auditing in Oracle?