identifier 'SYS.DBMS_JVM_EXP_PERMS' must be declared
I did a migration of database from one server to another, via expdp and impdp. In old srever, I have Oracle 11G release 11.2.0.2. in the new server, Oracle 11G 11.2.0.3.
In old server, there was a script that was executed at dawn. In this script, was made a export of database via exp. I kept the same script in the new server, including running with the same settings.
Today, I look the log, I saw this error message:
EXP-00008: ORACLE error 6550 encountered
ORA-06550: line 1, column 14:
PLS-00201: identifier 'SYS.DBMS_JVM_EXP_PERMS' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored