Tables in database

How to find how many tables in each data base

Questions by nishitha1007

Showing Answers 1 - 2 of 2 Answers

Someone need to confirm whether this is correct! Each owner is treated as schema(?),bang me if I am wrong

  1* select count(1),owner from all_tables group by owner
SQL> /

  COUNT(1) OWNER
---------- ------------------------------
         1 CTXSYS
        10 MDSYS
         8 SCOTT
        12 SYS
         2 SYSTEM
         5 WKSYS
         1 WMSYS

7 rows selected.

SQL>

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions