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
What is the difference between a user and a schema in oracle?
what are steps for interface? where is exchange rate defined in which table?
How to use like conditions in oracle?
What is clustered table in Oracle?
How to define an oracle cursor variable?
Explain oracle 12c new features for developers?
Use of an integrity constraint is better to validate data. Explain
List out the difference between commit, rollback, and savepoint?
What is the difference between hot backup and cold backup in oracle?
Write a trigger example in oracle?
How to manage transaction isolation level?
What is a tns service name?
what are bitmap indexes? How does they work?
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
Explain what are the advantages of views?