Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: command to list all user tables
David Wright wrote:
> anacedent_at_hotmail.com (Anna C. Dent) wrote in > <U3zoc.124148$Jy3.85683_at_fed1read03>:
> > > I think my problem is I have not been explaining myself properly. I mean > documentation of such things like 'set spool off' or 'set spool asdfasd.txt'. > What is this language called? Is this PL/SQL? It seems to be a kind of > scripting command. I didnt know that Oracle had other type of set statements > and then there are sql 'set' statements as in typical merge.
The "language" is called SQL*Plus. It has its own on-line document.
Please consider using the graphical interface, Oracle Enterprise Manager (OEM) console. It installs under Windows without trouble, you can run it in "standalone" mode after filling in the name of the database you want to connect to, and it will show you tables, columns, and so much more your mind will reel. And then you can even save everything you see off to an HTML or text file.
--Mark Bole Received on Wed May 12 2004 - 19:56:58 CDT
![]() |
![]() |