EXP-00000: Export terminated unsuccessfully

When Im perform export it terminated unsuccessfully with bellow message,please clarify why is this
EXP-00008: ORACLE error 1555 encountered
ORA-01555: snapshot too old: rollback segment number 3 with name "_SYSSMU3$" too small
EXP-00000: Export terminated unsuccessfully

I'm going to assume you are running an older version of Oracle? 9i? And/or that you use manual rollback segments?
I've had that error before when running an export because my export was running for longer than the database was keeping the undo blocks that I needed to read from. Our export was running for 6 hours, so you need to ensure that it can have a read consistent view of the data as of 6 hours ago. If using automatic undo management, which I would recommend, you can set the undo_retention to 6 hours.

Similar Messages

  • EXP-00002: error in writing to export file  EXP-00002:   EXP-00000: Export terminated unsuccessfully

    Dear All,
    <code>
    . . exporting table
    CDM_HIST_INFO_SERV_RES_DEF     
    0 rows exported
    . . exporting table         
    CDM_HIST_INFO_SLA     
    0 rows exported
    . . exporting table   
    CDM_HIST_INFO_WORKGROUP     
    0 rows exported
    . . exporting table     
    CDM_INCIDENT2SERVICES  
    1040 rows exported
    . . exporting table             
    CDM_INCIDENTS </code>
    EXP-00002: error in writing to export file
    EXP-00002: error in writing to export fileerror closing export file /archive/weeklybkp/export/loc2/sd-04-Sep-08-55.dmp
    EXP-00000: Export terminated unsuccessfully
    I got the above error.It only backup 2Gb after that the above error came.Please help me.
    Regards,
    DB.

    following link can help you out.
    http://arjudba.blogspot.in/2009/12/export-fails-with-exp-00002-error-in.html
    Check the solution section.

  • Export Terminated Unsuccessfully

    Dear Experts
    When I rune export utility on my oracle 9i database it ends with the following errors.
    EXP-00008: ORACLE error 3113 encountered
    ORA-03113: end-of-file on communication channel
    EXP-00008: ORACLE error 1041 encountered
    ORA-01041: internal error. hostdef extension doesn't exist
    EXP-00000: Export terminated unsuccessfully
    Please help me out. thanks

    You seem to be in hurry, If you need solution, you should try to provide information to the people who are trying to help you. I asked following which you did not reply
    Is it windows? If yes then can you remove parameter SQLNET.AUTHENTICATION_SERVICES from your SQLNET.ORA
    Are you connecting as SYSDBA for full database export? Can you do followin.
    1) What is you export a schema using sysdba user
    2) What is you try exporting full database using user SYSTEM.

  • EXP-00024: Export views not installed, please notify your DBA - Please help

    Sir,
    I am trying to export from a client machine.
    exp system/manager@dbcon full=y file=db.dmp log=exp.logBut I am getting error,
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Export done in US7ASCII character set and AL16UTF16 NCHAR character set
    About to export the entire database ...
    . exporting tablespace definitions
    . exporting profiles
    . exporting user definitions
    . exporting roles
    . exporting resource costs
    . exporting rollback segment definitions
    . exporting database links
    . exporting sequence numbers
    . exporting directory aliases
    . exporting context namespaces
    . exporting foreign function library names
    . exporting object type definitions
    EXP-00008: ORACLE error 942 encountered
    ORA-00942: table or view does not exist
    EXP-00024: Export views not installed, please notify your DBA
    EXP-00000: Export terminated unsuccessfully
    This happens while exporting from a remote client machine. When I export from The machine where database resides, there is no problem at all. Why tis happens?
    regards,
    Mathew

    May we know the database version of your exported and imported database ? I believe that , you trying to import into lower version of database. If yes, then loging as a sys and run the script $ORACLE_HOME/rdbms/admin/catexp.sql .
    hare krishna
    Alok

  • EXP-00037: Export views not compatible with database version

    kindly help with this error. We have already run catexp.sql but still that is not helping, we are still getting the same error.
    we are exporting 8i db.
    Export: Release 8.1.7.0.0 - Production on Thu Feb 21 14:34:25 2008
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Connected to: Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    EXP-00037: Export views not compatible with database version
    EXP-00000: Export terminated unsuccessfully

    Does this apply to you?
    Error: EXP 37
    Text: Export views not compatible with database version
    Cause: The Export utility is at a higher version than the database version
    and is thereby incompatible.
    Action: Use the same version of Export utility as the database.

  • EXP-00091: Exporting questionable statistics

    Dear Friend,
    I am using Linux Database and Windows database, the problem now I am facing while exporting data from Linux which is imported from windows oracle database dump file.
    when I am exporting I am getting this error
    EXP-00091: Exporting questionable statistics
    and shows
    Export terminated successfully with warnings
    Now exported file I am importing from Linux to windows and getting this error
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Import file: EXPDAT.DMP > c:/aa.dmp
    Enter insert buffer size (minimum is 8192) 30720>
    IMP-00010: not a valid export file, header failed verification
    IMP-00000: Import terminated unsuccessfully
    Regards,
    Oracle User

    Hi,
    >>because I exported dump from oracle10G
    Then you use the exp 10g version, right ? To move data DOWN a version(s), you need to export using that lower versions EXP tool and using IMP that lower version tool.
    Take a look at this below?
    Exporting Data From Release 10.2 and Importing Into Earlier Releases
    Export From      Import To      Use Export Utility For      Use Import Utility For
    Release 10.2      Release 10.2      Release 10.2           Release 10.2
    Release 10.2      Release 10.1      Release 10.1           Release 10.1
    Release 10.2      Release 9.2      Release 9.2           Release 9.2
    Release 10.2      Release 9.0.1      Release 9.0.1           Release 9.0.1
    Release 10.2      Release 8.1.7      Release 8.1.7           Release 8.1.7
    Release 10.2      Release 8.0.6      Release 8.0.6           Release 8.0.6
    >>EXP-00091 is still remain.. you said I have to chang ethe NLS but I am new to linux
    I think that there is no problem ... but you can use also as I said before the statistics=none clause, but remember that you need to use the exp 9i version ...
    Cheers

  • Import terminated unsuccessfully

    OS : LINUX
    oracle : 10.1.0.5.0
    import
    command issued : imp osdba/orasys07 file=toltmt.dmp ignore=y buffer=2000000 log= toltmt.log fromuser=(archive1, cognos1, general2, extranet1 ,inventory1, order1 ,pbe1, rtds1, sage1, security1, ses1, tp1, tp2, utility1, wc1)
    IMP-00017: following statement failed with ORACLE error 2248:
    "ALTER SESSION SET PLSQL_OPTIMIZE_LEVEL = 1 NLS_LENGTH_SEMANTICS = 'BYTE' PL"
    "SQL_CODE_TYPE = 'INTERPRETED' PLSQL_DEBUG = FALSE PLSQL_WARNINGS = 'DISABLE"
    ":ALL'PLSQL_CCFLAGS = ''"
    IMP-00003: ORACLE error 2248 encountered
    ORA-02248: invalid option for ALTER SESSION
    IMP-00000: Import terminated unsuccessfully
    How to solve this.

    It looks like you're possibly trying to import an Oracle 10.2 export file into 10.1. The only reason I think so is because I don't think PLSQL_CCFLAGS existed in 10.1. Try using statistics=none in the import and/or remove PLSQL_CCFLAGS from the export file by hand using a hex editor; NOTE: make sure you have a backup first.
    Of course, this may be caused by something else... but that's all I can think of given the info at hand.

  • Export terminated successfully with warnings.

    Hi,
    I have a 9i database (9.2.0.8.0) running on a HP Unix machine (B.11.11). The database size is 170GB.
    When I run a full database export, I get couple of ORA-01403 error.
    EXP-00008: ORACLE error 1403 encountered
    ORA-01403: no data found
    But the end of it, it shows Export terminated successfully with warnings.
    Is my export backup valid or do I need to solve the ORA-01403 issue? And how do I solve that?
    Request your quick help on this1
    thanks!

    I checked the Oracle Support notes, but it says that the cause is due to the FILESIZE parameter. But we have not used the FILESIZE parameter in our environment.
    And there are enough space in the file system too. So I dont think the spacing is an issue here.
    userid=dba_backup/xxxxxx
    file=xxxxxx.dmp
    compress=n
    consistent=y
    full=y
    rows=y
    direct=yThe solution mentioned in the note is:
    Solution
    -- To implement the solution, please execute the following steps::
    Add more files to the file= list to make sure there is enough space available for the export.How do I do that? file=xxxxxx.dmp, yyyyyy.dmp is it?
    Thanks!

  • Import terminated unsuccessfully with error message imp-00013

    I am trying to import dump file of one table in another database.
    import is terminating unsuccessfully with error message imp-00013.
    (only a dba can import a file exported by another dba)
    None of the user has sysdba role.

    Wheather this is a valid solution?Immagine somebody who knows the account password finds a dump from an old release of your database. If he has IMP_FULL_DATABASE privilege, he can do whatever he wants, compromising data "safety".
    Is this valid? Well... IMHO, I don't think so. At least, now the import is done, revoke the privilege.
    Regards,
    Yoann.

  • SQL2012: Internal Error: The operation terminated unsuccessfully. The connection timeout was exceeded. Server: The operation has been cancelled

    When rendering a SSRS native mode report based on a query to SSAS the report with fail with the following error:
    An error has occurred during report processing. (rsProcessingAborted)  Cannot read the next data row for the dataset. (rsErrorReadingNextDataRow).  The connection either timed out or was lost.  Unable to read data from the transport connection:
    An existing connection was forcibly closed by the remote host.
    Putting a trace on the SSAS instance, I get an error:
    Internal error: The operation terminated unsuccessfully.  The connection timeout was exceeded. Server: The operation has been cancelled.
    I've modified the IIS (6) application pool timeouts, the SSRS rsreportserver.config timeouts, and the SSAS timeouts.  Restarted services, rebooted, and still I get this error.
    The report will render if I select a shorter time period (less data, shorter query time).
    Running SQL2012 (11.0.5058.0), SSAS and SSRS on separate servers, same subnet.
    Any help or suggested troubleshooting greatly appreciated.

    Please check the links below.
    http://www.symantec.com/business/support/index?page=content&id=TECH186577
    https://support.microsoft.com/kb/2200755?wa=wsignin1.0
    http://msdn.microsoft.com/en-IN/library/ms155782.aspx
    http://blogs.msdn.com/b/dynamicsaxbi/archive/2013/02/14/how-to-addressing-ssrs-session-timeouts.aspx

  • Error in Export "EXP-00091: Exporting questionable statistics  "

    when i execute export on server having RAC DB R10g R2 on Linux 4 it return error , nobody has changed it's characterset .
    how to fix this error, CAN THIS ERROR CAUSE BIG DESASTER TO DB IN FUTURE
    C:\>exp hst/hst file='/home/oracle/expdat.dmp
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user NRI
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user NRI
    About to export NRI's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    . about to export NRI's tables via Conventional Path ...
    . . exporting table TABLEA 0 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table TABLEB 0 rows exported
    EXP-00091: Exporting questionable statistics.
    Kindly Help be ho can i fix this error
    Thanks in advance

    Hello,
    You wrote:
    CAN THIS ERROR CAUSE BIG DESASTER TO DB IN FUTUREThe error message EXP-00091: Exporting questionable statistics just warns you that the statistics
    were exported but these statistics may be not useable.
    So, if you have to import these Tables, you may have to collect again the statistics of these Tables.
    It's not relative to this problem but why don't you use DataPump (expdp/impdp) ?
    Please find enclosed a link about DataPump, it's much more powerful than the classical export/import:
    [http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_overview.htm#i1009203]
    Best regards,
    Jean-Valentin
    Edited by: Lubiez Jean-Valentin on Feb 6, 2010 12:56 PM

  • Export terminated with ORA-00600: internal error code, arguments: [kcfrbd_1

    when i am taking an export of a particular table , i got following message. please help
    ORA-00600: internal error code, arguments: [kcfrbd_1], [0], [400], [], [], [], [], []
    Export terminated successfully with warnings.

    with out a versioninfo it's not possible tomgive appropiate information. Anyway, an ORA-00600 is almost certainly a job for the oracle support.
    And lastly, the right forum for this question would be a database forum, maybe the Database-General-forum.

  • Export terminated with MCH0601 in AS4EXTRA

    Hi,
    we have problem and getting dump while client export
    export terminated with MCH0601 in AS4EXTRA
    regards,
    ajay

    Hi.
    look at SAP Note 548037 - iSeries: Exporting a system with many tables
    might help you
    regards,
    kaushal

  • Expdp(datapump) or exp(orignal export).

    Hi
    i do not have xmltype in my tables or views but in stored proc i do have for processing xml.
    so should i use expdp(datapump) or exp(orignal export).
    yours sincerely
    Edited by: 944768 on Apr 1, 2013 4:53 AM

    xml ... ?That one I have no idea. Try it and see. Test and verity your result. Know what to expect, and don't be surprised if you ... find something you were not expecting.
    connected to a schemaOne does not connect to a schema, connections are opened to a database instance. A schema is a collection of database objects.
    entry form but no body is using it ...That is an entirely different subject, try a google with the search terms rdbms acid test.
    In oracle, the only session (connection) that can "see" updates is the updating session. No other session may sees those changes until the transaction is committed to the database. Until the commit, all other connections see the "before" value.
    Queries that begin before other transactions commit see the before values, oracle keeps the old value in undo. So an export will "see" the values committed as of the time the export begins.

  • Export terminated  with warnings.

    Hi All,
    Using Oracle 9.2.0.4.0 I did an export from an owner connected as system and the export produces a few errors related to the SYS.LT_EXPORT_PKG package.
    EXP-00008: ORACLE error 4068 encountered
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "SYS.LT_EXPORT_PKG" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 1
    EXP-00083: The previous problem occurred when calling SYS.LT_EXPORT_PKG.schema_info_exp
    The command that I´m using is:
    exp system/pwd owner=xxx file=xxx_exp.dmp log=xxx_exp.log rows=y constraints=y grants=y statistics=none triggers=y indexes=y compress=y
    I´ve visited metalink for help and found some tips:
    Connect as sys and grant this privileges before running the export:
    GRANT EXECUTE ON sys.lt_export_pkg TO exp_full_database; OR
    GRANT EXECUTE ON sys.lt_export_pkg TO PUBLIC;
    Run owminst.plb, then, reran catexp.sql , but nothing works. The error still there.
    Can these warnings be safely ignored?
    Thanks and Regards,
    Marcello.

    The object type"s status is invalid which may be caused by a dependant type"s modification without cascading the change. You must have the type recompiled using ALTER TYPE COMPILE prior to performing the export operation.
    ~ Madrid

Maybe you are looking for