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: Table documentation

Re: Table documentation

From: Henrik Staun Poulsen <hsp_at_infolog.dk>
Date: Wed, 12 Aug 1998 12:18:42 +0200
Message-ID: <35D16C02.BA90E8DC@infolog.dk>


Bill,

Don't you mean

    select 'desc ' || Object_name from all_objects where object_type='TABLE' ;

that is object_name instead of table_name? Do you know how to get this info into a file?

TIA Henrik Staun Poulsen Received on Wed Aug 12 1998 - 05:18:42 CDT

Original text of this message

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