Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Get catalog database
Alejandro Narancio wrote:
> 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
SELECT object_name, object_type
FROM dba_objects.
Daniel Morgan Received on Tue Sep 10 2002 - 10:28:02 CDT
![]() |
![]() |