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
Explain table?
What is query image?
How to create an oracle database manually?
Are truncate and delete commands same? If so why?
What is bulk collect in oracle?
How to test null values?
How to retrieve data from an cursor to a record?
How to run queries on external tables?
what is a Nested Loop join?
How to convert a string to a date in oracle database?
What is BBED in Oracle?
Is there an oracle sql query that aggregates multiple rows into one row?
How does one get the view definition of fixed views/tables?
IS it possible to built the oracle database without setting the kernal parameters?
Who developed oracle & when?