how to get count of tables in particular database in Oracle?

Answers were Sorted based on User's Feedback



how to get count of tables in particular database in Oracle?..

Answer / nirav21686

Select Count(*) From User_Tables

Is This Answer Correct ?    16 Yes 0 No

how to get count of tables in particular database in Oracle?..

Answer / ajitnayak

SELECT COUNT(DISTINCT TABLE_NAME)
FROM COLS

Is This Answer Correct ?    0 Yes 0 No

how to get count of tables in particular database in Oracle?..

Answer / abc

select count(*) from tab;

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Oracle General Interview Questions

Explain the use of grant option in exp command.

0 Answers  


How to create a server parameter file?

0 Answers  


What is proxy method?

0 Answers  


difference between procedures and function?

7 Answers   IBM,


5. Display full details from the ORDER_LINE table where the item number is (first condition) between 1 and 200 (no > or < operators) OR the item number is greater than 1000 AND (second condition) the item cost is not in the list 1000, 2000, 3000 OR the order number is not equal to 1000.

3 Answers   Wipro,






Explain joins in oracle?

0 Answers  


what is the difference between sql& oracle?

11 Answers   Oracle,


Select the Nth lowest value from a table?

4 Answers  


Can we insert data in view oracle?

0 Answers  


I want a table like, no name address addr1 addr2 So i want columns like addr1,addr2 under address column. Can one please answer me. Advance Thanks.

2 Answers   IBM,


query to find the maximum no persons with same age(age colomn) from emp table

1 Answers  


How to retrieve data from an explicit cursor?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)