Imp错误

数据库版本是10.2.0.4.0;数据导出时没有问题,可在用imp导入时报以下错误:
IMP-00003: 遇到 ORACLE 错误 29855
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-00955: name is already used by an existing object
ORA-06512: at "SYS.DBMS_SYS_SQL", line 909
ORA-06512: at "SYS.DBMS_SQL", line 39
ORA-06512: at "SDE.ST_DOMAIN_METHODS", line 994
IMP-00017: 由于 ORACLE 错误 29855, 以下语句失败:
"CREATE INDEX "A27_IX1" ON "地级市旧" ("SHAPE" ) INDEXTYPE IS "SDE"."ST_SPA"
"TIAL_INDEX" PARAMETERS ('ST_GRIDS=1.123266306418,0.000000000000,0.000000000"
"000 ST_SRID=3 ST_COMMIT_ROWS=10000 PCTFREE 0 INITRANS 4 STORAGE (INITIAL 4"
"09600) ')"
IMP-00003: 遇到 ORACLE 错误 29855
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-00955: name is already used by an existing object
ORA-06512: at "SYS.DBMS_SYS_SQL", line 909
ORA-06512: at "SYS.DBMS_SQL", line 39
ORA-06512: at "SDE.ST_DOMAIN_METHODS", line 994
IMP-00017: 由于 ORACLE 错误 29855, 以下语句失败:
"CREATE INDEX "A31_IX1" ON "双线河" ("SHAPE" ) INDEXTYPE IS "SDE"."ST_SPATI"
"AL_INDEX" PARAMETERS ('ST_GRIDS=0.550000000000,0.000000000000,0.00000000000"
"0 ST_SRID=3 ST_COMMIT_ROWS=10000 PCTFREE 0 INITRANS 4 STORAGE (INITIAL 409"
"600) ')"
IMP-00003: 遇到 ORACLE 错误 29855
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-00955: name is already used by an existing object
ORA-06512: at "SYS.DBMS_SYS_SQL", line 909
ORA-06512: at "SYS.DBMS_SQL", line 39
ORA-06512: at "SDE.ST_DOMAIN_METHODS", line 994
即将启用约束条件...
成功终止导入, 但出现警告。
请各位高手帮忙解决一下,非常感谢!

忽略这个报错就好

Similar Messages

  • Jabber client cannot login when primary IMP is unavailable

    Hi
    We have 2 x IMP 9.1 servers in cluster and Jabber client running.  Current Jabber client work since we use IMP primary IP for login. When primary IMP server becomes unavailable, Jabber client seems cannot login anymore.
    How can we fixed this?
    Fei

    http://en.wikipedia.org/wiki/SRV_record
    The jabber deployment and installation guide has all the details of the SRV records that Jabber uses.
    You can also google how to configure SRV records if you need further instructions.

  • Schema Import failed :IMP-00008: unrecognized statement in the export file:

    Hi ,
    I was running a database schema import from a database DMP file.
    I encountered the following error in the log file that was getting generated :
    IMP-00008: unrecognized statement in the export file:
    All the tables got copied except for one. Now what I have thought of is to import that one table again after taking an export from the prod schema.
    But what about the functions,triggers,procedures ?? How do i bring all of them in the schema ?
    If reimporting the schema again the only option ?
    Thanks
    Kk

    Hello,
    In this order:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/exp_imp.htm#i1023988
    Table Objects: Order of Import
    Table objects are imported as they are read from the export file. The export file contains objects in the following order:
    1. Type definitions
    2. Table definitions
    3.Table data
    4.Table indexes
    5. Integrity constraints, views, procedures, and triggers
    6. Bitmap, function-based, and domain indexes
    The order of import is as follows: new tables are created, data is imported and indexes are built, triggers are imported, integrity constraints are enabled on the new tables, and any bitmap, function-based, and/or domain indexes are built. This sequence prevents data from being rejected due to the order in which tables are imported. This sequence also prevents redundant triggers from firing twice on the same data (once when it is originally inserted and again during the import).
    For example, if the emp table has a referential integrity constraint on the dept table and the emp table is imported first, all emp rows that reference departments that have not yet been imported into dept would be rejected if the constraints were enabled.
    When data is imported into existing tables, however, the order of import can still produce referential integrity failures. In the situation just given, if the emp table already existed and referential integrity constraints were in force, many rows could be rejected.
    A similar situation occurs when a referential integrity constraint on a table references itself. For example, if scott's manager in the emp table is drake, and drake's row has not yet been loaded, scott's row will fail, even though it would be valid at the end of the import.

  • Imp-00008: unrecognized statement in the export file

    Hi All,
    I am trying to import an export from Oracle 8.1.7 source system to Oracle 11.2 using imp . I am getting the following errors may times during the import process.
    imp-00008: unrecognized statement in the export file
    The character set of Source data base is WE8DEC and the character set of target data base is WE8MSWIN1252 and i get the below statement during the start of the import
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses WE8MSWIN1252 character set (possible charset conversion)
    export client uses WE8DEC character set (possible charset conversion)
    export server uses WE8DEC NCHAR character set (possible ncharset conversion)
    The error imp-00008: unrecognized statement in the export file is it due to the Oracle version compatibility or due to Character set compatibility issue.
    I tried to create a new Database on same Oracle sever and i cant find WE8DEC in the list of character set to choose. Please help me on how to proceed.
    Regards,
    alen.

    934571 wrote:
    Hi Srini,
    Data is getting loaded correctly, but i get several of these error imp-00008: unrecognized statement in the export file messages during the import process, so i am not sure what is missing.
    Pl post the complete error message from the import log file.
    1) Is it possible to import the dump exported form oracle 8 into oracle 11?? Do we need to take any special care during the import ??
    Yes - no special requirements are needed.
    2) The Oracale Database character set it WE8DEC, but when i try to create a new database in 11 , i dont find that character set , is the character set obsolete now , if so what character set is super set of WE8DEC ??
    Pl post exact OS and database versions. Ideally you should be using AL32UTF8 for all new databases. WE8DEC is a deprecated characterset.
    See section 4.2.1 here - http://docs.oracle.com/cd/E11882_01/install.112/e24186/install.htm#BABFDDEA
    Thanks,
    Alen.HTH
    Srini

  • IMP DB

    i export the full database as a dump file in one location after that i tried to import to another database.
    my doubt is if i import the database ....the existing database is having datadictionary ,v$views etc..
    so wont it clash with the existing systemtables
    When i import my database i got the followin error
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V10.02.01 via conventional path
    Warning: the objects were exported by SYSTEM, not by you
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    IMP-00017: following statement failed with ORACLE error 4063:
    "BEGIN "
    "SYS.DBMS_AQADM.GRANT_SYSTEM_PRIVILEGE('MANAGE_ANY','SYS',TRUE);"
    "COMMIT; END;"
    IMP-00003: ORACLE error 4063 encountered
    ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_AQADM_SYS"
    ORA-06512: at "SYS.DBMS_AQADM", line 480
    ORA-06512: at line 2
    IMP-00017: following statement failed with ORACLE error 4063:
    "BEGIN "
    "SYS.DBMS_AQADM.GRANT_SYSTEM_PRIVILEGE('MANAGE_ANY','DBA',TRUE);"
    "COMMIT; END;"
    IMP-00003: ORACLE error 4063 encountered
    ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_AQADM_SYS"
    ORA-06512: at "SYS.DBMS_AQADM", line 480
    ORA-06512: at line 2
    IMP-00017: following statement failed with ORACLE error 4063:
    "BEGIN "
    "SYS.DBMS_AQADM.GRANT_SYSTEM_PRIVILEGE('MANAGE_ANY','IMP_FULL_DATABASE',FALS"
    "E);"
    "COMMIT; END;"
    IMP-00003: ORACLE error 4063 encountered
    ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_AQADM_SYS"
    ORA-06512: at "SYS.DBMS_AQADM", line 480
    ORA-06512: at line 2
    IMP-00017: following statement failed with ORACLE error 4063:
    "BEGIN "
    "SYS.DBMS_AQADM.GRANT_SYSTEM_PRIVILEGE('MANAGE_ANY','AQ_ADMINISTRATOR_ROLE',"
    "TRUE);"
    "COMMIT; END;"
    IMP-00003: ORACLE error 4063 encountered
    ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_AQADM_SYS"
    ORA-06512: at "SYS.DBMS_AQADM", line 480
    ORA-06512: at line 2
    IMP-00017: following statement failed with ORACLE error 4063:
    "BEGIN "
    "SYS.DBMS_AQADM.GRANT_SYSTEM_PRIVILEGE('MANAGE_ANY','OEM_MONITOR',FALSE);"
    "COMMIT; END;"
    IMP-00003: ORACLE error 4063 encountered
    ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_AQADM_SYS"
    ORA-06512: at "SYS.DBMS_AQADM", line 480
    ORA-06512: at line 2
    IMP-00017: following statement failed with ORACLE error 4063:
    "BEGIN "
    "SYS.DBMS_AQADM.GRANT_SYSTEM_PRIVILEGE('DEQUEUE_ANY','SYS',TRUE);"
    "COMMIT; END;"
    IMP-00003: ORACLE error 4063 encountered
    ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_AQADM_SYS"
    ORA-06512: at "SYS.DBMS_AQADM", line 480
    ORA-06512: at line 2
    IMP-00017: following statement failed with ORACLE error 4063:
    "BEGIN "
    "SYS.DBMS_AQADM.GRANT_SYSTEM_PRIVILEGE('DEQUEUE_ANY','DBA',TRUE);"
    "COMMIT; END;"
    IMP-00003: ORACLE error 4063 encountered
    ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_AQADM_SYS"
    ORA-06512: at "SYS.DBMS_AQADM", line 480
    ORA-06512: at line 2
    IMP-00017: following statement failed with ORACLE error 4063:
    "BEGIN "
    "SYS.DBMS_AQADM.GRANT_SYSTEM_PRIVILEGE('DEQUEUE_ANY','AQ_ADMINISTRATOR_ROLE'"
    ",TRUE);"
    "COMMIT; END;"
    IMP-00003: ORACLE error 4063 encountered
    ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_AQADM_SYS"
    ORA-06512: at "SYS.DBMS_AQADM", line 480
    ORA-06512: at line 2
    IMP-00017: following statement failed with ORACLE error 4063:
    "BEGIN "
    "SYS.DBMS_AQADM.GRANT_SYSTEM_PRIVILEGE('ENQUEUE_ANY','SYS',TRUE);"
    "COMMIT; END;"
    IMP-00003: ORACLE error 4063 encountered
    ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_AQADM_SYS"
    ORA-06512: at "SYS.DBMS_AQADM", line 480
    ORA-06512: at line 2
    IMP-00017: following statement failed with ORACLE error 4063:
    "BEGIN "
    "SYS.DBMS_AQADM.GRANT_SYSTEM_PRIVILEGE('ENQUEUE_ANY','DBA',TRUE);"
    "COMMIT; END;"
    IMP-00003: ORACLE error 4063 encountered
    ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_AQADM_SYS"
    ORA-06512: at "SYS.DBMS_AQADM", line 480
    ORA-06512: at line 2
    IMP-00017: following statement failed with ORACLE error 4063:
    "BEGIN "
    "SYS.DBMS_AQADM.GRANT_SYSTEM_PRIVILEGE('ENQUEUE_ANY','AQ_ADMINISTRATOR_ROLE'"
    ",TRUE);"
    "COMMIT; END;"
    IMP-00003: ORACLE error 4063 encountered
    ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_AQADM_SYS"
    ORA-06512: at "SYS.DBMS_AQADM", line 480
    ORA-06512: at line 2
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "REPCAT$_OBJECT_NULL_VECTOR" TIMESTAMP '2005-08-30:14:05:35' OI"
    "D '296EAC6057114D26B123A36D2679C516' AS OBJECT"
    " -- type owner, name, hashcode for the type represented by null_vector"
    " type_owner VARCHAR2(30),"
    " type_name VARCHAR2(30),"
    " type_hashcode RAW(17),"
    " -- null_vector for a particular object instance"
    " -- ROBJ REVISIT: should only contain the null image, and not version#"
    " null_vector RAW(2000)"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 4063:
    "BEGIN "
    "sys.dbms_logrep_imp.instantiate_schema(schema_name=>NULL, export_db_name=>'"
    "ORCLBK.REGRESS.RDBMS.DEV.US.ORACLE.COM', inst_scn=>'820250');sys.dbms_logre"
    "p_imp.bump_scn(scn=>'820250');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 4063 encountered
    ORA-04063: package body "SYS.DBMS_LOGREP_UTIL" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_LOGREP_UTIL"
    ORA-06512: at "SYS.DBMS_LOGREP_IMP", line 274
    ORA-06512: at line 2
    IMP-00017: following statement failed with ORACLE error 4063:
    "BEGIN "
    "SYS.DBMS_REPCAT_MIG.PRE_IMPORT;"
    "COMMIT; END;"
    IMP-00003: ORACLE error 4063 encountered
    ORA-04063: package body "SYS.DBMS_REPCAT_MIG_INTERNAL" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_REPCAT_MIG_INTERNAL"
    ORA-06512: at "SYS.DBMS_REPCAT_MIG", line 116
    ORA-06512: at line 2
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN "
    "dbms_server_alert.set_threshold(2104,dbms_server_alert.operator_GT,'1200',d"
    "bms_server_alert.operator_NONE,'',1,3,'orclbk',dbms_server_alert.object_typ"
    "e_SYSTEM,'');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 2, column 93:
    PLS-00302: component 'OPERATOR_NONE' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN "
    "dbms_server_alert.set_threshold(2018,dbms_server_alert.operator_GE,'100',db"
    "ms_server_alert.operator_NONE,'',1,2,'orclbk',dbms_server_alert.object_type"
    "_SYSTEM,'');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 2, column 92:
    PLS-00302: component 'OPERATOR_NONE' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN "
    "dbms_server_alert.set_threshold(1000,dbms_server_alert.operator_GT,'10',dbm"
    "s_server_alert.operator_NONE,'',1,1,'orclbk',dbms_server_alert.object_type_"
    "EVENT_CLASS,'Administrative');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 2, column 91:
    PLS-00302: component 'OPERATOR_NONE' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN "
    "dbms_server_alert.set_threshold(1000,dbms_server_alert.operator_GT,'10',dbm"
    "s_server_alert.operator_NONE,'',1,1,'orclbk',dbms_server_alert.object_type_"
    "EVENT_CLASS,'Application');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 2, column 91:
    PLS-00302: component 'OPERATOR_NONE' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN "
    "dbms_server_alert.set_threshold(1000,dbms_server_alert.operator_GT,'10',dbm"
    "s_server_alert.operator_NONE,'',1,1,'orclbk',dbms_server_alert.object_type_"
    "EVENT_CLASS,'Concurrency');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 2, column 91:
    PLS-00302: component 'OPERATOR_NONE' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN "
    "dbms_server_alert.set_threshold(1000,dbms_server_alert.operator_GT,'10',dbm"
    "s_server_alert.operator_NONE,'',1,1,'orclbk',dbms_server_alert.object_type_"
    "EVENT_CLASS,'Configuration');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 2, column 91:
    PLS-00302: component 'OPERATOR_NONE' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN "
    "dbms_server_alert.set_threshold(1000,dbms_server_alert.operator_GT,'10',dbm"
    "s_server_alert.operator_NONE,'',1,1,'orclbk',dbms_server_alert.object_type_"
    "EVENT_CLASS,'Network');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 2, column 91:
    PLS-00302: component 'OPERATOR_NONE' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN "
    "dbms_server_alert.set_threshold(1000,dbms_server_alert.operator_GT,'10',dbm"
    "s_server_alert.operator_NONE,'',1,1,'orclbk',dbms_server_alert.object_type_"
    "EVENT_CLASS,'Other');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 2, column 91:
    PLS-00302: component 'OPERATOR_NONE' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN "
    "dbms_server_alert.set_threshold(1000,dbms_server_alert.operator_GT,'30',dbm"
    "s_server_alert.operator_NONE,'',1,1,'orclbk',dbms_server_alert.object_type_"
    "EVENT_CLASS,'Cluster');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 2, column 91:
    PLS-00302: component 'OPERATOR_NONE' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN "
    "dbms_server_alert.set_threshold(1000,dbms_server_alert.operator_GT,'30',dbm"
    "s_server_alert.operator_NONE,'',1,1,'orclbk',dbms_server_alert.object_type_"
    "EVENT_CLASS,'Commit');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 2, column 91:
    PLS-00302: component 'OPERATOR_NONE' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN "
    "dbms_server_alert.set_threshold(1001,dbms_server_alert.operator_GT,'30',dbm"
    "s_server_alert.operator_NONE,'',1,1,'orclbk',dbms_server_alert.object_type_"
    "EVENT_CLASS,'Administrative');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 2, column 91:
    PLS-00302: component 'OPERATOR_NONE' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN "
    "dbms_server_alert.set_threshold(1001,dbms_server_alert.operator_GT,'30',dbm"
    "s_server_alert.operator_NONE,'',1,1,'orclbk',dbms_server_alert.object_type_"
    "EVENT_CLASS,'Application');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 2, column 91:
    PLS-00302: component 'OPERATOR_NONE' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN "
    "dbms_server_alert.set_threshold(1001,dbms_server_alert.operator_GT,'30',dbm"
    "s_server_alert.operator_NONE,'',1,1,'orclbk',dbms_server_alert.object_type_"
    "EVENT_CLASS,'Concurrency');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 2, column 91:
    PLS-00302: component 'OPERATOR_NONE' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN "
    "dbms_server_alert.set_threshold(1001,dbms_server_alert.operator_GT,'30',dbm"
    "s_server_alert.operator_NONE,'',1,1,'orclbk',dbms_server_alert.object_type_"
    "EVENT_CLASS,'Configuration');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 2, column 91:
    PLS-00302: component 'OPERATOR_NONE' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN "
    "dbms_server_alert.set_threshold(1001,dbms_server_alert.operator_GT,'30',dbm"
    "s_server_alert.operator_NONE,'',1,1,'orclbk',dbms_server_alert.object_type_"
    "EVENT_CLASS,'Network');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 2, column 91:
    PLS-00302: component 'OPERATOR_NONE' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN "
    "dbms_server_alert.set_threshold(1001,dbms_server_alert.operator_GT,'30',dbm"
    "s_server_alert.operator_NONE,'',1,1,'orclbk',dbms_server_alert.object_type_"
    "EVENT_CLASS,'Other');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 2, column 91:
    PLS-00302: component 'OPERATOR_NONE' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN "
    "dbms_server_alert.set_threshold(1001,dbms_server_alert.operator_GT,'50',dbm"
    "s_server_alert.operator_NONE,'',1,1,'orclbk',dbms_server_alert.object_type_"
    "EVENT_CLASS,'Cluster');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 2, column 91:
    PLS-00302: component 'OPERATOR_NONE' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN "
    "dbms_server_alert.set_threshold(1001,dbms_server_alert.operator_GT,'50',dbm"
    "s_server_alert.operator_NONE,'',1,1,'orclbk',dbms_server_alert.object_type_"
    "EVENT_CLASS,'Commit');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 2, column 91:
    PLS-00302: component 'OPERATOR_NONE' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 29371:
    "BEGIN "
    "dbms_resource_manager.set_consumer_group_mapping_pri(1,7,6,9,8,10,5,4,3,2);"
    "dbms_resource_manager.set_consumer_group_mapping('ORACLE_USER','SYSTEM','SY"
    "S_GROUP');"
    "dbms_resource_manager.set_consumer_group_mapping('ORACLE_USER','SYS','SYS_G"
    "ROUP');"
    "dbms_resource_manager.submit_pending_area;"
    "COMMIT; END;"
    IMP-00003: ORACLE error 29371 encountered
    ORA-29371: pending area is not active
    ORA-06512: at "SYS.DBMS_RMIN", line 332
    ORA-06512: at "SYS.DBMS_RESOURCE_MANAGER", line 413
    ORA-06512: at line 2
    IMP-00017: following statement failed with ORACLE error 4063:
    "BEGIN "
    "sys.dbms_logrep_imp.instantiate_schema(schema_name=>SYS_CONTEXT('USERENV','"
    "CURRENT_SCHEMA'), export_db_name=>'ORCLBK.REGRESS.RDBMS.DEV.US.ORACLE.COM',"
    " inst_scn=>'820288');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 4063 encountered
    ORA-04063: package body "SYS.DBMS_LOGREP_UTIL" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_LOGREP_UTIL"
    ORA-06512: at "SYS.DBMS_LOGREP_IMP", line 274
    ORA-06512: at line 2
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN SYS.DBMS_DEFER_IMPORT_INTERNAL.QUEUE_IMPORT_CHECK('ORCLBK.REGRESS.R"
    "DBMS.DEV.US.ORACLE.COM','IBMPC/WIN_NT-8.1.0'); END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 1, column 9:
    PLS-00201: identifier 'SYS.DBMS_DEFER_IMPORT_INTERNAL' must be declared
    ORA-06550: line 1, column 9:
    PL/SQL: Statement ignored
    . . importing table "DEF$_AQCALL" 0 rows imported
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN SYS.DBMS_DEFER_IMPORT_INTERNAL.QUEUE_IMPORT_CHECK('ORCLBK.REGRESS.R"
    "DBMS.DEV.US.ORACLE.COM','IBMPC/WIN_NT-8.1.0'); END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 1, column 9:
    PLS-00201: identifier 'SYS.DBMS_DEFER_IMPORT_INTERNAL' must be declared
    ORA-06550: line 1, column 9:
    PL/SQL: Statement ignored
    . . importing table "DEF$_AQERROR" 0 rows imported
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN SYS.DBMS_DEFER_IMPORT_INTERNAL.QUEUE_IMPORT_CHECK('ORCLBK.REGRESS.R"
    "DBMS.DEV.US.ORACLE.COM','IBMPC/WIN_NT-8.1.0'); END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 1, column 9:
    PLS-00201: identifier 'SYS.DBMS_DEFER_IMPORT_INTERNAL' must be declared
    ORA-06550: line 1, column 9:
    PL/SQL: Statement ignored
    . . importing table "DEF$_CALLDEST" 0 rows imported
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN SYS.DBMS_DEFER_IMPORT_INTERNAL.QUEUE_IMPORT_CHECK('ORCLBK.REGRESS.R"
    "DBMS.DEV.US.ORACLE.COM','IBMPC/WIN_NT-8.1.0'); END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 1, column 9:
    PLS-00201: identifier 'SYS.DBMS_DEFER_IMPORT_INTERNAL' must be declared
    ORA-06550: line 1, column 9:
    PL/SQL: Statement ignored
    . . importing table "DEF$_DEFAULTDEST" 0 rows imported
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN SYS.DBMS_DEFER_IMPORT_INTERNAL.QUEUE_IMPORT_CHECK('ORCLBK.REGRESS.R"
    "DBMS.DEV.US.ORACLE.COM','IBMPC/WIN_NT-8.1.0'); END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 1, column 9:
    PLS-00201: identifier 'SYS.DBMS_DEFER_IMPORT_INTERNAL' must be declared
    ORA-06550: line 1, column 9:
    PL/SQL: Statement ignored
    . . importing table "DEF$_DESTINATION" 0 rows imported
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN SYS.DBMS_DEFER_IMPORT_INTERNAL.QUEUE_IMPORT_CHECK('ORCLBK.REGRESS.R"
    "DBMS.DEV.US.ORACLE.COM','IBMPC/WIN_NT-8.1.0'); END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 1, column 9:
    PLS-00201: identifier 'SYS.DBMS_DEFER_IMPORT_INTERNAL' must be declared
    ORA-06550: line 1, column 9:
    PL/SQL: Statement ignored
    . . importing table "DEF$_ERROR" 0 rows imported
    . . importing table "DEF$_LOB" 0 rows imported
    . . importing table "DEF$_ORIGIN" 0 rows imported
    . . importing table "DEF$_PROPAGATOR" 0 rows imported
    . . importing table "DEF$_PUSHED_TRANSACTIONS" 0 rows imported
    . . importing table "DEF$_TEMP$LOB" 0 rows imported
    . . importing table "DEPT" 0 rows imported
    . . importing table "DEPT1" 0 rows imported
    . . importing table "EMP" 0 rows imported
    . . importing table "EMP1" 0 rows imported
    . . importing table "LOGSTDBY$APPLY_MILESTONE" 0 rows imported
    . . importing partition "LOGSTDBY$APPLY_PROGRESS":"P0" 0 rows imported
    . . importing table "LOGSTDBY$EVENTS" 0 rows imported
    . . importing table "LOGSTDBY$HISTORY" 0 rows imported
    . . importing table "LOGSTDBY$PARAMETERS" 0 rows imported
    . . importing table "LOGSTDBY$PLSQL" 0 rows imported
    . . importing table "LOGSTDBY$SCN" 0 rows imported
    . . importing table "LOGSTDBY$SKIP" 0 rows imported
    . . importing table "LOGSTDBY$SKIP_TRANSACTION" 0 rows imported
    . . importing table "MVIEW$_ADV_INDEX" 0 rows imported
    . . importing table "MVIEW$_ADV_PARTITION" 0 rows imported
    . . importing table "REPCAT$_AUDIT_ATTRIBUTE" 2 rows imported
    . . importing table "REPCAT$_AUDIT_COLUMN" 0 rows imported
    . . importing table "REPCAT$_COLUMN_GROUP" 0 rows imported
    . . importing table "REPCAT$_CONFLICT" 0 rows imported
    . . importing table "REPCAT$_DDL" 0 rows imported
    . . importing table "REPCAT$_EXCEPTIONS" 0 rows imported
    . . importing table "REPCAT$_EXTENSION" 0 rows imported
    . . importing table "REPCAT$_FLAVORS" 0 rows imported
    . . importing table "REPCAT$_FLAVOR_OBJECTS" 0 rows imported
    . . importing table "REPCAT$_GENERATED" 0 rows imported
    . . importing table "REPCAT$_GROUPED_COLUMN" 0 rows imported
    . . importing table "REPCAT$_INSTANTIATION_DDL" 0 rows imported
    . . importing table "REPCAT$_KEY_COLUMNS" 0 rows imported
    . . importing table "REPCAT$_OBJECT_PARMS" 0 rows imported
    . . importing table "REPCAT$_OBJECT_TYPES" 28 rows imported
    . . importing table "REPCAT$_PARAMETER_COLUMN" 0 rows imported
    . . importing table "REPCAT$_PRIORITY" 0 rows imported
    . . importing table "REPCAT$_PRIORITY_GROUP" 0 rows imported
    . . importing table "REPCAT$_REFRESH_TEMPLATES" 0 rows imported
    . . importing table "REPCAT$_REPCAT" 0 rows imported
    . . importing table "REPCAT$_REPCATLOG" 0 rows imported
    . . importing table "REPCAT$_REPCOLUMN" 0 rows imported
    . . importing table "REPCAT$_REPGROUP_PRIVS" 0 rows imported
    . . importing table "REPCAT$_REPOBJECT" 0 rows imported
    . . importing table "REPCAT$_REPPROP" 0 rows imported
    . . importing table "REPCAT$_REPSCHEMA" 0 rows imported
    . . importing table "REPCAT$_RESOLUTION" 0 rows imported
    . . importing table "REPCAT$_RESOLUTION_METHOD" 19 rows imported
    . . importing table "REPCAT$_RESOLUTION_STATISTICS" 0 rows imported
    . . importing table "REPCAT$_RESOL_STATS_CONTROL" 0 rows imported
    . . importing table "REPCAT$_RUNTIME_PARMS" 0 rows imported
    . . importing table "REPCAT$_SITES_NEW" 0 rows imported
    . . importing table "REPCAT$_SITE_OBJECTS" 0 rows imported
    . . importing table "REPCAT$_SNAPGROUP" 0 rows imported
    . . importing table "REPCAT$_TEMPLATE_OBJECTS" 0 rows imported
    . . importing table "REPCAT$_TEMPLATE_PARMS" 0 rows imported
    . . importing table "REPCAT$_TEMPLATE_REFGROUPS" 0 rows imported
    . . importing table "REPCAT$_TEMPLATE_SITES" 0 rows imported
    . . importing table "REPCAT$_TEMPLATE_STATUS" 3 rows imported
    . . importing table "REPCAT$_TEMPLATE_TARGETS" 0 rows imported
    . . importing table "REPCAT$_TEMPLATE_TYPES" 2 rows imported
    . . importing table "REPCAT$_USER_AUTHORIZATIONS" 0 rows imported
    . . importing table "REPCAT$_USER_PARM_VALUES" 0 rows imported
    . . importing table "SQLPLUS_PRODUCT_PROFILE" 0 rows imported
    IMP-00041: Warning: object created with compilation warnings
    "CREATE FORCE VIEW "ORCLBKP2"."MVIEW_EVALUATIONS" ("R"
    "UNID","MVIEW_OWNER","MVIEW_NAME","RANK","STORAGE_IN_BYTES","FREQUENCY","CUM"
    "ULATIVE_BENEFIT","BENEFIT_TO_COST_RATIO") AS "
    "select"
    " t1.runid# as runid,"
    " summary_owner AS mview_owner,"
    " summary_name AS mview_name,"
    " rank# as rank,"
    " storage_in_bytes,"
    " frequency,"
    " cumulative_benefit,"
    " benefit_to_cost_ratio"
    "from SYSTEM.MVIEW$_ADV_OUTPUT t1, SYSTEM.MVIEW$_ADV_LOG t2, ALL_USERS u"
    "where"
    " t1.runid# = t2.runid# and"
    " u.username = t2.uname and"
    " u.user_id = userenv('SCHEMAID') and"
    " t1.output_type = 1"
    "order by t1.rank#"
    IMP-00017: following statement failed with ORACLE error 4063:
    "BEGIN SYS.DBMS_AQ_IMPORT_INTERNAL.AQ_TABLE_DEFN_UPDATE('SYSTEM','DEF$_AQC"
    "ALL',2,16384,2,0,0,'', '-07:00'); END;"
    IMP-00003: ORACLE error 4063 encountered
    ORA-04063: package body "SYS.DBMS_AQ_IMPORT_INTERNAL" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_AQ_IMPORT_INTERNAL"
    ORA-06512: at line 1
    IMP-00003: ORACLE error 4063 encountered
    ORA-04063: package body "SYS.DBMS_AQ_IMPORT_INTERNAL" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_AQ_IMPORT_INTERNAL"
    ORA-06512: at line 1
    ORA-04063: package body "SYS.DBMS_AQ_IMPORT_INTERNAL" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_AQ_IMPORT_INTERNAL"
    ORA-06512: at line 1
    IMP-00017: following statement failed with ORACLE error 4063:
    "BEGIN SYS.DBMS_AQ_IMPORT_INTERNAL.AQ_TABLE_DEFN_UPDATE('SYSTEM','DEF$_AQE"
    "RROR',2,16384,2,0,0,'', '-07:00'); END;"
    IMP-00003: ORACLE error 4063 encountered
    ORA-04063: package body "SYS.DBMS_AQ_IMPORT_INTERNAL" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_AQ_IMPORT_INTERNAL"
    ORA-06512: at line 1
    IMP-00017: following statement failed with ORACLE error 4063:
    "BEGIN SYS.DBMS_AQ_IMPORT_INTERNAL.AQ_DEFN_UPDATE(HEXTORAW('388C27256DB141"
    "49A4087915FDBE8A95'),'SYSTEM','DEF$_AQERROR','DEF$_AQERROR',0,5,0,1,0,'Erro"
    "r Queue for Deferred RPCs'); END;"
    IMP-00017: following statement failed with ORACLE error 4063:
    "BEGIN SYS.DBMS_AQ_IMPORT_INTERNAL.AQ_DEFN_UPDATE(HEXTORAW('E5BCDC95348B40"
    "C68F1295D72049BBAA'),'SYSTEM','DEF$_AQERROR','AQ$_DEF$_AQERROR_E',1,0,0,0,0"
    ",'exception queue'); END;"
    IMP-00003: ORACLE error 4063 encountered
    ORA-04063: package body "SYS.DBMS_AQ_IMPORT_INTERNAL" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_AQ_IMPORT_INTERNAL"
    ORA-06512: at line 1
    IMP-00017: following statement failed with ORACLE error 4063:
    "BEGIN SYS.DBMS_REPCAT.REPCAT_IMPORT_REPSCHEMA; END;"
    IMP-00003: ORACLE error 4063 encountered
    ORA-04063: package body "SYS.DBMS_REPCAT" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_REPCAT"
    ORA-06512: at line 1
    IMP-00017: following statement failed with ORACLE error 4063:
    "BEGIN "
    "SYS.DBMS_AQ_IMP_INTERNAL.CLEANUP_SCHEMA_IMPORT;"
    "COMMIT; END;"
    IMP-00003: ORACLE error 4063 encountered
    ORA-04063: package body "SYS.DBMS_AQ_SYS_IMP_INTERNAL" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_AQ_SYS_IMP_INTERNAL"
    ORA-06512: at "SYS.DBMS_AQ_IMP_INTERNAL", line 191
    ORA-06512: at line 2
    Import terminated successfully with warnings.

    Hello,
    Do not drop "SYSTEM" or import anything in system.
    What you need to do it, make sure your "targetschemaname" exists, if you are looking to import everyting then you should using RMAN.
    What was you export command ?
    exp system/password owner=sourceschemaname file=orclexp.dmp log=orclexp.log
    imp system/password fromuser=sourceschemaname touser=targetschemaname file=orclexp.dmp log=orclimplog.log ignore=y Regards

  • Using Imp utility to Import a database on 10g release 2

    I am using the Imp Utility on 10g release 2 to import from a 10g release 1 database. I have created a new tablesapce and need the dmp to be imported to the new tablespace. But it goes and imports to the system tablespace. The command i use is
    imp <User name>/<password> file=<file_name> log =<log name> full=Yes
    the user name and password i use is the username and password i gave in the installation for system tables. When i specify the tablespace imp <User name>/<password>@<tablespace> it comes with "ORACLE error 12154 encountered".
    Do i need to create a new user to get the import done. How do i create it?

    The contents of the dump will be imported to the tablespace under which you run the import.
    If your dump from Oracle 10G R1 is a complete database dump and you need to import the data of a specific user in the dump, then you can use fromuser= touser= options in the import command.
    If your Oracle 10GR2 database is blank, then you need to create the user in which you can import the data. You can use a command like this.
    CREATE USER sidney
    IDENTIFIED BY out_standing1
    DEFAULT TABLESPACE example
    QUOTA 10M ON example
    TEMPORARY TABLESPACE temp;
    Note: sidnye, out_standing1, example, temp are all arbitrary names. You need to match these with your environment.

  • Exp imp issue from higher version to lower version

    Hi,
    I have an export dump file which was taken from 11g database(11.2.0.2.0) and trying to import into lower version of the database 9i(9.2.0.6.0), unable to complete the process.
    Two ways i have found and tested in my test db
    1)TNS entry of 9i database has been put into 11g database
    a)Export dump was successfuly taken from 11g db
    b)Getting below error,while import into 9i database
    IMP-00058: ORACLE error 6550 encountered
    ORA-06550: line 1, column 33:
    PLS-00302: component 'SET_NO_OUTLINES' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignoredIMP-00000: Import terminated unsuccessfully
    2)TNS entry of 11g database put into 9i database version.
    a)During export (trying to take exp dump from 11g db in 9i exp utility),getting below error
    EXP-00008: ORACLE error 1455 encountered
    ORA-01455: converting column overflows integer datatype
    EXP-00000: Export terminated unsuccessfully
    Kindly advice me to overcome from this issue.
    Regards,
    Faiz

    lkm_thedba wrote:
    you can use VERSION parameter in datapump and make this workable.
    Cheers,
    lkmYou cannot, since 9.x does not use datapump. The VERSION parameter can only be used if the target is 10.x or above
    http://docs.oracle.com/cd/E11882_01/server.112/e22490/dp_export.htm#autoId57
    http://docs.oracle.com/cd/E11882_01/server.112/e22490/dp_overview.htm#CEGFCFFI
    HTH
    Srini

  • IMP-00067 Error while trying to import demo mapviewer dump files

    Getting IMP-00067 Error while trying to import demo dump files
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>imp mvdemo/mvdemo file=C:\oracl
    exe\app\oracle\admin\XE\dpdump\usstates.dmp full=y ignore=y
    Import: Release 10.2.0.1.0 - Production on Sun Mar 21 19:25:44 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Productio
    n
    Export file created by EXPORT:V10.02.00 via conventional path
    Warning: the objects were exported by SCOTT, not by you
    import done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    export client uses US7ASCII character set (possible charset conversion)
    IMP-00067: Could not convert to server character set's handle
    IMP-00000: Import terminated unsuccessfully
    Regards
    Thomas

    Have you resolve this? I am running in to same error.

  • Imp db into 8.1.5 from 9.1.0 dmp file

    Hi, all,
    I have exported data from 9.1.0. When I tried to import it into 8.1.7, the following error occured:
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN "
    "sys.dbms_logrep_imp.instantiate_schema(schema_name=>'B1', export_db_name=>'"
    "KBCI1A.US.ORACLE.COM', inst_scn=>'4795629');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 2, column 1:
    PLS-00201: identifier 'SYS.DBMS_LOGREP_IMP' must be declared
    ORA-06550: line 2, column 1:
    Pls help.
    Thanks & Regards
    Ida

    dear friend
    Higher version to lower version import is
    impossible.Pl comfirm.
    Suresh

  • Help on 10g IMP.EXE needed

    Hello,
    I'm running Oracle Database 10g Enterprise Edition 10.2.0.1.0 and Oracle Developer Suite 10g Release 2, both on the same machine, running Windows XP SP3, for learning propose.
    The system was a clean install, only Windows, oracle database and oracle developer suite are installed.
    When I use those computers in my school's computer lab, the IMP.EXE disappear instantly right after the import is finished.
    However, on my own computer, the IMP.EXE just stopped after the import, and never disappear until I close the command prompt myself.
    This doesn't cause much problem when installing the repository, as I can close it and the installation (seems to) goes on without problem.
    But when I try to import a dmp file, it seems that if I close the command prompt, the Repository Object Navigator tell me "CDI-22582 Error occurred running the export utility. Check log file errlog.err". The errlog.err file produced was 0 byte in size.
    My assignment will due after a few weeks, I need to have it setup as soon as possible. May anyone please help? Thank you very much.

    Try setting your imp/exp tools to the database impexp tools as stated in the install manual.
    Step 5b - (Oracle 9i or 10.2 DB) Install Oracle 9i or 10.2 Import and Export Utilities
    Before installing Designer Repository on an Oracle 9i or 10.2 database, you need to set up the installation workstation to use the Oracle 9i or 10.2 import and export utilities. To do so, perform the following steps at the workstation from which you will be running the repository installation:
    From the Oracle 9i or 10.2 installation media, install the Oracle 9i or 10.2 import and export utilities in a dedicated Oracle home.
    In the Windows Registry, locate the key named:
    HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_HomeName\REPOS61
    where HOMEn is the home number of the home installed into for a multiple Oracle home environment, but is not present where the default Oracle home is being used.
    Change the value of the EXECUTE_IMPORT and EXECUTE_EXPORT variables to point to the new Oracle home. Thus, if the new Oracle home is d:\des_9i, the settings would be:
    d:\des_9i\bin\exp.exe
    d:\des_9i\bin\imp.exe
    D:\Designer_Home\IDS10_1_2\BIN\exp.exe
    D:\app\mwickham\product\11.1.0\db_1\BIN\exp.exe

  • Upgrading IMP/EXP utility in ORACLE 10g

    Hi,
    I have installed Oracle 10g 10.2 Enterprise edition.Can I upgrade the the version of the EXP/IMP utility od my oracle so that i can import dump files which are exported from Oracle 11g 11.2 version.
    Thanks in advance,
    Anindya

    user13006709 wrote:
    Hi,
    I have installed Oracle 10g 10.2 Enterprise edition.Can I upgrade the the version of the EXP/IMP utility od my oracle so that i can import dump files which are exported from Oracle 11g 11.2 version.
    Thanks in advance,
    Anindya
    No, you must use the imp utility from target database which is 10g.
    Cheers

  • Use IMP to only import certain objects?

    Is it possible to use IMP to only import tables, table data, indexes and sequences, or everything except packages?

    You still may use imp with following workaround:
    import with COMPILE=n , then obtain a list of Packages/Stored procedures with status=INVALID , follows the script for a massive drop.
    select 'drop package '||owner||'.'||object_name||';'
    from all_objects
    where status = 'INVALID'
    and owner = {schema name}
    and object_type = 'PACKAGE'
    Regards

  • Imp dmp file in oracle 10g on linux

    i have oracle 10g on linux now i want to imp the dmp file to db.
    i put the file in /mnt/erp/file.dmp folder.
    i log in as oracle user and ....
    and start the imp the file as
    imp user/password file=/mnt/erp/file.dmp
    but it giver error faile to open the file for read.....
    what is the problem.....
    is there any privillage issue???????????
    helped with full syntax...and steps...

    i copy the dmp file in /mnt/erp folder as root user.
    i am going to imp it as oracle user.
    sir i don't know about dmp group.
    i past the error i got..
    [oracle@lnxdb erp]$ imp
    Import: Release 10.2.0.1.0 - Production on Wed Oct 10 08:09:37 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Username: FS_10oct2012
    Password:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 -
    Production
    With the Partitioning, OLAP and Data Mining options
    Import file: expdat.dmp > FR_10_10_2012.dmp
    IMP-00002: failed to open FR_10_10_2012.dmp for read

  • IMP-00003/ORA-06564

    Sir,
    I have to do an import.
    1) I created a database.
    2) eqoneuser,equityone are the user available in dumpfile. Created tablespaces for this users.
    4) Created a OS level directory E:\oradata\EONE\DATA_DIR
    5) Excecuted the following scripts.
    create or replace directory DATA_DIR as 'E:\oradata\EONE\DATA_DIR';
    grant read on directory DATA_DIR to eqoneuser;
    grant write on directory DATA_DIR to eqoneuser;
    grant read on directory DATA_DIR to equityone;
    grant write on directory DATA_DIR to equityone;
    I am posting the error from log file:-
    ==================================
    . importing EQUITYONE's objects into EQUITYONE
    . . importing table "ACH" 5 rows imported
    . . importing table "BALLOON" 101568 rows imported
    . . importing table "BALLOON_CONVERSION_OPTION" 0 rows imported
    . . importing table "BILLING_ADDRESS" 0 rows imported
    . . importing table "BORROWER" 145454 rows imported
    . . importing table "BUYDOWN_SUBSIDY" 0 rows imported
    . . importing table "BUYDOWN_SUBSIDY_SCHEDULE" 0 rows imported
    . . importing table "ESCROW" 44057 rows imported
    . . importing table "ESCROW_ITEM" 45 rows imported
    IMP-00017: following statement failed with ORACLE error 6564:
    "CREATE TABLE "EXT_TMP_AG_ANLYSIS" ("LOAN_NUMBER" NUMBER(10, 0), "A"
    "NALYSIS_DATE" DATE, "ANALYSIS_RUN_DATE" DATE, "PAYMENT_EFFECTIVE_DATE" DATE"
    ", "ESTIMATED_LOW_POINT" NUMBER(9, 2), "RESPA_LOW_POINT" NUMBER(9, 2), "DOC_"
    "ST_LOW_POINT" NUMBER(9, 2), "TOTAL_SURPLUS" NUMBER(9, 2), "LESS_NSF_LATE_CH"
    "ARGES" NUMBER(7, 2), "SPREAD_MONTHS" NUMBER(2, 0), "DEFICIENCY" NUMBER(9, 2"
    "), "DEFICIENCY_SPREAD_MONTHS" NUMBER(2, 0), "SURPLUS_RFUNDEDE" NUMBER(9, 2)"
    ", "NEW_P_AND_I" NUMBER(9, 2), "NEW_ESCROW_PAYMENT" NUMBER(9, 2), "DISCRETIO"
    "NARY_ITEMS_PAYMENT" NUMBER(9, 2), "SURPLUS_SPREAD" NUMBER(7, 2), "DEFICIENC"
    "Y_SPREAD" NUMBER(7, 2), "PAYMENT_ROUNDING_ADJUSTMENT" NUMBER(7, 2), "TOTAL_"
    "PAYMENT" NUMBER(11, 2), "TOTALSHORTAGE" NUMBER(7, 2), "SHORTAGESPREAD" NUMB"
    "ER(7, 2)) ORGANIZATION EXTERNAL (TYPE "ORACLE_LOADER" DEFAULT DIRECTORY "DA"
    "TA_DIR" ACCESS PARAMETERS ( "
    "FIELDS TERMINATED BY '|'"
    " OPTIONALLY ENCLOSED BY 'À'"
    " missing field values are null"
    " loan_number,"
    " analysis_date date 'YYYYMMDD ' NULLIF (analysis_date='0' or analysis_dat"
    "e=BLANKS),"
    " analysis_run_date date 'YYYYMMDD ' NULLIF (analysis_run_date='0' or anal"
    "ysis_run_date=BLANKS),"
    " payment_effective_date date 'YYYYMMDD ' NULLIF (payment_effective_date='"
    "0' or payment_effective_date=BLANKS),"
    " estimated_low_point,"
    " respa_low_point,"
    " doc_st_low_point,"
    " total_surplus,"
    " less_nsf_late_charges,"
    " spread_months,"
    " deficiency,"
    " deficiency_spread_months,"
    " surplus_rfundede,"
    " new_p_and_i,"
    " new_escrow_payment,"
    " discretionary_items_payment,"
    " surplus_spread,"
    " deficiency_spread,"
    " payment_rounding_adjustment,"
    " total_payment,"
    " totalshortage,"
    " shortagespread"
    " ) LOCATION ( 'AGGANAL.DAT' ) ) REJECT LIMIT UNLIMITED"
    IMP-00003: ORACLE error 6564 encountered
    ORA-06564: object DATA_DIR does not exist
    IMP-00017: following statement failed with ORACLE error 6564:
    "CREATE TABLE "EXT_TMP_BORR_ADDR" ("LOAN_NUMBER" NUMBER(10, 0), "BO"
    "RROWER_AFFILIATION_CODE" VARCHAR2(2), "BORROWER_SEQUENCE_NUMBER" NUMBER(2, "
    "0), "BORROWER_FIRST_NAME" VARCHAR2(20), "BORROWER_MIDDLE_NAME" VARCHAR2(20)"
    ", "BORROWER_LAST_NAME" VARCHAR2(25), "BORROWER_NAME_SUFFIX" VARCHAR2(3), "B"
    "ORROWER_SSN" VARCHAR2(12), "BORR_HOME_PHONE_AREA_CODE" VARCHAR2(5), "BORR_H"
    "OME_PHONE_PREFIX" VARCHAR2(5), "BORR_HOME_PHONE_NUMBER" VARCHAR2(6), "BORR_"
    "WORK_PHONE_AREA_CODE" VARCHAR2(5), "BORR_WORK_PHONE_PREFIX" VARCHAR2(5), "B"
    "ORR_WORK_PHONE_NUMBER" VARCHAR2(6), "BORR_WORK_PHONE_EXT" VARCHAR2(7), "BOR"
    "R_FAX_PHONE_AREA_CODE" VARCHAR2(5), "BORR_FAX_PHONE_PREFIX" VARCHAR2(5), "B"
    "ORR_FAX_PHONE_NUMBER" VARCHAR2(6), "BORR_MAILING_ADDR_ONE" VARCHAR2(40), "B"
    "ORR_MAILING_ADDR_TWO" VARCHAR2(40), "BORR_MAILING_CITY" VARCHAR2(25), "BORR"
    "_MAILING_STATE" VARCHAR2(2), "BORR_MAILING_ZIP_CODE" VARCHAR2(9), "BORR_MAI"
    "LING_COUNTRY" VARCHAR2(3), "BORR_EMAIL_ADDRESS" VARCHAR2(50), "BORROWER_EMP"
    "LOYER" VARCHAR2(25), "BORR_EMPLOYER_ADDRESS" VARCHAR2(40), "BORROWER_EMPLOY"
    "ER_CITY" VARCHAR2(25), "BORR_EMPLOYER_STATE" VARCHAR2(2), "BORR_EMPLOYER_ZI"
    "P_CODE" VARCHAR2(9), "BORR_EMPLOYER_COUNTRY" VARCHAR2(3), "NAME_FORMAT_CODE"
    "" VARCHAR2(1)) ORGANIZATION EXTERNAL (TYPE "ORACLE_LOADER" DEFAULT DIRECTOR"
    "Y "DATA_DIR" ACCESS PARAMETERS ( "
    "FIELDS TERMINATED BY '|'"
    " OPTIONALLY ENCLOSED BY 'À'"
    " missing field values are null ) LOCATION ( 'BORR.DAT' ) ) REJECT LIMIT UN"
    "LIMITED"
    IMP-00003: ORACLE error 6564 encountered
    ORA-06564: object DATA_DIR does not exist
    IMP-00017: following statement failed with ORACLE error 6564:
    "CREATE TABLE "EXT_TMP_CURR_PR_YTD" ("LOAN_NUMBER" NUMBER(10, 0), ""
    "CURRENT_PRINCIPAL_PAID" NUMBER(11, 2), "CURRENT_INTEREST_PAID" NUMBER(11, 2"
    "), "CURRENT_ESCROW_DEPOSITS" NUMBER(11, 2), "CURRENT_ESCROW_DISBURSEMENTS" "
    "NUMBER(11, 2), "CURRENT_OPTIONAL_INSURANCE" NUMBER(11, 2), "CURRENT_LATE_CH"
    "ARGE" NUMBER(11, 2), "CURRENT_NSF_FEES" NUMBER(11, 2), "CURRENT_TAXES" NUMB"
    "ER(11, 2), "CURRENT_INSURANCE" NUMBER(11, 2), "PRIOR_PRINCIPAL_PAID" NUMBER"
    "(11, 2), "PRIOR_INTEREST_PAID" NUMBER(11, 2), "PRIOR_ESCROW_DEPOSITS" NUMBE"
    "R(11, 2), "PRIOR_ESCROW_DISBURSEMENTS" NUMBER(11, 2), "PRIOR_OPTIONAL_INSUR"
    "ANCE" NUMBER(11, 2), "PRIOR_LATE_CHARGE" NUMBER(11, 2), "PRIOR_NSF_FEES" NU"
    "MBER(11, 2), "PRIOR_TAXES" NUMBER(11, 2), "PRIOR_INSURANCE" NUMBER(11, 2)) "
    "ORGANIZATION EXTERNAL (TYPE "ORACLE_LOADER" DEFAULT DIRECTORY "DATA_DIR" AC"
    "CESS PARAMETERS ( "
    "FIELDS TERMINATED BY '|'"
    " OPTIONALLY ENCLOSED BY 'À'"
    " missing field values are null ) LOCATION ( 'YTDSUM.DAT' ) ) REJECT LIMIT "
    "UNLIMITED"
    IMP-00003: ORACLE error 6564 encountered
    ORA-06564: object DATA_DIR does not exist
    IMP-00017: following statement failed with ORACLE error 6564:
    "CREATE TABLE "EXT_TMP_LOAN_INFO" ("LOAN_NUMBER" NUMBER(10, 0), "PR"
    "OPERTY_ADDR_ONE" VARCHAR2(50), "PROPERTY_ADDR_TWO" VARCHAR2(50), "PROPERTY_"
    "CITY" VARCHAR2(30), "PROPERTY_STATE" VARCHAR2(2), "PROPERTY_ZIPCODE" VARCHA"
    "R2(9), "PROPERTY_COUNTRY" VARCHAR2(3), "PROPERTY_LEGAL_STATE" VARCHAR2(2), "
    ""MESSAGE_LOCK_ONE" VARCHAR2(2), "MESSAGE_LOCK_TWO" VARCHAR2(2), "MESSAGE_LO"
    "CK_THREE" VARCHAR2(2), "INVESTER_CODE" NUMBER(3, 0), "POLL_NUMBER" NUMBER(7"
    ", 0), "LOAN_TYPE" VARCHAR2(5), "MORTGAGE_INSTRUMENT" VARCHAR2(1), "PRODUCT_"
    "TYPE" VARCHAR2(5), "PRODUCT_CODE" VARCHAR2(4), "LOAN_AMOUNT" NUMBER(9, 2), "
    ""UNPAID_PRINCIPAL_BAL" NUMBER(9, 2), "CLOSED_DATE" DATE, "ORIGINAL_INTEREST"
    "_RATE" NUMBER(5, 5), "CURRENT_INTEREST_RATE" NUMBER(5, 5), "LOAN_TERM_MONTH"
    "S" NUMBER(3, 0), "LOAN_TERM_YEARS" NUMBER(2, 0), "REMAINING_TERM_MONTHS" NU"
    "MBER(3, 0), "REMAINING_TERM_YEARS" NUMBER(3, 0), "FIRST_PAMENT_DUE_DATE" DA"
    "TE, "NEXT_DUE_DATE" DATE, "MATURITY_DATE" DATE, "BALLON_DATE" DATE, "NEXT_A"
    "RM_INTRST_RT_CHN_DT" DATE, "NEXT_ARM_PAYMENT_CHN_DT" DATE, "P_AND_I_PAYMENT"
    "" NUMBER(7, 2), "ESCROW_PAYMENT" NUMBER(7, 2), "OPTIONAL_INSURANCE" NUMBER("
    "6, 2), "CORP_ADV_MONTHLY_PAYMENT" NUMBER(7, 2), "TOTAL_MONTHLY_PAYMENT" NUM"
    "BER(7, 2), "LATE_CHARGE_AMOUNT" NUMBER(7, 2), "LATE_CHARGE_DATE" DATE, "BOR"
    "ROWER_ASST_PAYMENT" NUMBER(8, 2), "GOVT_ASST_PAYMENT" NUMBER(8, 2), "PAYMEN"
    "T_FREQUENCY" VARCHAR2(1), "PAYMENT_METHOD" VARCHAR2(1), "DAYS_DELINQUENT" N"
    "UMBER(5, 0), "NO_OF_PAYMENT_DELINQUENT" NUMBER(5, 0), "DELINQUENT_P_AND_I" "
    "NUMBER(11, 2), "DELINQUENT_ESCROW" NUMBER(11, 2), "DELINQUENT_NON_ESCROW" N"
    "UMBER(11, 2), "TOTAL_DELINQUENT_AMOUNT" NUMBER(11, 2), "CURRENT_YEAR_INTRST"
    "_ON_ESCROW" NUMBER(5, 2), "ESCROW_BALANCE" NUMBER(8, 2), "MISCELLANEOUS_SUS"
    "PENCE_BAL" NUMBER(11, 2), "FORBEARANCE_BALANCE" NUMBER(11, 2), "HAZARD_SUSP"
    "ENSE_BALANCE" NUMBER(11, 2), "UNPAID_LATE_CHARGE_BALANCE" NUMBER(11, 2), "U"
    "NPAID_NSF_FEES_BALANCE" NUMBER(11, 2), "CORPORATE_ADVANCE_BALANCE" NUMBER(1"
    "1, 2), "BORROWER_SUBSIDY_BALANCE" NUMBER(11, 2), "GOVERNMENT_SUBSIDY_BALANC"
    "E" NUMBER(11, 2), "INTEREST_PAID_YTD" NUMBER(8, 2), "INTEREST_PAID_LOL" NUM"
    "BER(9, 2), "NEXT_ANALYSIS_DATE" DATE, "LOAN_ASSUMED_DATE" DATE, "COMPANY_CO"
    "DE" VARCHAR2(3), "LOAN_TYPE_INDICATOR" VARCHAR2(1), "CHECKS_ORDERED" VARCHA"
    "R2(1), "DT_LAST_CHECK_ORDERED" DATE, "LAST_CHECK_NO_ORDERED" NUMBER(6, 0), "
    ""AVAILABLE_CREDIT" NUMBER(11, 2), "DT_LAST_DRAW" DATE, "DRAW_EXPIRE_DT" DAT"
    "E, "DRAWS_SUSPENDED_DT" DATE, "SUSPENSION_TYPE" VARCHAR2(1)) ORGANIZATION E"
    "XTERNAL (TYPE "ORACLE_LOADER" DEFAULT DIRECTORY "DATA_DIR" ACCESS PARAMETER"
    "S ( "
    "FIELDS TERMINATED BY '|'"
    " OPTIONALLY ENCLOSED BY 'À'"
    " missing field values are null"
    " loan_number,"
    " property_addr_one,"
    " property_addr_two,"
    " property_city,"
    " property_state,"
    " property_zipcode,"
    " property_country,"
    " property_legal_state,"
    " message_lock_one,"
    " message_lock_two,"
    " message_lock_three,"
    " invester_code,"
    " poll_number,"
    " loan_type,"
    " mortgage_instrument,"
    " product_type,"
    " product_code,"
    " loan_amount,"
    " unpaid_principal_bal,"
    " closed_date date 'YYYYMMDD ' NULLIF (closed_date='0' or closed_date=BLAN"
    "KS),"
    " original_interest_rate,"
    " current_interest_rate,"
    " loan_term_months,"
    " loan_term_years,"
    " remaining_term_months,"
    " remaining_term_years,"
    " first_pament_due_date date 'YYYYMMDD ' NULLIF (first_pament_due_date='0'"
    " or first_pament_due_date=BLANKS),"
    " next_due_date date 'YYYYMMDD ' NULLIF (next_due_date='0' or next_due_dat"
    "e=BLANKS),"
    " maturity_date date 'YYYYMMDD ' NULLIF (maturity_date='0' or maturity_dat"
    "e=BLANKS),"
    " ballon_date date 'YYYYMMDD ' NULLIF (ballon_date='0' or ballon_date=BLAN"
    "KS),"
    " next_arm_intrst_rt_chn_dt date 'YYYYMMDD ' NULLIF (next_arm_intrst_rt_ch"
    "n_dt='0' or next_arm_intrst_rt_chn_dt=BLANKS),"
    " next_arm_payment_chn_dt date 'YYYYMMDD ' NULLIF (next_arm_payment_chn_dt"
    "='0' or next_arm_payment_chn_dt=BLANKS),"
    " p_and_i_payment,"
    " escrow_payment,"
    " optional_insurance,"
    " corp_adv_monthly_payment,"
    " total_monthly_payment,"
    " late_charge_amount,"
    " late_charge_date date 'YYYYMMDD ' NULLIF (late_charge_date='0' or late_c"
    "harge_date=BLANKS),"
    " borrower_asst_payment,"
    " govt_asst_payment,"
    " payment_frequency,"
    " payment_method,"
    " days_delinquent,"
    " no_of_payment_delinquent,"
    " delinquent_p_and_i,"
    " delinquent_escrow,"
    " delinquent_non_escrow,"
    " total_delinquent_amount,"
    " current_year_intrst_on_escrow,"
    " escrow_balance,"
    " miscellaneous_suspence_bal,"
    " forbearance_balance,"
    " hazard_suspense_balance,"
    " unpaid_late_charge_balance,"
    " unpaid_nsf_fees_balance,"
    " corporate_advance_balance,"
    " borrower_subsidy_balance,"
    " government_subsidy_balance,"
    " interest_paid_ytd,"
    " interest_paid_lol,"
    " next_analysis_date date 'YYYYMMDD ' NULLIF (next_analysis_date='0' or ne"
    "xt_analysis_date=BLANKS),"
    " loan_assumed_date date 'YYYYMMDD ' NULLIF (loan_assumed_date='0' or loan"
    "_assumed_date=BLANKS),"
    " company_code,"
    " loan_type_indicator,"
    " checks_ordered,"
    " dt_last_check_ordered date 'YYYYMMDD ' NULLIF (dt_last_check_ordered='0'"
    " or dt_last_check_ordered=BLANKS),"
    " last_check_no_ordered,"
    " available_credit,"
    " dt_last_draw date 'YYYYMMDD ' NULLIF (dt_last_draw='0' or dt_last_draw=B"
    "LANKS),"
    " draw_expire_dt date 'YYYYMMDD ' NULLIF (draw_expire_dt='0' or draw_expir"
    "e_dt=BLANKS),"
    " draws_suspended_dt date 'YYYYMMDD ' NULLIF (draws_suspended_dt='0' or dr"
    "aws_suspended_dt=BLANKS),"
    " suspension_type"
    " ) LOCATION ( 'LOAN.DAT' ) ) REJECT LIMIT UNLIMITED"
    IMP-00003: ORACLE error 6564 encountered
    ORA-06564: object DATA_DIR does not exist
    IMP-00017: following statement failed with ORACLE error 6564:
    "CREATE TABLE "EXT_TMP_MNTH_BILL" ("LOAN_NUMBER" NUMBER(10, 0), "ST"
    "ATEMENT_DATE" DATE, "UNPAID_PRINCIPAL_BALANCE" NUMBER(15, 2), "ESCROW_BALAN"
    "CE" NUMBER(15, 2), "INTEREST_RATE" NUMBER(5, 5), "P_AND_I_CONSTANT_AMOUNT" "
    "NUMBER(11, 2), "MONTHLY_ESCROW_AMOUNT" NUMBER(11, 2), "MONTHLY_OPTIONAL_AMO"
    "UNT" NUMBER(11, 2), "CORPORATE_ADV_MONTHLY_PMT" NUMBER(11, 2), "TOTAL_MONTH"
    "LY_PAYMENT" NUMBER(11, 2), "GOVT_SUBSIDY_AMOUNT" NUMBER(11, 2), "NEXT_DUE_D"
    "ATE" DATE, "PAST_DUE_AMOUNT" NUMBER(11, 2), "PAST_DUE_PMTS_AND_CHARGES" NUM"
    "BER(11, 2), "TOTAL_LATE_CHARGES_DUE" NUMBER(13, 2), "TOTAL_NSF_FEES_DUE" NU"
    "MBER(11, 2), "TOTAL_DUE" NUMBER(11, 2), "LATE_CHARGE_DATE" DATE, "LATE_CHAR"
    "GE_AMOUNT" NUMBER(11, 2), "FIXED_LATE_CHARGE_AMOUNT" NUMBER(11, 2), "NXT_AR"
    "M_INT_CHANGE_DATE" DATE, "NXT_ARM_PMT_CHANGE_DATE" DATE, "TXN_BEGIN_SEQ_NUM"
    "BER" NUMBER(4, 0), "TXN_END_SEQ_NUMBER" NUMBER(4, 0), "INTEREST_PAID_TO_DAT"
    "E" DATE) ORGANIZATION EXTERNAL (TYPE "ORACLE_LOADER" DEFAULT DIRECTORY "DAT"
    "A_DIR" ACCESS PARAMETERS ( "
    "FIELDS TERMINATED BY '|'"
    " OPTIONALLY ENCLOSED BY 'À'"
    " missing field values are null"
    "loan_number,"
    " statement_date date 'YYYYMMDD ' NULLIF (statement_date='0' or statement_"
    "date=BLANKS),"
    " unpaid_principal_balance,"
    " escrow_balance,"
    " interest_rate,"
    " p_and_i_constant_amount,"
    " monthly_escrow_amount,"
    " monthly_optional_amount,"
    " corporate_adv_monthly_pmt,"
    " total_monthly_payment,"
    " govt_subsidy_amount,"
    " next_due_date date 'YYYYMMDD ' NULLIF (next_due_date='0' or next_due_dat"
    "e=BLANKS),"
    " past_due_amount,"
    " past_due_pmts_and_charges,"
    " total_late_charges_due,"
    " total_nsf_fees_due,"
    " total_due,"
    " late_charge_date date 'YYYYMMDD ' NULLIF (late_charge_date='0' or late_c"
    "harge_date=BLANKS),"
    " late_charge_amount,"
    " fixed_late_charge_amount,"
    " nxt_arm_int_change_date date 'YYYYMMDD ' NULLIF (nxt_arm_int_change_date"
    "='0' or nxt_arm_int_change_date=BLANKS),"
    " nxt_arm_pmt_change_date date 'YYYYMMDD ' NULLIF (nxt_arm_pmt_change_date"
    "='0' or nxt_arm_pmt_change_date=BLANKS),"
    " txn_begin_seq_number,"
    " txn_end_seq_number,"
    " interest_paid_to_date date 'YYYYMMDD ' NULLIF (interest_paid_to_date='0'"
    " or interest_paid_to_date=BLANKS)"
    " ) LOCATION ( 'MOSTMT.DAT' ) ) REJECT LIMIT UNLIMITED"
    IMP-00003: ORACLE error 6564 encountered
    ORA-06564: object DATA_DIR does not exist
    IMP-00017: following statement failed with ORACLE error 6564:
    "CREATE TABLE "EXT_TMP_PR_YEAR_END" ("LOAN_NUMBER" NUMBER(10, 0), ""
    "BEGINNING_PRINCIPAL_BAL" NUMBER(9, 2), "YTD_PRINCIPAL_PAID" NUMBER(9, 2), ""
    "ENDING_PRINCIPAL_BAL" NUMBER(9, 2), "BEGINNING_ESCROW_BAL" NUMBER(9, 2), "E"
    "SCROW_DEPOSITS" NUMBER(9, 2), "ESCROW_DISBURSEMENTS" NUMBER(9, 2), "ENDING_"
    "ESCROW_BALANCE" NUMBER(9, 2), "YTD_INTEREST_ON_ESCROW" NUMBER(9, 2), "INTER"
    "EST_1098_AMOUNT" NUMBER(9, 2), "POINTS_PAID" NUMBER(9, 2), "REIMBURSED_INTE"
    "REST" NUMBER(9, 2), "PREPAID_INT_NOT_ALWD_LAST_YR" NUMBER(9, 2), "PREPAID_I"
    "NT_NOT_ALWD_THIS_YR" NUMBER(9, 2), "AS_OF_DATE" DATE) ORGANIZATION EXTERNAL"
    " (TYPE "ORACLE_LOADER" DEFAULT DIRECTORY "DATA_DIR" ACCESS PARAMETERS ( "
    "FIELDS TERMINATED BY '|'"
    " OPTIONALLY ENCLOSED BY 'À'"
    " missing field values are null"
    " loan_number, beginning_principal_bal, ytd_principal_paid, ending_principa"
    "l_bal,"
    " beginning_escrow_bal, escrow_deposits,"
    " escrow_disbursements, ending_escrow_balance, ytd_interest_on_escrow,"
    " interest_1098_amount, points_paid, reimbursed_interest,"
    " prepaid_int_not_alwd_last_yr, prepaid_int_not_alwd_this_yr,"
    " as_of_date date 'YYYYMMDD ' NULLIF (as_of_date='0' or as_of_date=BLANKS)"
    " ) LOCATION ( 'YREND.DAT' ) ) REJECT LIMIT UNLIMITED"
    IMP-00003: ORACLE error 6564 encountered
    ORA-06564: object DATA_DIR does not exist
    IMP-00017: following statement failed with ORACLE error 6564:
    "CREATE TABLE "EXT_TMP_TAX_INS" ("LOAN_NUMBER" NUMBER(10, 0), "SEQU"
    "ENCE_NUMBER" NUMBER(10, 0), "ESCROW_TYPE" VARCHAR2(2), "EFFECTIVE_DATE" DAT"
    "E, "EXPIRATION_DATE" DATE, "FREQUENCY" VARCHAR2(1), "ESCROW_AMOUNT" NUMBER("
    "8, 2), "MONTHS_COVERED" NUMBER(2, 0), "COVERAGE_AMOUNT" NUMBER(8, 0), "REFE"
    "RENCE_POLICY_NUMBER" VARCHAR2(50), "LAST_AMOUNT_PAID" NUMBER(8, 2), "LAST_P"
    "AID_DATE" DATE, "VENDOR_NAME" VARCHAR2(50), "VENDOR_ADDRESS_ONE" VARCHAR2(5"
    "0), "VENDOR_ADDRESS_TWO" VARCHAR2(50), "VENDOR_CITY" VARCHAR2(50), "VENDOR_"
    "STATE" VARCHAR2(2), "VENDOR_ZIP_CODE" VARCHAR2(9), "VENDOR_TELEPHONE_NUMBER"
    "" VARCHAR2(12), "VENDOR_CONTACT_NAME" VARCHAR2(50), "AGENT_NAME" VARCHAR2(5"
    "0), "AGENT_ADDRESS_ONE" VARCHAR2(50), "AGENT_ADDRESS_TWO" VARCHAR2(50), "AG"
    "ENT_CITY" VARCHAR2(50), "AGENT_STATE" VARCHAR2(2), "AGENT_ZIP_CODE" VARCHAR"
    "2(9), "AGENT_TELEPHONE_NUMBER" VARCHAR2(12), "AGENT_CONTACT_NAME" VARCHAR2("
    "50), "REMIT_TO_VENDOR_OR_AGENT" VARCHAR2(1), "ANALYSIS_CODE" VARCHAR2(1)) O"
    "RGANIZATION EXTERNAL (TYPE "ORACLE_LOADER" DEFAULT DIRECTORY "DATA_DIR" ACC"
    "ESS PARAMETERS ( "
    "FIELDS TERMINATED BY '|'"
    " OPTIONALLY ENCLOSED BY 'À'"
    " missing field values are null"
    "loan_number, sequence_number, escrow_type, effective_date date 'YYYYMMDD '"
    " NULLIF (effective_date='0' or effective_date=BLANKS),"
    "expiration_date date 'YYYYMMDD ' NULLIF (expiration_date='0' or expiration"
    "_date=BLANKS), frequency,"
    " escrow_amount, months_covered, coverage_amount, reference_policy_number,"
    " last_amount_paid, last_paid_date date 'YYYYMMDD ' NULLIF (last_paid_date"
    "='0' or last_paid_date=BLANKS), vendor_name, vendor_address_one,"
    " vendor_address_two, vendor_city, vendor_state, vendor_zip_code, vendo"
    "r_telephone_number, vendor_contact_name, agent_name,"
    " agent_address_one, agent_address_two, agent_city, agent_state, agent_zip_"
    "code, agent_telephone_number,"
    " agent_contact_name, remit_to_vendor_or_agent, analysis_code )"
    " ) LOCATION ( 'ESCROW.DAT' ) ) REJECT LIMIT UNLIMITED"
    IMP-00003: ORACLE error 6564 encountered
    ORA-06564: object DATA_DIR does not exist
    IMP-00017: following statement failed with ORACLE error 6564:
    "CREATE TABLE "EXT_TMP_TRANS_HIST" ("LOAN_NUMBER" NUMBER(10, 0), "T"
    "XN_SEQUENCE_NUMBER" NUMBER(10, 0), "TXN_POSTED_DATE" DATE, "TXN_EFFECTIVE_D"
    "ATE" DATE, "NEXT_DUE_DATE" DATE, "TXN_CODE" VARCHAR2(2), "TXN_OVERRIDE_CODE"
    "" VARCHAR2(2), "TXN_DESCRIPTION" VARCHAR2(50), "PRINCIPAL_AMOUNT" NUMBER(9,"
    " 2), "INTEREST_AMOUNT" NUMBER(7, 2), "ESCROW_AMOUNT" NUMBER(7, 2), "OPTIONA"
    "L_INSURANCE_AMOUNT" NUMBER(7, 2), "LATE_CHARGE_AMOUNT" NUMBER(7, 2), "MISC_"
    "FEE_AMOUNT" NUMBER(7, 2), "TXN_AMOUNT" NUMBER(9, 2), "PRINCIPAL_BALANCE_AFT"
    "ER" NUMBER(9, 2), "ESCROW_BALANCE_AFTER" NUMBER(9, 2), "INTEREST_PAID_TO_DA"
    "TE" NUMBER(8, 0), "BUY_DOWN_AMOUNT" NUMBER(9, 2), "SUSPENSE_AMOUNT" NUMBER("
    "9, 2)) ORGANIZATION EXTERNAL (TYPE "ORACLE_LOADER" DEFAULT DIRECTORY "DATA_"
    "DIR" ACCESS PARAMETERS ( "
    "FIELDS TERMINATED BY '|'"
    " OPTIONALLY ENCLOSED BY 'À'"
    " missing field values are null"
    " (loan_number ,txn_sequence_number ,txn_posted_date date 'YYYYMMDD ' NULLI"
    "F (txn_posted_date='0' or txn_posted_date=BLANKS),"
    " txn_effective_date date 'YYYYMMDD ' NULLIF (txn_effective_date='0' or txn"
    "_effective_date=BLANKS),"
    "next_due_date date 'YYYYMMDD ' NULLIF (next_due_date='0' or next_due_date="
    "BLANKS),txn_code,txn_override_code,txn_description,principal_amount,"
    " interest_amount, escrow_amount, optional_insurance_amount, late_charge"
    "_amount, misc_fee_amount ,"
    " txn_amount, principal_balance_after, escrow_balance_after, interest_pa"
    "id_to_date , buy_down_amount,"
    " suspense_amount)"
    " ) LOCATION ( 'HIST.DAT' ) ) REJECT LIMIT UNLIMITED"
    IMP-00003: ORACLE error 6564 encountered
    ORA-06564: object DATA_DIR does not exist
    IMP-00017: following statement failed with ORACLE error 6564:
    "CREATE TABLE "FTP_UPDATE_FILES" ("FILENAME" VARCHAR2(50), "MODIFIE"
    "D_DATE" DATE, "UPDATE_TYPE" VARCHAR2(2)) ORGANIZATION EXTERNAL (TYPE "ORACL"
    "E_LOADER" DEFAULT DIRECTORY "DATA_DIR" ACCESS PARAMETERS ( "
    "FIELDS TERMINATED BY '|'"
    " OPTIONALLY ENCLOSED BY 'À'"
    " missing field values are null"
    " (filename ,modified_date date 'YYYYMMDDHH24MISS ' NULLIF (modified_date='"
    "0' or modified_date=BLANKS),"
    " update_type)"
    " ) LOCATION ( 'FTP_UPDATED.DAT' ) ) REJECT LIMIT UNLIMITED"
    IMP-00003: ORACLE error 6564 encountered
    ORA-06564: object DATA_DIR does not exist
    . . importing table "INT_RT_CONVERSION_ADJ" 0 rows imported
    . . importing table "I_RATE_ADJUSTMENT" 101568 rows imported
    ===================================
    Please help me to solve this error

    Sir,
    I tried with
    create or replace directory DATA_DIR as 'E:\oradata\EONE\DATA_DIR\';Still it is giving the same error
    =====================================
    IMP-00003: ORACLE error 6564 encountered
    ORA-06564: object DATA_DIR does not exist
    IMP-00017: following statement failed with ORACLE error 6564:
    "CREATE TABLE "EXT_TMP_BORR_ADDR" ("LOAN_NUMBER" NUMBER(10, 0), "BO"
    "RROWER_AFFILIATION_CODE" VARCHAR2(2), "BORROWER_SEQUENCE_NUMBER" NUMBER(2, "
    "0), "BORROWER_FIRST_NAME" VARCHAR2(20), "BORROWER_MIDDLE_NAME" VARCHAR2(20)"
    ", "BORROWER_LAST_NAME" VARCHAR2(25), "BORROWER_NAME_SUFFIX" VARCHAR2(3), "B"
    "ORROWER_SSN" VARCHAR2(12), "BORR_HOME_PHONE_AREA_CODE" VARCHAR2(5), "BORR_H"
    "OME_PHONE_PREFIX" VARCHAR2(5), "BORR_HOME_PHONE_NUMBER" VARCHAR2(6), "BORR_"
    "WORK_PHONE_AREA_CODE" VARCHAR2(5), "BORR_WORK_PHONE_PREFIX" VARCHAR2(5), "B"
    "ORR_WORK_PHONE_NUMBER" VARCHAR2(6), "BORR_WORK_PHONE_EXT" VARCHAR2(7), "BOR"
    "R_FAX_PHONE_AREA_CODE" VARCHAR2(5), "BORR_FAX_PHONE_PREFIX" VARCHAR2(5), "B"
    "ORR_FAX_PHONE_NUMBER" VARCHAR2(6), "BORR_MAILING_ADDR_ONE" VARCHAR2(40), "B"
    "ORR_MAILING_ADDR_TWO" VARCHAR2(40), "BORR_MAILING_CITY" VARCHAR2(25), "BORR"
    "_MAILING_STATE" VARCHAR2(2), "BORR_MAILING_ZIP_CODE" VARCHAR2(9), "BORR_MAI"
    "LING_COUNTRY" VARCHAR2(3), "BORR_EMAIL_ADDRESS" VARCHAR2(50), "BORROWER_EMP"
    "LOYER" VARCHAR2(25), "BORR_EMPLOYER_ADDRESS" VARCHAR2(40), "BORROWER_EMPLOY"
    "ER_CITY" VARCHAR2(25), "BORR_EMPLOYER_STATE" VARCHAR2(2), "BORR_EMPLOYER_ZI"
    "P_CODE" VARCHAR2(9), "BORR_EMPLOYER_COUNTRY" VARCHAR2(3), "NAME_FORMAT_CODE"
    "" VARCHAR2(1)) ORGANIZATION EXTERNAL (TYPE "ORACLE_LOADER" DEFAULT DIRECTOR"
    "Y "DATA_DIR" ACCESS PARAMETERS ( "
    "FIELDS TERMINATED BY '|'"
    " OPTIONALLY ENCLOSED BY 'À'"
    " missing field values are null ) LOCATION ( 'BORR.DAT' ) ) REJECT LIMIT UN"
    "LIMITED"
    IMP-00003: ORACLE error 6564 encountered
    ORA-06564: object DATA_DIR does not exist
    ===========================================
    regards
    Mathew

  • Upgrade IMP 9.1.1 to 10.5.2 and CUPC 8.6.3

    I have a customer that I will be upgrading CUCM 9.1.1 to 10.5.2 and IMP 9.1.1 to 10.5.2 very shortly.  My question is they are currently using CUPC 8.6.3 client on the IMP 9.1.1 server.  They are not using Jabber yet.  I cannot find an documentation as to whether CUPC 8.6.x is supported on IMP 10.5.x.  Anyone done this or have reference docs as to what the client side compatibility matrix is for CUPC and IMP 10.5.x
    Thanks,
    Dave

    We document what we support, so, if the last release on the CUPC RNs says CUCM/CUPS 8.6, then that means anything beyond that release is NOT supported. You'll never find a doc that says this ones are supported, this ones are not supported. If a version is not listed, it means it's not supported.
    Your current deployment is already not supported as you're on IM&P 9.1
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cupc/8_6_4/CUPC_BK_R765011D_00_release-notes-for-cisco-unified.html#CUPC_RF_SEB5CBBE_00
    The document for the product, is the one that has the final word, on this case, the CUPC docs.
    Sometimes the BU doesn't update the docs and that's the reason for those kind of notes, just as plenty of docs still simply say CUCM BE without a 5K, 6K or 7K, that old reference means the current 5K when no other BE option was available and no need to make a distinction.

  • What are the things to check after full imp in 10g?

    Dear all,
    Source
    =======
    OS server ==> HP-UX
    Oracle version ==> Oracle 9.2.0.8
    DB Name ==> MSST
    DB total users ==> 320
    Full export in ==> /u02/export/Jan09.dmp
    Tablespaces ==> SC, SC_I, SA, SA_I, PP, PP_I, AC, AC_I, SD
    Destination
    ============
    OS server ==> HP-UX
    DB Name ==> CHDB
    Existg DB users ==> 20
    Oracle version ==> Oracle 10.2.0.4
    copied 9i dump file in ==> /u03/export
    Tablespaces created same as Oracle 9i i.e;
    Tablespaces ==> SC, SC_I, SA, SA_I, PP, PP_I, AC, AC_I, SD
    I had run full import on Destination server i.e; Oracle 10g & following is the command i used:
    imp system/pwd@conn_string file=/u03/export/Jan09.dmp log=/u03/export/Jan09_imp.log full=y ignore=y statistics=none
    Imported successfully with few errors like
    Now my question is
    ===================
    How to check everything is same/similar like Oracle 9i database ( source ), for example ( i used this technique ):
    What are the things to check after full imp in 10g?
    MSST_DB>SHOW USER
    MSST_DB>SA
    MSST_DB>select object_type, count(*) from user_objects group by objects;
    OBJECT_TYPE COUNT(*)
    DATABASE LINK 2
    FUNCTION 23
    INDEX 1795
    LOB 6
    PACKAGE 8
    PACKAGE BODY 8
    PROCEDURE 30
    SEQUENCE 67
    SYNONYM 60
    TABLE 644
    TRIGGER 3
    VIEW 20
    CHDB_DB>SHOW USER
    CHDB_DB>SA
    CHDB_DB>select object_type, count(*) from user_objects group by objects;
    OBJECT_TYPE COUNT(*)
    INDEX 1794
    PROCEDURE 30
    TABLE 644
    TRIGGER 3
    VIEW 20
    FUNCTION 23
    SYNONYM 60
    PACKAGE BODY 8
    SEQUENCE 67
    PACKAGE 8
    LOB 6

    What are the things to check after full imp in 10g?Only public database links which are in use by your these users which you export/import (Only if you did user level export/import and not DB level).
    If you log files does not show error during creation of any object, you don't need to double check any thing. Otherwise do on with the method which you mentioned by counting the objects.
    Or you can create a database link from source to destination and use a query with MINUS to find out if there is any object missing
    select object_name,object_type from user_objects
    MINUS
    select object_name,object_type from user_objects@destination_database;Salman

Maybe you are looking for

  • Can't open canon raw files in cs4

    I recently had to rebuild my pc after a problem that stopped a few of my programs working (I'd installed xampp so I could use wordpress on the pc but it stopped cs4, firefox, video studio and a bunch of other stuff working - removal and reinstalling

  • Fade in/out several tracks with the crossfade tool?

    Can I Fade in/out several tracks with the crossfade tool? I mean without selecting them and then add value...? just like in ProTools just selecting the regions and apply the fade tool???? VIP question

  • Bridge CC でCamera Rawが使用できません

    Bridge CC で「ファイル」→「Camera Rawで開く」がグレーアウトしていて使用できません.ショートカットの「command + R」でも反応せず.原因と解決方法をお願いします.気になる動作として.起動時に毎回起動時に「キャッシュのクリアにしっぱ...」とポップアップが出ます.キャッシュをクリア.アンインス トール後再度インストールしても解決せず.

  • CS5: Why do I need 2 places to define the Chapter Number style?

    Hello, I was wondering, when I use Chapter Number via the text Variables, I can define the nubers style over there, but I can also define it via Numbering and Sections options. Why do I need 2 places to define that? thanks, shlomit

  • Return all the values into cursor

    I want to return collection of varray using sys_refcursor. but it is returning only last record. I am wondering how I can return all the four records into result sys_refcursor. The following is not returning all the four records under SP. resultData