Re: Looking for a Script to list tables,its indexes and sizing info

  • From: "Michael McMullen" <ganstadba@xxxxxxxxxxx>
  • To: "Oracle-L Freelists" <oracle-l@xxxxxxxxxxxxx>
  • Date: Fri, 27 Jan 2006 14:31:03 -0500

Do a select * from dict where table_name like 'DBA%' - you can replace the
wild card search with the names of your column headers.
That should give you some tables where to find your information. This looks
like a homework question. I say this because the formatting of your output
looks too nice to be a question of curiousity.
--
//www.freelists.org/webpage/oracle-l


Other related posts: