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

Home -> Community -> Usenet -> c.d.o.misc -> Re: view all tables in database

Re: view all tables in database

From: Brian Everett <beverett_at_remove_this.usa.net>
Date: 1998/03/20
Message-ID: <3525fb43.44207837@news.earthlink.net>#1/1

 Select object_name from user_objects where object_type = 'TABLE';

On 19 Mar 1998 05:30:26 GMT, spadesmania rules <jeremybi_at_iscs.nus.edu.sg> wrote:

>how do i view the list of all the tables that I created in Oracle ?
>what is the command in sql*plus ? thanks.

Good Luck! Brian_RestonVA Received on Fri Mar 20 1998 - 00:00:00 CST

Original text of this message

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