Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Table documentation
This might work:
select 'desc' || table_name from all_objects where object_type='TABLE' ;
Bill in NY
Corinna Becker wrote in message
<01bdc509$eee05a20$a049100a_at_pc743-sode.seurope.ikea.com>...
Hello,
I want to write a documentation of all our tables by using the desc
command.
Is there a way to do something in SQLPLUS like "desc (all tables that we
have)"?
Thanks in advance
Corinna Becker
Received on Tue Aug 11 1998 - 23:52:44 CDT
![]() |
![]() |