Data Pump Import Fails With ORA-39083 ORA-06550 and PLS-201 Errors On DBMS_JAVA.START_IMPORT
(Doc ID 2159742.1)
Last updated on OCTOBER 03, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.1 and laterOracle Database Cloud Schema Service - Version N/A and later
Gen 1 Exadata Cloud at Customer (Oracle Exadata Database Cloud Machine) - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
When attempting to perform a data pump import (IMPDP) you experience the following repeating errors when importing JAVA_CLASS objects:
Processing object type DATABASE_EXPORT/SCHEMA/JAVA_CLASS/JAVA_CLASS
ORA-39083: Object type JAVA_CLASS failed to create with error:
ORA-06550: line 1, column 43:
PLS-00201: identifier 'DBMS_JAVA.START_IMPORT' must be declared
ORA-06550: line 1, column 33:
PL/SQL: Statement ignored
Failing sql is:
DECLARE STATUS NUMBER; BEGIN STATUS := DBMS_JAVA.START_IMPORT( <object creation syntax> )
ORA-39083: Object type JAVA_CLASS failed to create with error:
ORA-06550: line 1, column 43:
PLS-00201: identifier 'DBMS_JAVA.START_IMPORT' must be declared
ORA-06550: line 1, column 33:
PL/SQL: Statement ignored
Failing sql is:
DECLARE STATUS NUMBER; BEGIN STATUS := DBMS_JAVA.START_IMPORT( <object creation syntax> )
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |