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


Please Help Members By Posting Answers For Below Questions

How to list all user accounts in oracle?

803


how to make an oracle object

2080


You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?

1656


What is the usage of control file in oracle?

819


How to delete a column in an existing table in oracle?

802


Explain the types of exception?

855


How do we display rows from the table without duplicates?

716


Is rowid unique in oracle?

727


Can you tell me how to add new column in existing views?how?How is possible?

1123


Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.

1825


How to retrieve data from an explicit cursor?

767


What is a cognitive schema?

689


What happens in oracle commit?

759


What are set operators?

825


List the parts of a database trigger.

770