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: Accessing the seed database

Re: Accessing the seed database

From: Olav M.J. Christiansen <omjc_at_intete-kontor.dk>
Date: Tue, 7 Jan 2003 17:43:03 +0100
Message-ID: <3e1b0862$0$162$edfadb0f@dread14.news.tele.dk>


"Ken Endeley" <kenendeley_at_lycos.com> skrev i en meddelelse news:3e1ae537$0$1398$8e9e3842_at_news.atx.net...

> I login to SQL*plus with username:scott Password:tiger

Try the following:

select table_name from user_tables;

That will show you which tables you have. The 'seed' database you are describing must be another one (which you might not have installed).

--
Regards
Olav M.J. Christiansen, OCP
http://www.experit.dk
Received on Tue Jan 07 2003 - 10:43:03 CST

Original text of this message

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