Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Get catalog database
The question is too vague. Catalog has different meaning in different applications. Maybe you are asking for the metadata. There is a DBA_catalog system view you can query to get all the indexes, tables, views, clusters, synonyms, and sequences in the database. For a complete list of dictionary views, most of them have names like DBA_* or ALL_* or USER_*, look up the ORACLE reference manual.
a_narancio_at_hotmail.com (Alejandro Narancio) wrote in message news:<72a8c532.0209092016.785088dc_at_posting.google.com>...
> First of all please excuse me for my english.
>
> I have a question, how can i get the catalog of a database using SQL???
>
>
> thanks and bye,
>
> Alejandro
Received on Tue Sep 10 2002 - 13:00:14 CDT