how to get count of tables in particular database in Oracle?
Answer Posted / nirav21686
Select Count(*) From User_Tables
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What to do if the binary spfile is wrong for the default instance?
what is IDE,DMV in sql server?
How to start a specific oracle instance?
When do I need to use a semicolon vs a slash in oracle sql?
Please explain drop constraint oracle?
How to export data to a csv file?
How to retrieve the count of updated rows?
How to loop through a cursor variable?
Difference between oracle's plus (+) notation and ansi join notation?
How to get last row id?
What is format trigger?
Explain what are the type of synonyms?
What suggestions do you have to reduce the network traffic?
How to assign query results to variables?
What is pragma autonomous transaction in oracle?