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

From: Computer LENA <lena_sas_at_iol.it>
Date: Fri, 24 Aug 2001 10:42:54 GMT
Message-ID: <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
>
>
>
>

[Quoted] 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 - 12:42:54 CEST

Original text of this message