IMP-00009

Sir,
I am getting this error. IMP-00009 abnoramal end of export file.
Why this this is happening? What I have to do to avaoid this?
How can we avoid compilation errors for viws and procedures during import?
regards
Mathew

Is the Export Source and the Import Target the same Database Release? e.g 9i and 10g
Check for Import Compartibility to the Target database

Similar Messages

  • Error when IMPORT using INDEXFILE  IMP-00009: abnormal end of export file

    Hi,
    I met the following error while I am doing IMPORT (creating ddl using INDEXFILE option) as.
    imp system/oracle@hpfw9i file='F:\C2Prop\ProdDump20051109.dmp' fromuser=FWORKSADM touser=FWORKSADM indexfile=ddlfile.sql log=st-imp.log
    . . skipping table "FWDEFECTCOMPONENT_PN21"
    . . skipping table "FWDEFECTCOMPONENT_PN22"
    . . skipping table "FWDEFECTCOMPONENT_PN23"
    . . skipping table "FWDEFECTCOMPONENT_PN24"
    . . skipping table "FWDEFECTCOMPONENT_PN25"
    . . skipping table "FWDEFECTCOMPONENT_PN26"
    . . skipping table "FWEQPATTRIBUTE"
    . . skipping table "FWEQPATTRIBUTEHISTORY"
    IMP-00009: abnormal end of export file
    Import terminated successfully with warnings.
    Have you ever experienced the following error message when you imported the db..?
    Also I could see the import was not done successfully when I compared my ddlfileold.sql which is already done using this same dump file
    My actions to make ddlfile
    - I have tried three times to make ddlfile but I failed all and met the same error message.
    try 1 : using 9210 version
    try 2 : using 9206 version
    try 3 : using 9206 version at other machine.
    I need your advice and help.
    Thanks,
    Riaz.

    This means the export dump file is corrupted.
    In UNIX see this command to see whether the dump file is complete
    $ tail expdat.dmp
    It should have EXIT in the last line.

  • Help Me Abt - IMP-00009: abnormal end of export file

    when i try to import from dmp files the following error occured.
    IMP-00009: abnormal end of export file
    i don;'t know , why.
    please help me.
    Asif Iqbal
    Software Engineer ( Karachi, Pakistan ).

    Also, please make ensure you FTP the dump file in binary mode and compare the file sizes before and after the transfer.
    Edited by: SKU on 12-Jan-2009 12:32

  • IMP-00009: abnormal end of export file

    When I try to import my dump file i receive this error IMP-00009: abnormal end of export file even if my buffer is set to 2000000000.
    Any help would be great.
    Regards

    The export file is probably from an aborted Export session. Better retry the export and then import it again, if possible.
    If not possible, report this as an Import bug and submit the export file that caused this error to Oracle Support Services.
    Thanks and Best Regards,
    -aijaz

  • Import utility IMP-00009: abnormal end of export file.

    IMP-00009: abnormal end of export file.
    I have received a 34 GB dmp file exported using exp utility 9.2. and i am importing it into 10.2.0.1.0
    1) Not sure wheher its exported from Unix or windows.. how to make out?
    2)I imported using ...BIN>imp user1/pwd FILE=C:\exp.dmp
    SHOW=y fromuser=user2 touser=user1 ROWS=Y IGNORE=y GRANTS=y Constraints=
    y log=C:\exp.log
    Note my login user and my to user are same and i have grant DBA to user1.
    3)When i import, after an hour+ it terminates saying abruprt end of export file.
    4)I am not aware of the command used for export whether its FULL DB or only user etc.... how to find out? from show = y i selected 1 username and used it as from user.
    5)This file was sent to me through a FTP server from where i downloaded.
    Plz help i need to import urgently, what should i be doing?

    I also read that FULL=Y is not supported when i import 9i dmp into 10g dmp. Is it true?False
    It is an export of the Backup it seems. What difference does it make if we export from DB Backup and export from DB itself?There is nothing called export of a backup.The dump is created by an oracle binary called EXPORT.
    You can execute this command against an oracle database
    exp username/pwd@hoststring file=c:\oracle\bk\test.dmp fully=y....and so on

  • IMP-00009: abnormal end of export filekgepop: -Please help

    Sir,
    IMP-00009: abnormal end of export filekgepop: no error frame to pop to for error 21500
    I am getting this error. IMP-00009 abnoramal end of export file.
    Why this this is happening? What I have to do to avaoid this?
    How can we avoid compilation errors for views and procedures during import?
    Can any one please give a help
    regards
    Mathew

    Sir,
    The excact error is
    IMP-00009: Abnormal end of export filekgepop:no error frame to pop to for error 21500
    This his is the error message comming at the end od command window during the import.
    Following is the end of IMPort log file
    . . importing table "BRANCH" 1 rows imported
    . . importing table "ERROR_DETAILS" 24 rows imported
    . . importing table "INDEX_CONTENT_PROPERTIES" 43 rows imported
    . . importing table "LABEL" 0 rows imported
    . . importing table "LINKS" 0 rows imported
    . . importing table "LOCKS" 0 rows imported
    . . importing table "OBJECT" 27763 rows imported
    . . importing table "PARENT_BINDING" 27643 rows imported
    . . importing table "PERMISSIONS" 19 rows imported
    . . importing table "PROPERTIES" 450312 rows imported
    . . importing table "PUBLISH_CONTENT_PROPERTIES" 45 rows imported
    . . importing table "PUBLISH_TYPES" 4 rows imported
    . . importing table "URI" 27769 rows imported
    . . importing table "VERSION" 27643 rows imported
    . . importing table "VERSION_CONTENT"
    After this the error
    IMP-00009: Abnormal end of export filekgepop:no error frame to pop to for error 21500
    is displayed in command window.
    regards
    Mathew

  • IMP: 00033 while importing

    I have done a full export on my source database. The log file shows all tables and rows exported. But when I perform the import on the destination database, I get the following errors IMP:00009 and IMP:00033:
    IMP-00009: abnormal end of export file
    IMP-00033: Warning: Table "STOCK_PRICE" not found in export file
    I am importing from user A to user B, using following command:
    imp system/<pwd> file=exp_full.dmp log=exp_full.log fromuser=A touser=B tables=STOCK_PRICE
    I have done a check sum on the dump file (since i copied it from 1st server over to 2nd) and they match.
    Please let me know if I can resolve this in any way.

    Hi
    follow the conventions
    There are three possible solutions:
    1. Put username between single quotes
    2. Put a \ symbol before the $ symbol.
    3. Use a parameter file
    Example:
    imp system/manager file=expdat.dmp fromuser='OPS$USER1' touser='OPS$USER2'
    imp system/manager file=expdat.dmp fromuser=OPS\$USER1 touser=OPS\$USER2
    imp parfile=<file_name>
    where <file_name> contains :
    userid=system/manager file=expdat.dmp fromuser=OPS$USER1 touser=OPS$USER2

  • IMP-00028: partial import of previous table rolled back

    Dear all,
    I have oracle 8i installed on windows server 2000. I have a valid export file (ful database). when am trying to import, am getting the error :
    IMP-00009: abnormal end of export file
    IMP-00028: partial import of previous table rolled back: 9464 rows rolled back
    Import terminated successfully with warnings.
    But, the export file is a valid one as the same script is used to take export daily. the log file of export shows the export is completed successfully with out any warnings.
    Have anyone faced this problem before ?.. I tried importing into 9i DB and getting the same error ?
    Please guide
    Kai

    Thanks Anantha,
    Very norma script :
    exp userid=system/password file=dmpfile.dmp log=dmplog.log full=Y
    tried schema level export as well as full database export
    imp userid=system/password file=dmpfile.dmp log=schemaimp.log fromuser=username touser=username
    imp userid=system/password file=dmpfile.dmp log=schemaimp.log full=Y
    Thanks
    Kai

  • Error while importing a container dump file

    Hi,
    I am trying to import a container from one Oracle Server to another server which are located at two different locations. I have exported the container from the first server and FTPed it to the second server and tried to import the same into the second server. While doing this, i got the following message:
    Connected to: Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Export file created by EXPORT:V08.01.07 via conventional path
    import done in WE8ISO8859P1 character set and WE8ISO8859P1 NCHAR character set
    . importing REPOS_MANAGER's objects into REPOS_MANAGER
    . . importing table "XTSYS_EXPORT_OBJECTS" 1 rows imported
    . . importing table "XTSYS_IMPORT_IRID_MAPPING"
    IMP-00009: abnormal end of export file
    IMP-00018: partial import of previous table completed: 1281 rows imported
    IMP-00033: Warning: Table "XTSYS_IMPORT_IVID_MAPPING" not found in export file
    IMP-00033: Warning: Table "XTSYS_TABS_EXPORTED" not found in export file
    IMP-00033: Warning: Table "XTSYS_RM$REPOSITORIES" not found in export file
    Import terminated successfully with warnings.
    I am able to import the same dump file into another server located in the same location as the Server One without any issues.
    One thing that i have observed is: On the Server 2, if a container is already present and the XTSYS_ tables are already populated, when i tried to import this dump file, it asked me "Temporary tables are already populated. Do you want to overwrite them. Otherwise the existing temporaty tables will be used for this purpose". If i clicked No, then it imported the container without any problems, BUT, the new container contents are not the same as found on Server 1's container contents.
    Can somebody suggest what could be the problem and how can i import that dump file.
    thanks a lot in advance
    regards,
    Vijay

    Vijay,
    There is a note <Note:160378.1> on the Oracle Support site: http://metalink.oracle.com.
    There are a number of possibilities, the most likely of these is that you are using the wrong import/export utilities for an older or newer database version.
    You don't mention which release of Designer you are using, Designer 9i uses the 9.0.1 export/import utilities by default. You cannot use the 9.0.1 export/import utilities against an 8.1.7 database.
    If not already installed, install the 8.1.7 export/import utilities from the Oracle 8i Release 3 (8.1.7) Client Cd into a new Oracle Home.
    In the Registry, change [hklm]\software\oracle\HOMEx\repos61\EXECUTE_EXPORT
    and EXECUTE_IMPORT to point to the 8.1.7 export/import utitilites.
    (HOMEx corresponds to your Designer 9i Oracle Home)
    A typical value for them would be:
    EXECUTE_EXPORT=d:\des_817\bin\exp.exe
    EXECUTE_IMPORT=d:\des_817\bin\imp.exe
    or
    EXECUTE_EXPORT=d:\V817\bin\exp.exe
    EXECUTE_IMPORT=d:\V817\bin\imp.exe
    After changing the parameters in the Registry, verify if they are active by going into the Repository Administration Utility, Check Requirements,
    Parameter Settings and look for EXECUTE_EXPORT and EXECUTE_IMPORT.
    Regards
    Sue

  • Recovery from bad export file - IMP0009 error

    Hi all,
    I have a large export that is split into 2Gb chunks using FILESIZE option at export .. string is something like this:
    exp userid=xxx/xxx filesize=2048M file=bu${DATE}_01.dmp,bu${DATE}_02.dmp,b
    u${DATE}_03.dmp full=y log=bu${DATE}.log
    ..export log showed no errors but on import I'm getting IMP0009 : abnormal end of export file
    Typically there's a rather large and important table that's split between the first and 2nd files which I really need to get at. If I import at the moment it rolls back the first 1.1 million odd rows before it fails and it wont load the 2nd file at all, says something about the sequence of the file being incorrect.
    OS is AIX 4.3.3
    Oracle is 8.1.7.0.0
    Any ideas how I can recover the table that is split accross files? I've tried catting the files together to form one large one (and import on an OS without file system size limits) .. no dice although perhaps I can alter it to fool it into thinking it's 1 file??
    Thanks in desparation!
    Adam

    Username:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export file created by EXPORT:V08.01.07 via conventional path
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    export client uses US7ASCII character set (possible charset conversion)
    export server uses US7ASCII NCHAR character set (possible ncharset conversion)
    IMP-00046: using FILESIZE value from export file of 2147483648
    . importing C45966's objects into C45966
    "CREATE TABLE "CUST_LEDGER_BALANCE" ("HOUSE" CHAR(6) NOT NULL ENABLE, "CUST""
    " CHAR(2) NOT NULL ENABLE, "SERVICE_GROUP" NUMBER(2, 0) NOT NULL ENABLE, "LE"
    "DGER_SEQ" NUMBER(10, 0) NOT NULL ENABLE, "LDGRDATE" DATE NOT NULL ENABLE, ""
    "STMT_DATE" DATE NOT NULL ENABLE, "LDTYPE" NUMBER(2, 0) NOT NULL ENABLE, "AM"
    "OUNT" NUMBER(12, 0) NOT NULL ENABLE, "DECIMAL_CNT" NUMBER(1, 0) NOT NULL EN"
    "ABLE, "SUMCODE" CHAR(3) NOT NULL ENABLE, "LEDGER_STATUS" NUMBER(1, 0) NOT N"
    "ULL ENABLE, "PROG" NUMBER(3, 0) NOT NULL ENABLE, "PRINT_FLAG" NUMBER(1, 0) "
    "NOT NULL ENABLE, "CYCLE_DATE" DATE NOT NULL ENABLE, "DUE_DATE" DATE NOT NUL"
    "L ENABLE, "MULTIMONTH_CNT" NUMBER(2, 0), "MULTIMONTH_AMT" NUMBER(12, 0)) P"
    "CTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 LOGGING STORAGE(INITIAL 239796"
    "224 NEXT 4194304 MINEXTENTS 1 MAXEXTENTS 240 PCTINCREASE 0 FREELISTS 1 FREE"
    "LIST GROUPS 1 BUFFER_POOL DEFAULT) TABLESPACE "TBL_CUST_LED_C45966""
    . . skipping table "CUST_LEDGER_BALANCE"
    IMP-00009: abnormal end of export file
    Import terminated successfully with warnings.
    ..they were transferred in binary mode. Same result if I specify 2048M filesize in import string. Only seems to affect the table that is broken into 2 files, others seem OK.
    Thanks!
    Adam

  • Can I import the data that is dumped from Oracle 8.1.5 into 8.0.4?

    I got the following message while trying to import the data into 8.0.4:
    Connected to: Oracle8 Enterprise Edition Release 8.0.4.0.0 - Production
    With the Partitioning and Objects options
    PL/SQL Release 8.0.4.0.0 - Production
    Export file created by EXPORT:V08.01.05 via conventional path
    IMP-00008: unrecognized statement in the export file:
    est">
    IMP-00008: unrecognized statement in the export file:
    afds
    IMP-00008: unrecognized statement in the export file:
    .9
    IMP-00008: unrecognized statement in the export file:
    .9~&#8962;
    IMP-00009: abnormal end of export file
    IMP-00034: Warning: FromUser "SHARP" not found in export file
    Import terminated successfully with warnings.
    I appriciate if any help.
    Thanks,
    Anup.
    null

    When I want to do an export from Oracle 8.0.6 to Oracle 7.3.4, I use the exp and imp from Oracle 7.3.4. This way the whole excercise works fine. The only thing I have to do is run the script catexp7.sql on the Oracle 8.0.6 version (delivered with Oracle 8.0.6). Perhaps You can try the same thing with Oracle 8.0.4, use the exp and imp from 8.0.4 to do the work.

  • Problem in Import ..........

    hi
    I am use oracle imp utlity to import a dump file
    imp system/manager FULL=N ignore=Y constraints=Y buffer=100000 fromuser=system touser=bdtest file=c:\expdat.dmp log=abc.log
    But Some Error Come ..............
    Some One give me Solution pls
    Connected to: Oracle9i Enterprise Edition Release 9.0.1.1.1 - Production
    With the Partitioning option
    JServer Release 9.0.1.1.1 - Production
    Export file created by EXPORT:V09.02.00 via conventional path
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    . importing SYSTEM's objects into BDTEST
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "ANONYMOUS" IDENTIFIED BY VALUES 'anonymous' DEFAULT TABLESPACE"
    " "XDB" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'XDB' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "ODM" IDENTIFIED BY VALUES 'C252E8FA117AF049' DEFAULT TABLESPAC"
    "E "ODM" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'ODM' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "ODM_MTR" IDENTIFIED BY VALUES 'A7A32CD03D3CE8D5' DEFAULT TABLE"
    "SPACE "ODM" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'ODM' does not exist
    IMP-00017: following statement failed with ORACLE error 1031:
    "GRANT UNLIMITED TABLESPACE TO "SYSTEM" WITH ADMIN OPTION"
    IMP-00003: ORACLE error 1031 encountered
    ORA-01031: insufficient privileges
    IMP-00017: following statement failed with ORACLE error 1031:
    "GRANT UNLIMITED TABLESPACE TO "OUTLN""
    IMP-00003: ORACLE error 1031 encountered
    ORA-01031: insufficient privileges
    IMP-00017: following statement failed with ORACLE error 1031:
    "GRANT EXECUTE ANY PROCEDURE TO "OUTLN""
    IMP-00003: ORACLE error 1031 encountered
    ORA-01031: insufficient privileges
    IMP-00017: following statement failed with ORACLE error 1031:
    "GRANT SELECT ANY TABLE TO "SYS" WITH ADMIN OPTION"
    IMP-00003: ORACLE error 1031 encountered
    ORA-01031: insufficient privileges
    IMP-00017: following statement failed with ORACLE error 1031:
    "GRANT CREATE SESSION TO "RECOVERY_CATALOG_OWNER""
    IMP-00003: ORACLE error 1031 encountered
    ORA-01031: insufficient privileges
    IMP-00017: following statement failed with ORACLE error 1031:
    "GRANT ALTER SESSION TO "RECOVERY_CATALOG_OWNER""
    IMP-00003: ORACLE error 1031 encountered
    ORA-01031: insufficient privileges
    IMP-00017: following statement failed with ORACLE error 1031:
    "GRANT CREATE TABLE TO "RECOVERY_CATALOG_OWNER""
    IMP-00003: ORACLE error 1031 encountered
    ORA-01031: insufficient privileges
    IMP-00017: following statement failed with ORACLE error 1031:
    ýÿ&
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    L
    IMP-00008: unrecognized statement in the export file:
    IMP-00017: following statement failed with ORACLE error 901:
    "CREATE FORMAT92TRIG "
    IMP-00003: ORACLE error 901 encountered
    ORA-00901: invalid CREATE command
    IMP-00008: unrecognized statement in the export file:
    ýÿ%
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    M
    IMP-00008: unrecognized statement in the export file:
    IMP-00017: following statement failed with ORACLE error 901:
    "CREATE FORMAT92TRIG "
    IMP-00003: ORACLE error 901 encountered
    ORA-00901: invalid CREATE command
    IMP-00008: unrecognized statement in the export file:
    ýÿ'
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    K
    IMP-00008: unrecognized statement in the export file:
    IMP-00017: following statement failed with ORACLE error 901:
    "CREATE FORMAT92TRIG "
    IMP-00003: ORACLE error 901 encountered
    ORA-00901: invalid CREATE command
    IMP-00008: unrecognized statement in the export file:
    ýÿ%
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    A
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00017: following statement failed with ORACLE error 901:
    "CREATE FORMAT92TRIG "
    IMP-00003: ORACLE error 901 encountered
    ORA-00901: invalid CREATE command
    IMP-00008: unrecognized statement in the export file:
    ýÿ&
    IMP-00008: unrecognized statement in the export file:
    E
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00017: following statement failed with ORACLE error 901:
    "CREATE FORMAT92TRIG "
    IMP-00003: ORACLE error 901 encountered
    ORA-00901: invalid CREATE command
    IMP-00008: unrecognized statement in the export file:
    ýÿ'
    IMP-00008: unrecognized statement in the export file:
    F
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00017: following statement failed with ORACLE error 901:
    "CREATE FORMAT92TRIG "
    IMP-00003: ORACLE error 901 encountered
    ORA-00901: invalid CREATE command
    IMP-00008: unrecognized statement in the export file:
    ýÿ%
    IMP-00008: unrecognized statement in the export file:
    D
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00017: following statement failed with ORACLE error 901:
    "CREATE FORMAT92TRIG "
    IMP-00003: ORACLE error 901 encountered
    ORA-00901: invalid CREATE command
    IMP-00008: unrecognized statement in the export file:
    ýÿ*
    IMP-00008: unrecognized statement in the export file:
    I
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00017: following statement failed with ORACLE error 901:
    "CREATE FORMAT92TRIG "
    IMP-00003: ORACLE error 901 encountered
    ORA-00901: invalid CREATE command
    IMP-00009: abnormal end of export file
    Import terminated successfully with warnings.
    Some One pls Help me..........

    In the objects creation script if tablespace clause (example given below) is present then that corresponding tablespace should be available in target database.
    create table dept(deptno number,dname varchar2(10),loc varchar2(10)) tablespace userdata;
    In the target tablespace userdata tablespace must present.
    In your case, it is complaining XDB, ODM etc. are not present. Please create them in the target database.
    Second thing it is complaining insufficient privileges. Better you use sys user account as sysdba and try again. Let us see what will happen.
    Try to follow documentation to get the details of each error you are getting. You will get the idea. Good luck.
    Error messages Documentation
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14219/toc.htm

  • How to import a corrupted file?

    I got the following errors when I did import.
    It seems that the file was corrupted.
    But do you know if there are some tools or methods which can skip the corrupted rows and do the rest of the file.
    Thanks,
    Samuel
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
    With the Partitioning option
    JServer Release 9.2.0.4.0 - Production
    Export file created by EXPORT:V08.01.07 via direct path
    import done in ZHT16BIG5 character set and AL16UTF16 NCHAR character set
    import server uses WE8ISO8859P1 character set (possible charset conversion)
    export server uses ZHT16BIG5 NCHAR character set (possible ncharset conversion)
    . . importing table "RTX_020401"
    IMP-00009: abnormal end of export file
    IMP-00018: partial import of previous table completed: 7340500 rows imported
    Import terminated successfully with warnings.

    The dump file are read it sequentially and you can not skip to certain level. You could try to import some kind of objects and whether those objects are not in the sector damaged of the file , they will be able to be loaded.
    Joel Pérez

  • Urgent Help me out

    Hi friends,
    I exported a user from IBM RS6000 Aix 4.3.3 and imported in same machine on another database,there is no problem with import.
    But i tryed with same export file in HP unix
    IT IS GIVE ERROR FOR TWO BIG TABLE HAVING SIZE 278MB (record 737000),it is showing
    table1 0 rows imported
    table2
    partial import rollbacking 2295 rows
    error IMP 00009
    followed By IMP 00028.
    import tarminated sucsessfully with warning
    I had taken export:-
    1)startup restrict open
    exp
    -----system/manager
    -----default
    type-user
    -----compress=N
    ------saprerana
    exported sucsessfully without warning
    Import:------
    imp system/manager file=abc.dmp ignore='Y' fromuser=saprerana touser=saabd
    2)exp with Consistent=Y
    imp system/manager file=abc.dmp ignore='Y' fromuser=saprerana touser=saabd
    I am able to user both export file in RS6000 AIX 4.3.3 ORACLE 8.1.6
    BUT
    I am not able to use that export file in Hp unix Oracle 8.1.6.
    (Import of data from one database to another within HP unix to HP unix is working that means its not problem with Imp exe)
    Please Help me Out.
    Raj
    null

    Hi Raj,
    You can try using commit=Y in the imp command.
    Your error messsage seems related to a rollback Issue,Since you have around 7mill rows good to use this flag.
    or
    Offline all the rollbacks.create one big rollback with slightly more than the size of your biggest table then start the import.
    The chances of file being corupt b'cos it's from a different platform are to my knowledge not fact.Dump files are generic.
    Good Luck.
    null

  • Import Failure from oracle805 to Oracle8i

    Dear Friend:
    The upgrade of the oracle database from oracle805 to oracle8i in
    Linux fails in my side. After I successfully export the whole
    database into the dump files and try to import into oracle8i, the
    following error message appears:
    Import: Release 8.1.5.0.0 - Production on Mon Jul 26 10:47:00
    1999
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Connected to: Oracle8i Enterprise Edition Release 8.1.5.0.0 -
    Production
    With the Partitioning and Java options
    PL/SQL Release 8.1.5.0.0 - Production
    Export file created by EXPORT:V08.00.05
    import done in US7ASCII character set and US7ASCII NCHAR
    character set
    . importing SYSTEM's objects into SYSTEM
    IMP-00017: following statement failed with ORACLE error 2143:
    "CREATE TABLE "DEF$_PROPAGATOR" ("USERID" NUMBER, "USERNAME"
    VARCHAR2(30) NO"
    "T NULL ENABLE, "CREATED" DATE NOT NULL ENABLE) PCTFREE 10
    PCTUSED 40 INITR"
    "ANS 1 MAXTRANS 255 LOGGING STORAGE(INITIAL 12288 NEXT 1"
    IMP-00003: ORACLE error 2143 encountered
    ORA-02143: invalid STORAGE option
    IMP-00008: unrecognized statement in the export file:
    ^E^E^E^E^E^H^HC###^Q#^H^HA##~C
    IMP-00008: unrecognized statement in the export file:
    ^E^E^E^E^E^H^HC###^Q#^H^HA##~C
    IMP-00008: unrecognized statement in the export file:
    ^E^E^E^E^E^H^HC###^Q#^H^HA##~C
    IMP-00009: abnormal end of export file
    Import terminated successfully with warnings.
    Anyone has any idea on this case.
    Thanks.
    Rgds Johnny
    null

    For music: Download Senuti for Mac - Copy music from iPods to Macs ...
    For photos: plug in to iMac. iPhoto should open automatically if photos are on your device.
    not sure about the contacts, etc.

Maybe you are looking for