ORA-39082 error (compilation warnings) during exporting/importing a database using expdp/impdp
Hello everyone.
I have a problem with the creation of a database clone with SQL scripts.
I am using Oracle version 19c Enterprise Edition Release 19.0.0.0.0. The script clones an existing database to a new one. A Data Pump Export is executed, the Database is then deleted and finally the exported data are imported again. And for the most part, it works. So far, so good.
However, at the end of the script processing, I get this message:
ORA-39082: Object type FUNCTION:"SOME_USER"."SOME_FUNCTION" created with compilation warnings.
I should note that this error occurs since we added PL/SQL scripts to our database.