﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FranklinFaces.com - Oracle &amp; SQL Server Database Forums for all IT Professionals / Oracle Forum / ORA - Oracle Database Error Codes - Search via specific error codes. / ORA-00000 Through ORA-09989   / ORA-02304: invalid object identifier literal: ORA-39083: Object type TYPE failed to create with error: / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>FranklinFaces.com - Oracle &amp; SQL Server Database Forums for all IT Professionals</description><link>http://www.franklinfaces.com/</link><webMaster>no-reply@FranklinFaces.com</webMaster><lastBuildDate>Thu, 09 Sep 2010 14:17:44 GMT</lastBuildDate><ttl>20</ttl><item><title>ORA-02304: invalid object identifier literal: ORA-39083: Object type TYPE failed to create with error:</title><link>http://www.franklinfaces.com/Topic173-54-1.aspx</link><description>Hi,&lt;P&gt;When I was expording a schema and importing it to another schema in the same database i was getting the following ora error import message:&lt;/P&gt;&lt;P&gt;Import: Release 10.2.0.4.0 - 64bit Production on Tuesday, 29 December, 2009 14:05:41&lt;/P&gt;&lt;P&gt;Copyright (c) 2003, 2007, Oracle.  All rights reserved.&lt;/P&gt;&lt;P&gt;Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production&lt;BR&gt;With the Partitioning, Data Mining and Real Application Testing options&lt;BR&gt;Master table "SYS"."SYS_IMPORT_FULL_02" successfully loaded/unloaded&lt;BR&gt;Starting "SYS"."SYS_IMPORT_FULL_02":  parfile=/oracle/dba/scripts/imp_daily_TABLES.par directory=DAILY_TABLES_REFRESH dumpfile=james_expdp_%U.dmp logfile=daily_refresh_impdp.log REMAP_SCHEMA=JAMES:SCOTT TABLE_EXISTS_ACTION=SKIP&lt;BR&gt;Processing object type SCHEMA_EXPORT/USER&lt;BR&gt;ORA-31684: Object type USER:"SCOTT" already exists&lt;BR&gt;Processing object type SCHEMA_EXPORT/SYSTEM_GRANT&lt;BR&gt;Processing object type SCHEMA_EXPORT/ROLE_GRANT&lt;BR&gt;Processing object type SCHEMA_EXPORT/DEFAULT_ROLE&lt;BR&gt;Processing object type SCHEMA_EXPORT/TABLESPACE_QUOTA&lt;BR&gt;Processing object type SCHEMA_EXPORT/passWORD_HISTORY&lt;BR&gt;Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA&lt;BR&gt;Processing object type SCHEMA_EXPORT/TYPE/TYPE_SPEC&lt;BR&gt;&lt;FONT color=#113333&gt;&lt;STRONG&gt;ORA-39083: Object type TYPE failed to create with error:&lt;BR&gt;ORA-02304: invalid object identifier literal&lt;BR&gt;Failing sql is:&lt;BR&gt;CREATE TYPE "SCOTT"."SYS_PLSQL_210109_DUMMY_1"   OID '6E6497DF899A51E7E0440003BA2F18B2' as table of number;&lt;BR&gt;ORA-39083: Object type TYPE failed to create with error:&lt;BR&gt;ORA-02304: invalid object identifier literal&lt;BR&gt;Failing sql is:&lt;BR&gt;CREATE TYPE "SCOTT"."SYS_PLSQL_210109_9_1"   OID '6E6497DF899451E7E0440003BA2F18B2' as object (CUSTID CHAR(25),&lt;BR&gt;PARTYID CHAR(4),&lt;BR&gt;RATINGEQUIVALENCY NUMBER(3));&lt;BR&gt;ORA-39082: Object type TYPE:"SCOTT"."SYS_PLSQL_11945_34_1" created with compilation warnings&lt;BR&gt;ORA-39082: Object type TYPE:"SCOTT"."SYS_PLSQL_11945_34_1" created with compilation warnings&lt;BR&gt;ORA-39083: Object type TYPE failed to create with error:&lt;BR&gt;ORA-02304: invalid object identifier literal&lt;BR&gt;Failing sql is:&lt;BR&gt;CREATE TYPE "SCOTT"."SYS_PLSQL_210109_34_1"   OID '6E6497DF899E51E7E0440003BA2F18B2' as table of SENTRY."SYS_PLSQL_210109_9_1";&lt;BR&gt;&lt;/STRONG&gt;&lt;/FONT&gt;Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE&lt;BR&gt;Processing object type SCHEMA_EXPORT/SEQUENCE/GRANT/OWNER_GRANT/OBJECT_GRANT&lt;BR&gt;Processing object type SCHEMA_EXPORT/CLUSTER/CLUSTER&lt;BR&gt;Processing object type SCHEMA_EXPORT/CLUSTER/INDEX&lt;BR&gt;Processing object type SCHEMA_EXPORT/TABLE/TABLE&lt;BR&gt;Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA&lt;BR&gt;&lt;/P&gt;&lt;P&gt;I couldn't figure it out at first.   This was my par file / example of my impdp statement:&lt;/P&gt;&lt;P&gt;&lt;FONT color=#1111ff&gt;impdp parfile=/oracle/dba/scripts/imp_daily.par directory=DAILY_TABLES_REFRESH dumpfile=james_expdp_%U.dmp logfile=daily_refresh_impdp.log REMAP_SCHEMA=JAMES:SCOTT TABLE_EXISTS_ACTION=SKIP PARALLEL=5&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;It was related to the type.  I couldn't figure it out untill i saw someone metioned something about TRANSFORM option.  I read it up again in metalink and it worked.  Here is what I did:&lt;/P&gt;&lt;P&gt;&lt;FONT color=#1111ff&gt;impdp parfile=/oracle/dba/scripts/imp_daily.par directory=DAILY_TABLES_REFRESH dumpfile=james_expdp_%U.dmp logfile=daily_refresh_impdp.log REMAP_SCHEMA=JAMES:SCOTT TABLE_EXISTS_ACTION=&lt;FONT color=#dd1111&gt;APPEND&lt;/FONT&gt; PARALLEL=5 &lt;/FONT&gt;&lt;FONT color=#ff1111&gt;TRANSFORM=oid:n&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR&gt;I highlighted what i did in red.    I changed it to APPEND because I was dropping the user before importing it so it was ok.   The TRANSFORM option will take the existing OID and assign it a new id when you provide it with :&lt;FONT color=#ff1111&gt;n&lt;/FONT&gt; option.  I hope this helps.    This option is only available in 10gR2.&lt;/P&gt;&lt;P&gt;Here is some info from oracle:&lt;/P&gt;&lt;P&gt;Hope it helps:&lt;/P&gt;&lt;H2 class=km&gt;Applies to: &lt;/H2&gt;&lt;P&gt;Enterprise Manager for RDBMS - Version: 10.1.0 to 10.2.0&lt;BR&gt;Oracle Server - Enterprise Edition - Version: 10.1.0 to 10.2.0&lt;BR&gt;Oracle Server - Personal Edition - Version: 10.1.0 to 10.2.0&lt;BR&gt;Oracle Server - Standard Edition - Version: 10.1.0 to 10.2.0&lt;BR&gt;This problem can occur on any platform.&lt;BR&gt;&lt;/P&gt;&lt;H2 class=km&gt;&lt;A name=SYMPTOM&gt;&lt;/A&gt;Symptoms&lt;/H2&gt;&lt;P&gt;The example below is based on the directory object my_dir that refers to an existing directory on the server where the Oracle RDBMS is installed. Example:&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;Windows:&lt;BR&gt;&lt;/STRONG&gt;CONNECT system/manager&lt;BR&gt;CREATE OR REPLACE DIRECTORY my_dir AS 'D:\export';&lt;BR&gt;GRANT read, write ON DIRECTORY my_dir TO public;&lt;BR&gt;&lt;STRONG&gt;Unix:&lt;BR&gt;&lt;/STRONG&gt;CONNECT system/manager&lt;BR&gt;CREATE OR REPLACE DIRECTORY my_dir AS '/home/users/export';&lt;BR&gt;GRANT read, write ON DIRECTORY my_dir TO public;&lt;/PRE&gt;&lt;P&gt;&lt;BR&gt;A schema that owns object types needs to be duplicated from schema U1 to schema U2 in the same Oracle10g database. Example:&lt;/P&gt;&lt;PRE&gt;CONNECT system/manager&lt;BR&gt;CREATE USER u1 IDENTIFIED BY u1 DEFAULT TABLESPACE users;&lt;BR&gt;CREATE USER u2 IDENTIFIED BY u2 DEFAULT TABLESPACE users;&lt;BR&gt;ALTER USER u1 QUOTA UNLIMITED ON users;&lt;BR&gt;ALTER USER u2 QUOTA UNLIMITED ON users;&lt;BR&gt;GRANT create session, create table, create type TO u1;&lt;BR&gt;GRANT create session, create table, create type TO u2;&lt;/PRE&gt;&lt;PRE&gt;CONNECT u1/u1&lt;BR&gt;CREATE TYPE my_coltype AS OBJECT (nr NUMBER, txt VARCHAR2(10))&lt;BR&gt;/&lt;BR&gt;CREATE TYPE my_tabtype AS OBJECT (nr NUMBER, txt VARCHAR2(10))&lt;BR&gt;/&lt;BR&gt;CREATE TABLE my_reltab (nr NUMBER, col1 my_coltype);&lt;BR&gt;CREATE TABLE my_objtab OF my_tabtype;&lt;BR&gt;INSERT INTO my_reltab VALUES (1, my_coltype(1, 'Line 1'));&lt;BR&gt;INSERT INTO my_objtab VALUES (1, 'Line 1');&lt;BR&gt;COMMIT;&lt;/PRE&gt;&lt;P&gt;&lt;BR&gt;The schema U1 can be exported successfully. E.g.:&lt;/P&gt;&lt;PRE&gt;expdp system/manager DIRECTORY=my_dir DUMPFILE=expdp_u1.dmp LOGFILE=expdp_u1.log SCHEMAS=u1&lt;/PRE&gt;&lt;P&gt;&lt;BR&gt;The import into schema U2 fails though with the following errors:&lt;/P&gt;&lt;PRE&gt;impdp system/manager DIRECTORY=my_dir DUMPFILE=expdp_u1.dmp LOGFILE=impdp_u1.log &lt;BR&gt;REMAP_SCHEMA=u1:u2&lt;/PRE&gt;&lt;PRE&gt;...&lt;BR&gt;ORA-39083: Object type TYPE failed to create with error:&lt;BR&gt;ORA-02304: invalid object identifier literal&lt;BR&gt;Failing sql is:&lt;BR&gt;CREATE TYPE "U2"."MY_COLTYPE"   OID 'DDB334945FA24A41AC0099E457715B62' as ...&lt;BR&gt;ORA-39083: Object type TYPE failed to create with error:&lt;BR&gt;ORA-02304: invalid object identifier literal&lt;BR&gt;Failing sql is:&lt;BR&gt;CREATE TYPE "U2"."MY_TABTYPE"   OID 'EEC16EAE6DF34B4FA755DBB448EC4F78' as ...&lt;BR&gt;Processing object type SCHEMA_EXPORT/TABLE/TABLE&lt;BR&gt;ORA-39117: Type needed to create table is not included in this operation. Failing sql is:&lt;BR&gt;CREATE TABLE "U2"."MY_RELTAB" ...&lt;BR&gt;ORA-39117: Type needed to create table is not included in this operation. Failing sql is:&lt;BR&gt;CREATE TABLE "U2"."MY_OBJTAB" OF "U2"."MY_TABTYPE"  ...&lt;BR&gt;...&lt;/PRE&gt;&lt;P&gt;&lt;BR&gt;Similar errors with the original export and import utilities are:&lt;/P&gt;&lt;PRE&gt;...&lt;BR&gt;IMP-00017: following statement failed with ORACLE error 2304:&lt;BR&gt; "CREATE TYPE "MY_COLTYPE" TIMESTAMP '2006-01-04:12:36:27' OID 'F1C8AAABCB114"&lt;BR&gt; "6B0B2672663397B0156'   as object (nr number, txt varchar2(10))"&lt;BR&gt;IMP-00003: ORACLE error 2304 encountered&lt;BR&gt;ORA-02304: invalid object identifier literal&lt;BR&gt;IMP-00017: following statement failed with ORACLE error 2304:&lt;BR&gt; "CREATE TYPE "MY_TABTYPE" TIMESTAMP '2006-01-04:12:36:28' OID '317DF88365654"&lt;BR&gt; "C6784C17B0FE14C4610'   as object (nr number, txt varchar2(10))"&lt;BR&gt;IMP-00003: ORACLE error 2304 encountered&lt;BR&gt;ORA-02304: invalid object identifier literal&lt;BR&gt;IMP-00063: Warning: Skipping table "U2"."MY_OBJTAB" because object type "U2"."MY_TABTYPE"&lt;BR&gt;cannot be created or has different identifier&lt;BR&gt;IMP-00063: Warning: Skipping table "U2"."MY_RELTAB" because object type "U2"."MY_COLTYPE"&lt;BR&gt;cannot be created or has different identifier&lt;BR&gt;Import terminated successfully with warnings.&lt;BR&gt;...&lt;/PRE&gt;&lt;H2 class=km&gt;&lt;A name=CAUSE&gt;&lt;/A&gt;Cause&lt;/H2&gt;&lt;P&gt;The object types MY_COLTYPE and MY_TABTYPE already exist in the source schema U1. When the types are exported, we also export the object_identifier (OID) of the types. Within the current archictecture, the object-identifier needs to be unique in the database.&lt;BR&gt;&lt;BR&gt;During import (into the same database), we try to create the same object types in the U2 schema. As the OID of the types already exists in the source schema U1, the types cannot be created in the target schema U2. Import will fail due to:&lt;/P&gt;&lt;PRE&gt;ORA-02304: invalid object identifier literal&lt;BR&gt;&lt;/PRE&gt;&lt;H2 class=km&gt;&lt;A name=FIX&gt;&lt;/A&gt;Solution&lt;/H2&gt;&lt;P&gt;1. In Oracle10g Release 1 (10.1.0.x.y), you can pre-create the object types and the tables in the target schema, and run an import with the TABLE_EXISTS_ACTION parameter. Example:&lt;/P&gt;&lt;PRE&gt;CONNECT u2/u2&lt;BR&gt;CREATE TYPE my_coltype AS OBJECT (nr NUMBER, txt VARCHAR2(10))&lt;BR&gt;/&lt;BR&gt;CREATE TYPE my_tabtype AS OBJECT (nr NUMBER, txt VARCHAR2(10))&lt;BR&gt;/&lt;BR&gt;CREATE TABLE my_reltab (nr NUMBER, col1 my_coltype);&lt;BR&gt;CREATE TABLE my_objtab OF my_tabtype;&lt;/PRE&gt;&lt;PRE&gt;impdp system/manager DIRECTORY=my_dir DUMPFILE=expdp_u1.dmp LOGFILE=impdp_u1.log&lt;BR&gt;REMAP_SCHEMA=u1:u2 TABLE_EXISTS_ACTION=append&lt;/PRE&gt;&lt;PRE&gt;...&lt;BR&gt;Processing object type SCHEMA_EXPORT/TYPE/TYPE_SPEC&lt;BR&gt;ORA-31684: Object type TYPE:"U2"."MY_COLTYPE" already exists&lt;BR&gt;ORA-31684: Object type TYPE:"U2"."MY_TABTYPE" already exists&lt;BR&gt;Processing object type SCHEMA_EXPORT/TABLE/TABLE&lt;BR&gt;Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA&lt;BR&gt;. . imported "U2"."MY_OBJTAB"                         6.132 KB       1 rows&lt;BR&gt;. . imported "U2"."MY_RELTAB"                         6.226 KB       1 rows&lt;BR&gt;Job "SYSTEM"."SYS_IMPORT_FULL_01" completed with 3 error(s) at 13:13&lt;/PRE&gt;&lt;P&gt;&lt;BR&gt;Note that in Oracle10g Release 2, this will fail for the table MY_RELTAB with the errors:&lt;/P&gt;&lt;PRE&gt;...&lt;BR&gt;Processing object type SCHEMA_EXPORT/TYPE/TYPE_SPEC&lt;BR&gt;ORA-31684: Object type TYPE:"U2"."MY_COLTYPE" already exists&lt;BR&gt;ORA-31684: Object type TYPE:"U2"."MY_TABTYPE" already exists&lt;BR&gt;Processing object type SCHEMA_EXPORT/TABLE/TABLE&lt;BR&gt;ORA-39152: Table "U2"."MY_RELTAB" exists. Data will be appended to existing table&lt;BR&gt;but all dependent metadata will be skipped due to table_exists_action of append&lt;BR&gt;ORA-39152: Table "U2"."MY_OBJTAB" exists. Data will be appended to existing table&lt;BR&gt;but all dependent metadata will be skipped due to table_exists_action of append&lt;BR&gt;Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA&lt;BR&gt;. . imported "U2"."MY_OBJTAB"                         6.125 KB       1 rows&lt;BR&gt;ORA-31693: Table data object "U2"."MY_RELTAB" failed to load/unload and is being skipped &lt;BR&gt;due to error:&lt;BR&gt;ORA-29913: error in executing ODCIEXTTABLEOPEN callout&lt;BR&gt;ORA-29400: data cartridge error&lt;BR&gt;ORA-39779: type "U2"."MY_COLTYPE" not found or conversion to latest version is not possible&lt;BR&gt;Job "SYSTEM"."SYS_IMPORT_FULL_01" completed with 6 error(s) at 12:39:54&lt;/PRE&gt;&lt;P&gt;&lt;BR&gt;2. In Oracle10g Release 2 (10.2.0.x.y), there is no need to pre-create the object types and the tables in the target schema. Instead, you can use the Import DataPump parameter TRANSFORM which enables you to alter object creation DDL for the types. The value N (= No) for the transform name OID implies that a new OID is assigned. Example:&lt;/P&gt;&lt;PRE&gt;impdp system/manager DIRECTORY=my_dir DUMPFILE=expdp_u1.dmp LOGFILE=impdp_u1.log&lt;BR&gt;REMAP_SCHEMA=u1:u2 TRANSFORM=oid:n&lt;/PRE&gt;&lt;PRE&gt;...&lt;BR&gt;Processing object type SCHEMA_EXPORT/TYPE/TYPE_SPEC&lt;BR&gt;Processing object type SCHEMA_EXPORT/TABLE/TABLE&lt;BR&gt;Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA&lt;BR&gt;. . imported "U2"."MY_OBJTAB"                         6.125 KB       1 rows&lt;BR&gt;. . imported "U2"."MY_RELTAB"                         6.218 KB       1 rows&lt;BR&gt;Job "SYSTEM"."SYS_IMPORT_FULL_01" completed with 1 error(s) at 12:38:56&lt;/PRE&gt;&lt;P&gt;Note that the remaining error is an ORA-31684 "Object type USER:"U2" already exists", which was reported earlier at the import. This error is not related. The ORA-31684 can be ignored if the target schema already exists in the target database.&lt;/P&gt;&lt;P&gt;Also note that the transform name OID for the Import DataPump parameter TRANSFORM has been introduced in Oracle10g Release 2 (10.2.0.x.y). If you use this value in Oracle10g Release 1, the Import DataPump job will fail with:&lt;/P&gt;&lt;PRE&gt;...&lt;BR&gt;ORA-39001: invalid argument value&lt;BR&gt;ORA-39042: invalid transform name OID&lt;/PRE&gt;&lt;P&gt;&lt;BR&gt;&lt;STRONG&gt;Remark 1&lt;/STRONG&gt;: There are certain schema references that Import DataPump cannot find when the REMAP_SCHEMA parameter has been specified. For example, Import DataPump won't find schema references embedded within the body of definitions of types, views, procedures, and packages. Example: User U1 has created the following types:&lt;/P&gt;&lt;PRE&gt;CREATE TYPE my_vartype AS OBJECT (nr NUMBER)&lt;BR&gt;/&lt;BR&gt;CREATE TYPE my_var AS VARRAY (10000) OF u1.my_vartype&lt;BR&gt;/&lt;BR&gt;CREATE TYPE my_type2 AS OBJECT (nr NUMBER, col2 u1.my_vartype)&lt;BR&gt;/&lt;BR&gt;CREATE TABLE my_objtab2 OF u1.my_type2&lt;BR&gt;/&lt;/PRE&gt;&lt;P&gt;Note that the type bodies of types MY_VAR and MY_TYPE2 have a reference to the schema name 'U1'.  Import DataPump REMAP_SCHEMA won't be able to replace the schema name 'U1' within the type body, and the import logfile will show the errors:&lt;/P&gt;&lt;PRE&gt;ORA-39082: Object type TYPE:"U2"."MY_VAR" created with compilation warnings&lt;BR&gt;ORA-39082: Object type TYPE:"U2"."MY_TYPE2" created with compilation warnings&lt;BR&gt;ORA-39117: Type needed to create table is not included in this operation. Failing sql is:&lt;BR&gt;CREATE TABLE "U2"."MY_OBJTAB2" OF "U2"."MY_TYPE2" ...&lt;/PRE&gt;&lt;P&gt;These errors are expected behavior because the type bodies contain an explicit reference to a schema name. Possible solutions:&lt;BR&gt;1. Do not explicitly specify the schema name of the owner in the type body if this is the same owner who has created the type and if you intend to transfer the data to a different schema (e.g. REMAP_SCHEMA during Import DataPump). E.g.:&lt;/P&gt;&lt;PRE&gt;CONNECT u1/u1&lt;BR&gt;CREATE TYPE my_vartype AS OBJECT (nr NUMBER)&lt;BR&gt;/&lt;BR&gt;CREATE TYPE my_var AS VARRAY (10000) OF my_vartype&lt;BR&gt;/&lt;BR&gt;CREATE TYPE my_type2 AS OBJECT (nr NUMBER, col2 my_vartype)&lt;BR&gt;/&lt;BR&gt;CREATE TABLE my_objtab2 OF my_type2&lt;BR&gt;/&lt;/PRE&gt;&lt;P&gt;or:&lt;/P&gt;&lt;P&gt;2. Prior to Import DataPump have user u1 grant the execute privilege on the type that is referenced: &lt;/P&gt;&lt;PRE&gt;CONNECT u1/u1&lt;BR&gt;GRANT execute ON my_vartype TO u2;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR&gt;Remark 2&lt;/STRONG&gt;: With the original export and import clients, a similar parameter is the TOID_NOVALIDATE parameter. If you have pre-created the object types and tables in the target schemas U2, you can import with:&lt;/P&gt;&lt;PRE&gt;imp system/manager FILE=exp_u1.dmp LOG=imp_u1.log FROMUSER=u1 TOUSER=u2 IGNORE=y &lt;BR&gt;TOID_NOVALIDATE=u2.my_coltype, u2.my_tabtype&lt;/PRE&gt;&lt;P&gt;The TOID_NOVALIDATE parameter cannot be used to skip validation of object type tables. Therefore the original import will still show the errors:&lt;/P&gt;&lt;PRE&gt;...&lt;BR&gt;IMP-00071: Object identifier of imported table mismatches object identifier of existing table&lt;BR&gt; "CREATE TABLE "MY_OBJTAB" OF "MY_TABTYPE" OID '358A184D9B2E4896907E8D7A1902B"&lt;BR&gt; "F77' OIDINDEX (PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(INITIAL 65536 FRE"&lt;BR&gt; "ELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT) TABLESPACE "USERS")  PCTFRE"&lt;BR&gt; "E 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 STORAGE(INITIAL 65536 FREELISTS 1 F"&lt;BR&gt; "REELIST GROUPS 1 BUFFER_POOL DEFAULT) TABLESPACE "USERS" LOGGING NOCOMPRESS"&lt;BR&gt;. . importing table                    "MY_RELTAB"          1 rows imported&lt;BR&gt;Import terminated successfully with warnings.&lt;/PRE&gt;&lt;P&gt;This is expected behavior. For workarounds, see:&lt;BR&gt;&lt;A href="https://support.oracle.com/CSP/main/article?cmd=show&amp;amp;id=1066139.6&amp;amp;type=NOT"&gt;Note 1066139.6&lt;/A&gt; "IMP-17 IMP-3 ORA-2304 IMP-63 FROMUSER/TOUSER Import of Table With Object Column"&lt;BR&gt;&lt;/P&gt;&lt;H2 class=km&gt;&lt;A name=REF&gt;&lt;/A&gt;References&lt;/H2&gt;&lt;P&gt;&lt;A href="https://support.oracle.com/CSP/main/article?cmd=show&amp;amp;type=BUG&amp;amp;id=2978711"&gt;BUG:2978711&lt;/A&gt; - Allow Multiple User Imports To Succeed With User Defined Datatypes&lt;BR&gt;&lt;A href="https://support.oracle.com/CSP/main/article?cmd=show&amp;amp;type=BUG&amp;amp;id=4156453"&gt;BUG:4156453&lt;/A&gt; - When Import Xmltype Table Into Another User, Ora-2304 Occurs&lt;BR&gt;&lt;A href="https://support.oracle.com/CSP/main/article?cmd=show&amp;amp;id=1066139.6&amp;amp;type=NOT"&gt;NOTE:1066139.6&lt;/A&gt; - IMP-17 IMP-3 ORA-2304 IMP-63 FROMUSER/TOUSER Import of Table With Object Column&lt;BR&gt;</description><pubDate>Tue, 29 Dec 2009 15:06:01 GMT</pubDate><dc:creator>Admin</dc:creator></item></channel></rss>