Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Table documentation
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
![]() |
![]() |