RE: TRIGGER:... created with compilation warnings ?... Basic Qs
- From: "Guang Mei" <GuangMei@xxxxxxx>
- To: <VIVEK_SHARMA@xxxxxxxxxxx>, <oracle-l@xxxxxxxxxxxxx>
- Date: Thu, 24 Apr 2008 15:36:21 -0400
Check user_errors
SQL> desc user_errors;
Name Null? Type
----------------------------------------- -------- -------------------
NAME NOT NULL VARCHAR2(30)
TYPE VARCHAR2(12)
SEQUENCE NOT NULL NUMBER
LINE NOT NULL NUMBER
POSITION NOT NULL NUMBER
TEXT NOT NULL VARCHAR2(4000)
ATTRIBUTE VARCHAR2(9)
MESSAGE_NUMBER NUMBER
Guang
________________________________
From: oracle-l-bounce@xxxxxxxxxxxxx
[mailto:oracle-l-bounce@xxxxxxxxxxxxx] On Behalf Of VIVEK_SHARMA
Sent: Thursday, April 24, 2008 3:26 PM
To: oracle-l@xxxxxxxxxxxxx
Subject: TRIGGER:... created with compilation warnings ?... Basic Qs
Folks
Following Error Occurred during impdp:-
ORA-39082: Object type TRIGGER:"CRMUSER"."TRG_LCT" created with
compilation warnings
ACTION:-
SQL> alter trigger "CRMUSER"."TRG_LCT" compile;
Warning: Trigger altered with compilation errors.
SQL> show errors
No errors.
Qs What is the approach for further diagnostics/resolution of this
error?
Cheers & Thanks
Vivek
**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended
solely for the use of the addressee(s). If you are not the intended
recipient, please notify the sender by e-mail and delete the original
message. Further, you are not to copy, disclose, or distribute this
e-mail or its contents to any other person and any such actions are
unlawful. This e-mail may contain viruses. Infosys has taken every
reasonable precaution to minimize this risk, but is not liable for any
damage you may sustain as a result of any virus in this e-mail. You
should carry out your own virus checks before opening the e-mail or
attachment. Infosys reserves the right to monitor and review the content
of all messages sent to or from this e-mail address. Messages sent to or
from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***
- References:
- TRIGGER:... created with compilation warnings ?... Basic Qs
- From: VIVEK_SHARMA
Other related posts:
- » TRIGGER:... created with compilation warnings ?... Basic Qs
- » RE: TRIGGER:... created with compilation warnings ?... Basic Qs
- » RE: TRIGGER:... created with compilation warnings ?... Basic Qs
- » RE: TRIGGER:... created with compilation warnings ?... Basic Qs
- » RE: TRIGGER:... created with compilation warnings ?... Basic Qs
- » Re: TRIGGER:... created with compilation warnings ?... Basic Qs
- » Re: TRIGGER:... created with compilation warnings ?... Basic Qs
- » Re: TRIGGER:... created with compilation warnings ?... Basic Qs
- TRIGGER:... created with compilation warnings ?... Basic Qs
- From: VIVEK_SHARMA