Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: ORA-04098 Problem - Any Ideas??
Thank You, Banarasi Babu that worked fine.
Regards
Denham
-----Original Message-----
Sent: Thursday, January 30, 2003 9:19 AM
To: Multiple recipients of list ORACLE-L
Hi Denham EVa
Try
SQL> ALTER TRIGGER SYS.JIS$ROLE_TRIGGER$ COMPILE ;
-- If recompilation fails or if you are still not able to connect, disable
the trigger
SQL> ALTER TRIGGER SYS.JIS$ROLE_TRIGGER$ DISABLE ;
then your command
thanks
Banarasi Babu
-----Original Message-----
Sent: Thursday, January 30, 2003 11:44 AM
To: Multiple recipients of list ORACLE-L
Hello List,
I get this error when trying to drop and index, this as the schema owner.
ERROR at line 1:
ORA-04098: trigger 'SYS.JIS$ROLE_TRIGGER$' is invalid and failed
re-validation
The system is Oracle 817 on Win2000
Does anyone know how to fix this?
Funny enough the command ALTER INDEX indexname REBUILD; works fine???
TIA
Regards
Denham Eva
Oracle DBA
"UNIX is basically a simple operating system, but you have to be a genius to
understand the simplicity."
Dennis Ritchie.
DISCLAIMER This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. TFMC, its holding company, and any of its subsidiaries each reserve the right to monitor and manage all e-mail communications through its networks.
Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be views of any such entity.
This e-mail message has been scanned for Viruses and Content and cleared by MailMarshal - For more information please visit <http://www.marshalsoftware.com> www.marshalsoftware.com
Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity.
For more information please visit www.marshalsoftware.com
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Denham Eva INET: EvaD_at_TFMC.co.za 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 Jan 30 2003 - 04:39:11 CST
![]() |
![]() |