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: Rajaram <rajaram_k_at_netzero.net>
Date: Sun, 06 May 2001 12:32:38 -0700
Message-ID: <F001.002FA5B1.20010506121019@fatcity.com>

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). Received on Sun May 06 2001 - 14:32:38 CDT

Original text of this message

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