Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Get catalog database

Re: Get catalog database

From: Daniel Morgan <dmorgan_at_exesolutions.com>
Date: Tue, 10 Sep 2002 15:28:02 GMT
Message-ID: <3D7E0F57.4886587D@exesolutions.com>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US