I am trying to export a schema from my oracle database and I am getting the following exception.
ORA-00600: internal error code, arguments: [no olap workspace], [], [], [], [], [], [], []
ORA-06512: at "SYS.DBMS_AW", line 42
ORA-06512: at "SYS.DBMS_AW", line 105
ORA-06512: at "SYS.DBMS_AW", line 221
ORA-06512: at "SYS.DBMS_AW_EXP", line 264
The full log of the export is...
Connected to: Oracle9i Enterprise Edition Release 9.2.0.3.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.3.0 - Production
Export done in WE8MSWIN1252 character set and UTF8 NCHAR character set
server uses AL32UTF8 character set (possible charset conversion)
About to export the entire database ...
. exporting tablespace definitions
. exporting profiles
. exporting user definitions
. exporting roles
. exporting resource costs
. exporting rollback segment definitions
. exporting database links
. exporting sequence numbers
. exporting directory aliases
. exporting context namespaces
. exporting foreign function library names
. exporting PUBLIC type synonyms
. exporting private type synonyms
. exporting object type definitions
. exporting system procedural objects and actions
. exporting pre-schema procedural objects and actions
EXP-00008: ORACLE error 600 encountered
ORA-00600: internal error code, arguments: [no olap workspace], [], [], [], [], [], [], []
ORA-06512: at "SYS.DBMS_AW", line 42
ORA-06512: at "SYS.DBMS_AW", line 105
ORA-06512: at "SYS.DBMS_AW", line 221
ORA-06512: at "SYS.DBMS_AW_EXP", line 264
ORA-06512: at line 1
EXP-00083: The previous problem occurred when calling SYS.DBMS_AW_EXP.schema_inf
o_exp
. exporting cluster definitions
EXP-00056: ORACLE error 31600 encountered
ORA-31600: invalid input value EMIT_SCHEMA for parameter NAME in function SET_TRANSFORM_PARAM
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
ORA-06512: at "SYS.DBMS_METADATA_INT", line 3926
ORA-06512: at "SYS.DBMS_METADATA_INT", line 4050
ORA-06512: at "SYS.DBMS_METADATA", line 836
ORA-06512: at line 1
EXP-00056: ORACLE error 31600 encountered
ORA-31600: invalid input value EMIT_SCHEMA for parameter NAME in function SET_TRANSFORM_PARAM
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
ORA-06512: at "SYS.DBMS_METADATA_INT", line 3926
ORA-06512: at "SYS.DBMS_METADATA_INT", line 4050
ORA-06512: at "SYS.DBMS_METADATA", line 836
ORA-06512: at line 1
EXP-00000: Export terminated unsuccessfully
Here are the versions...
COMP_ID STATUS VERSION COMP_NAME
--------------- ----------- ---------- --------------------------
---------
CATALOG VALID 9.2.0.3.0 Oracle9i Catalog Views
CATJAVA VALID 9.2.0.3.0 Oracle9i Java Packages
CATPROC VALID 9.2.0.3.0 Oracle9i Packages and Types
CONTEXT VALID 9.2.0.3.0 Oracle Text
JAVAVM VALID 9.2.0.3.0 JServer JAVA Virtual Machine
ODM LOADED 9.2.0.1.0 Oracle Data Mining
ORDIM VALID 9.2.0.3.0 Oracle interMedia
OWM VALID 9.2.0.1.0 Oracle Workspace Manager
SDO VALID 9.2.0.3.0 Spatial
WK VALID 9.2.0.3.0 Oracle Ultra Search
XDB INVALID 9.2.0.3.0 Oracle XML Database
COMP_ID STATUS VERSION COMP_NAME
--------------- ----------- ---------- --------------------------
---------
XML VALID 9.2.0.3.0 Oracle XDK for Java
Start Free Trial