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

Home -> Community -> Usenet -> c.d.o.server -> Re: Question: tables

Re: Question: tables

From: Rniemic <rniemic_at_aol.com>
Date: 29 Jun 1999 20:34:29 GMT
Message-ID: <19990629163429.08641.00006133@ng-fa1.aol.com>


Not sure if I understand the question ... but here's a shot at an easy solution although there are other ways to do this...

You just need to do a DESC (Describe) on the table: ie. for the emp table ... you would do a DESC EMP in SQL*Plus. If you don't know the table you can also look at DBA_TABLES to find the name of the table.

Rich Niemiec
Oracle Performance Tips and Techniques, Oracle Press ISBN: 0078824346 Received on Tue Jun 29 1999 - 15:34:29 CDT

Original text of this message

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