Re: I need a help about oracle installation and managing database

From: Chris Boyle <cboyle_at_no.spam.hargray.com>
Date: Fri, 24 Aug 2001 08:05:40 -0400
Message-ID: <9m5fu7$7hm6$1_at_news3.infoave.net>


The enterprise version comes with DBA Studio which should be all that you are looking for.
Computer LENA <lena_sas_at_iol.it> wrote in message news:Ocqh7.10727$i81.429794_at_news.infostrada.it...
> > Let's connect using SQL*Plus 8.0. (Program Files/Oracle for NT/SQL*Plus
> 8.0
> > or similar, or from dos command prompt plus80.exe).
> >
> > User scott,
> > password tiger.
> >
> > User scott is one of database schemas, others defaults are: system, sys,
> > internal.
> >
> > Now issue:
> > SQL> select * from cat;
> >
> > O!, We got all objects owned by scott.
> > We found here EMP table.
> > Lets see what is that.
> > SQL>desc EMP;
> > Now we got description of table EMP, other type of objects are views,
> > sequences, procedures, functions...
> > Lets browse now EMP table
> > SQL> select * from EMP;
> > No rows? Table is unfortunatelly empty.
> >
> > Ok, thats enough for start.
> >
> > /Noel
> >
> >
> >
> >
>
> I want to know if in oracle 8i (client or enterprise) there is a gui
> inteface tool for managing databases or i have only sql plus?
>
>
>
Received on Fri Aug 24 2001 - 14:05:40 CEST

Original text of this message