Re: SQL*PLUS Question
From: Sachin Sangal <sachin_sangal_at_hotmail.com>
Date: 10 Dec 2002 05:39:21 -0800
Message-ID: <e3f5dbd0.0212100539.7962a240_at_posting.google.com>
Date: 10 Dec 2002 05:39:21 -0800
Message-ID: <e3f5dbd0.0212100539.7962a240_at_posting.google.com>
"Darren" <darren.cuthere_at_mallette.cut_cut_cut.com> wrote in message news:<4A7J9.283583$oRV.64528_at_news04.bloor.is.net.cable.rogers.com>...
> select table_name, owner from all_tables;
>
>
>
> "Node_Pointer" <Dodge1975_at_hotmail.com> wrote in message
> news:a21cbf94.0212040925.454010f3_at_posting.google.com...
> > What is the command that shows the names of tables in my database?
> > I want want a list of all my tables.
> >
> > thanks
salect * from <tablespace>
or
select * from tab
Received on Tue Dec 10 2002 - 14:39:21 CET