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: cannot disable or drop the ON DATABASE trigger !!!!

Re: cannot disable or drop the ON DATABASE trigger !!!!

From: Jose Luis Delgado <joseluis_delgado_at_yahoo.com>
Date: Thu, 03 Jul 2003 07:00:35 -0800
Message-ID: <F001.005C3377.20030703070035@fatcity.com>


Are you sure that you created the trigger on sys schema? with the sys user?

I got something similar when, by mistake, I created a logon trigger on another schema... with another username

I whould check:
> select owner, object_name, object_type, status
> from dba_objects
> where object_name = 'DDL_TRIGGER'

HTH
JL


Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jose Luis Delgado
  INET: joseluis_delgado_at_yahoo.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Thu Jul 03 2003 - 10:00:35 CDT

Original text of this message

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