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

Home -> Community -> Usenet -> c.d.o.tools -> Re: newbie basic questions

Re: newbie basic questions

From: Jim Kennedy <kennedy-family_at_home.com>
Date: Sat, 10 Mar 2001 19:02:51 GMT
Message-ID: <vTuq6.545782$U46.16160621@news1.sttls1.wa.home.com>

select * from dba_tables;
select * from dba_tab_columns;
select * from users; (I think)

This is more Oracle system informationand probably doesn't reside in a book about using sqlplus. You should have all this information in the online manuals. They are in html.
Jim

"Paul" <paulsh_at_bigfoot.com> wrote in message news:3AAA73A9.DCC13666_at_bigfoot.com...
> I installed Oracle 8i for Linux and am just trying to learn the basics
> of it. I am looking to do some VERY basic things in SQLPLUS but can't
> seem to find any information on it in the book I purchased. Can someone
> give me a tip on how to do the following?
>
> - I have a sample database loaded. How do I list all tables in the
> database?
>
> - How do I list all fields in each table?
>
> - How do I list the users that are allowed to login to the database
> instance and access it?
>
> These are the MOST basic questions...why wouldn't the book have this
> info????
>
> Thanks for the help!
> Paul
>
>
Received on Sat Mar 10 2001 - 13:02:51 CST

Original text of this message

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