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: BILL M COHEE <COHEEB_at_prodigy.net>
Date: Wed, 12 Aug 1998 22:57:11 -0400
Message-ID: <6qtjv0$44c0$1@newssvr04-int.news.prodigy.com>


yeah thats what I meant....you can turn spooling on in Sql Plus.

Bill in NY

Henrik Staun Poulsen wrote in message <35D16C02.BA90E8DC_at_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 - 21:57:11 CDT

Original text of this message

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