If you have dba priviledges, you can issue the select

select table_name
from dba_tables
where owner = 'SCHEMA_NAME'
order by table_name;

>>> [EMAIL PROTECTED] 05/07/01 01:35AM >>>
This won't work.

TAB is a synonym for USER_TABLES. Although this is present in
current DB releases, it's there for backward compatibility
purpose and its use is not recommended.
        The other two solutions were perfectly alright.

HTH,
Rajesh
-----Original Message-----
Sent: Monday, May 07, 2001 12:10 AM
To: Multiple recipients of list ORACLE-L


I think even this one should work:

   select * from <Schema_onwer>.tab ;

Correct me if I am wrong. I did not test it though.

Raj.


-----Original Message-----
From:   Vikas Kawatra [SMTP:[EMAIL PROTECTED]] 
Sent:   Sunday, May 06, 2001 12:05 AM
To:     Multiple recipients of list ORACLE-L
Subject:        RE: list table in schema

Logon as schema owner :

Execute :
Select table_name from user_tables ;



-----Original Message-----
Sent: Friday, May 04, 2001 10:00 PM
To: Multiple recipients of list ORACLE-L


hello....

how can i list all table in a schema ?


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com 
-- 
Author: Jimmy Lim
  INET: [EMAIL PROTECTED] 

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com 
-- 
Author: Vikas Kawatra
  INET: [EMAIL PROTECTED] 

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

NetZero Platinum
No Banner Ads and Unlimited Access
Sign Up Today - Only $9.95 per month!
http://www.netzero.net 
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com 
-- 
Author: Rajaram
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com 
-- 
Author: Rajesh Dayal
  INET: [EMAIL PROTECTED] 

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: William Beilstein
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to