dbTalk Databases Forums  

ORA-39082 during import

comp.databases.oracle.tools comp.databases.oracle.tools


Discuss ORA-39082 during import in the comp.databases.oracle.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
mark@markhibberdandassociates.com
 
Posts: n/a

Default ORA-39082 during import - 09-21-2007 , 06:17 PM






Here's one that I've not been able to resolve or find any other info
on:

I'm importing (using impdp on 10g) a full schema into another schema
on the same server. All is fine except for two errors like this:
ORA-39082: Object type ALTER_FUNCTION:"REG56_MON"."F_CRT_MULT_RTS_VW"
created with compilation warnings

The problem seems to be that the functions reference Views and the
Views are imported AFTER the functions. Has anyone else seen this,
and if so do you have a solution? It's not a critical error, more of
a warning, I realize, but we have an automated process (VB script)
that runs this process and after the import completes, it parses the
resulting import log file and sends out an error email because of the
ORA- error, which is what we want.

I'd like to somehow re-order the sequence of the import so that the
Functions are imported AFTER the Views. Possible?

I could also run the import twice, the first time EXCULDING Functions
and then the second time INCLUDING only the Functions, but I'd rather
find a cleaner solution, if this is indeed the problem causing the
ORA-39082.

Thanks!


Reply With Quote
  #2  
Old   
DA Morgan
 
Posts: n/a

Default Re: ORA-39082 during import - 09-23-2007 , 12:17 PM






mark (AT) markhibberdandassociates (DOT) com wrote:
Quote:
Here's one that I've not been able to resolve or find any other info
on:

I'm importing (using impdp on 10g) a full schema into another schema
on the same server. All is fine except for two errors like this:
ORA-39082: Object type ALTER_FUNCTION:"REG56_MON"."F_CRT_MULT_RTS_VW"
created with compilation warnings

The problem seems to be that the functions reference Views and the
Views are imported AFTER the functions. Has anyone else seen this,
and if so do you have a solution? It's not a critical error, more of
a warning, I realize, but we have an automated process (VB script)
that runs this process and after the import completes, it parses the
resulting import log file and sends out an error email because of the
ORA- error, which is what we want.

I'd like to somehow re-order the sequence of the import so that the
Functions are imported AFTER the Views. Possible?

I could also run the import twice, the first time EXCULDING Functions
and then the second time INCLUDING only the Functions, but I'd rather
find a cleaner solution, if this is indeed the problem causing the
ORA-39082.

Thanks!
look at utlrp.sql in your $ORACLE_HOME/rdbms directory.
Alternatively you can use the built-in DBMS_RECOMP package.
--
Daniel A. Morgan
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.