Re: Designer 6i entities table name

From: Daniel A. Morgan <damorgan_at_exesolutions.com>
Date: Mon, 28 Jan 2002 10:13:11 +0000
Message-ID: <3C552437.C8F6F178_at_exesolutions.com>


Perform the following query:

SELECT object_name
FROM all_objects
WHERE object_name LIKE '%COMMENT%';

change the where clause for any type of Oracle information or object you wish to find.

Likely what you will find, however, is that no one entered any.

Daniel Morgan

Pavel Kahle wrote:

> Hi,
> where, in which table in oracle, are stored information about entities
> e.g. attributes - commnet, description, notes ..
>
> Thanks Pavel Kahle
Received on Mon Jan 28 2002 - 11:13:11 CET

Original text of this message