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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Which view maintain droped constraint record?

Re: Which view maintain droped constraint record?

From: Galen Boyer <galenboyer_at_hotpop.com>
Date: Thu, 16 Aug 2001 22:02:12 -0700
Message-ID: <F001.0036E65E.20010816220020@fatcity.com>

On Thu, 16 Aug 2001, oracledbam_at_hotmail.com wrote:

>> > Which view is required to check if any constraint has beed
>> > droped? means which Data dictionary table maintain
>> > constraint drop record?
>>
>>DBA_CONSTRAINTS
>>
>>Here is where you can find out about it and its friends.
>>
>>http://otn.oracle.com/docs/products/oracle8i/doc_library/817_doc/server.817/a76961/toc.htm
>>

> hi DBA_CONSTRAINTS describes all constraint definitions in the > database not maintain droped constraint.

Oops. Sorry about that. This won't be available unless you have auditing enabled and you are watching for this type of statement, at least this is where I would look to try to allow for this functionality you need.

Here's the admin guide for auditing
http://otn.oracle.com/docs/products/oracle8i/doc_library/817_doc/server.817/a76956/audit.htm#1354

It will have a link to the "audit" statement which will show you how to monitor specific statements.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Galen Boyer
  INET: galenboyer_at_hotpop.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Aug 17 2001 - 00:02:12 CDT

Original text of this message

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