Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: list table in schema

RE: list table in schema

From: William Beilstein <BeilstWH_at_obg.com>
Date: Mon, 07 May 2001 06:30:52 -0700
Message-ID: <F001.002FA926.20010507052043@fatcity.com>

If you have dba priviledges, you can issue the select

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

>>> Rajesh_at_ohitelecom.com 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:VKawatra_at_innoventry.com] 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: long_at_enetpearl.com

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: ListGuru_at_fatcity.com (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: VKawatra_at_innoventry.com
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: ListGuru_at_fatcity.com (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: rajaram_k_at_netzero.net

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: ListGuru_at_fatcity.com (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: Rajesh_at_ohitelecom.com
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: ListGuru_at_fatcity.com (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: BeilstWH_at_obg.com

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: ListGuru_at_fatcity.com (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). Received on Mon May 07 2001 - 08:30:52 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US