ORACLE error 6550 encountered

Hi
I am trying to import a database dump file from Oracle 8 into Oracle 9 for our application, but I got the following error.
I got Oracle 9 and Oracle 10 both installed on my laptop, I think the reason it is that I use IMP command for Oracle 10 rather than Oralce 9. But I am not sure how to change to IMP in oracle 9. Any idea? Or something else to cause this error?
Thanks
Li
C:\Program Files\Myapplication\Application Name\ARLP\Exe>IMP system/oracle@SMDB
buffer=20000000 file=C:\ARLP.dmp ignore=Y indexes=N grants=N log=C:\ARLP_imp.lo
g fromuser=ARLP touser=ARLP
Import: Release 10.2.0.1.0 - Production on Thu Apr 19 11:43:21 2007
Copyright (c) 1982, 2005, Oracle. All rights reserved.
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 ignored
IMP-00000: Import terminated unsuccessfully

Hi Li,
You can change by diff ways
1. goto Start>Programs>oraclexxx> > Oracle Home selector> change that as 9i home
2. go to 9i ORACLE_HOME/bin dir then use imp
3. Give full path of the 9i imp bin
like for example
c:\> c:\oracle\oracle9i\product\bin\imp system/oracle@SMDB
buffer=20000000 file=C:\ARLP.dmp ignore=Y indexes=N grants=N log=C:\ARLP_imp.lo
g fromuser=ARLP touser=ARLP
Try and enjoy and share with us
Regards
Vignesh

Similar Messages

  • EXP-00056: ORACLE error 4068 encountered

    Hi,
    I'm doing an export and it shows the following error
    EXP-00056: ORACLE error 4068 encountered
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "XDB.DBMS_XDBUTIL_INT" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 1
    EXP-00056: ORACLE error 4068 encountered
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "XDB.DBMS_XDBUTIL_INT" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    Can anybody help me, please?
    Regards,
    A.J.

    Export problem -
    Unable to export.
    1. Install all the packages required -
         a. catalog.sql
         b. catmeta.sql
         c. catexp.sql
         Above packages are available in Oracle_base/oracle_home/ora92/rdbms/admin and Oracle_base/oracle_home/ora92/sqlplus/admin.
    ERROR -
    EXP-00056: ORACLE error 6550 encountered
    ORA-06550: line 1, column 26:
    PLS-00201: identifier 'XDB.DBMS_XDBUTIL_INT' must be declared
    ORA-06550: line 1, column 14:
    PL/SQL: Statement ignored
    EXP-00056: ORACLE error 6550 encountered
    ORA-06550: line 1, column 26:
    PLS-00201: identifier 'XDB.DBMS_XDBUTIL_INT' must be declared
    ORA-06550: line 1, column 14:
    PL/SQL: Statement ignored
    EXP-00000: Export terminated unsuccessfully
    Solution - First, verify that this package exists with the following query:
    SELECT status,object_id,object_type,owner,object_name
    FROM dba_objects
    WHERE object_name = 'DBMS_XDBUTIL_INT';
    If the status is INVALID, then recompile the package. If the package does not exist, then you will have to install it as follows:
    SQL> connect sys/ AS SYSDBA
    SQL> @?/rdbms/admin/prvtxdb.plb
    SQL> exit
    Error - EXP-00056: ORACLE error 4068 encountered
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "XDB.DBMS_XDBUTIL_INT" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 1
    EXP-00056: ORACLE error 4068 encountered
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "XDB.DBMS_XDBUTIL_INT" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    alter package XDB.DBMS_XDBUTIL_INT compile;
    If Gives the compilation Error then user following Solution.
    The solution is running catnoqm.sql (remove XDB schema) and then running catqm.sql (installing XDB schema).
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

  • Oracle error 6550 during authentication

    Hi,
    we have upgraded from 11.5.9 to 11.5.10.2
    and db 9.2.0.8 to 10.2.0.4
    after that when try to copy the output or log file of any request i am getting the following error
    Oracle error 6550 during authentication
    i have ran adadmin .. recreate grants and sysn...
    Edited by: 123user on Jul 1, 2009 3:20 PM

    Hi,
    Please review these documents, and see if it helps.
    Note: 156436.1 - Viewing Output With Browser Gets: Encountered Oracle error 6550 During Authentication. Authentication Failed
    Note: 274158.1 - Viewing Request Error ORA 6550 Authentication Failed On Newly Cloned Instance
    Regards,
    Hussein

  • How to fix this error: IMP-00003: ORACLE error 1435 encountered

    Hello,
    I am new to oracle database. I am trying import a data dump file *.dmp into my test database. I am using Oracle Database 11g. I have created "datatest" to be the user and I granted all possible rights that was there. :) but still getting this error message.
    Does Oracle has a GUI tool somewhere I can try or how I can fix this issue? PLEASE HELP.
    Below are the actions taken:
    =========================================================================
    C:\app\Administrator\admin\ORCLENT1\dpdump>imp
    Import: Release 11.2.0.1.0 - Production on Wed Aug 29 22:32:39 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Username: datatest
    Password:
    Connected to: Personal Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Import data only (yes/no): no > no
    Import file: EXPDAT.DMP > expdat.dmp
    Enter insert buffer size (minimum is 8192) 30720> 8299
    Export file created by EXPORT:V11.02.00 via conventional path
    Warning: the objects were exported by SYSTEM, not by you
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    List contents of import file only (yes/no): no > no
    Ignore create error due to object existence (yes/no): no > no
    Import grants (yes/no): yes > yes
    Import table data (yes/no): yes > yes
    Import entire export file (yes/no): no > yes
    . importing SYSTEM's objects into DATATEST
    . importing DW_OWNER's objects into DW_OWNER
    IMP-00003: ORACLE error 1435 encountered
    ORA-01435: user does not exist
    Import terminated successfully with warnings.
    =============================================================

    Thanks for helping with the script. It is very helpful, especially for newbie like me. :) When I run the script, there seems to be a lot of error during this process. Here is the log. Any suggestions how I can fix this?
    =====================================================
    Connected to: Personal Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export file created by EXPORT:V11.02.00 via conventional path
    Warning: the objects were exported by SYSTEM, not by you
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    . . importing table "MVW_MATCH_STATS" 335481 rows imported
    . . importing table "MVW_PLAYER_AGG" 34937 rows imported
    . . importing table "MVW_PLAYER_TOURNAMENT_AGG" 519174 rows imported
    . . importing table "MVW_TOURNAMENT_AGG" 12785 rows imported
    . . importing table "MVW_UT_AGG1" 8 rows imported
    . . importing table "TMP_CATEGORY_ATP" 29999 rows imported
    . . importing table "TMP_CATEGORY_WTA" 29999 rows imported
    . . importing table "TMP_IMPORT_STATS_PLAYER1" 32578 rows imported
    . . importing table "TMP_MATCH_COURT_TYPE" 335562 rows imported
    . . importing table "TMP_PLAYER_ATP" 47070 rows imported
    . . importing table "TMP_RESULT_COMBINATIONS" 16889 rows imported
    . . importing table "TMP_STADIA" 852 rows imported
    . . importing table "TMP_TOUR_ATP" 16762 rows imported
    . . importing table "TMP_TOUR_STADIA" 5222 rows imported
    . . importing table "TMP_TOUR_WTA" 9000 rows imported
    . . importing table "W_COURT_TYPE_D" 7 rows imported
    . . importing table "W_DATE_D" 22330 rows imported
    . . importing table "W_MATCH_D" 506408 rows imported
    . . importing table "W_MATCH_F" 1012812 rows imported
    . . importing table "W_MINUTE_D" 1440 rows imported
    . . importing table "W_PLAYER_D" 35305 rows imported
    . . importing table "W_PLAYER_D_F" 23538 rows imported
    . . importing table "W_PLAYER_D_M" 45804 rows imported
    . . importing table "W_ROUND_D" 19 rows imported
    . . importing table "W_STADIUM_D" 428 rows imported
    . . importing table "W_TOURNAMENT_D" 12882 rows imported
    . . importing table "W_TOURNAMENT_F" 433111 rows imported
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE TABLE "W_USAGE_TRACKING" ("USER_NAME" VARCHAR2(128), "REPOSITORY_NAM"
    "E" VARCHAR2(128), "SUBJECT_AREA_NAME" VARCHAR2(128), "NODE_ID" VARCHAR2(15)"
    ", "START_TS" DATE, "START_DT" DATE, "START_HOUR_MIN" CHAR(5), "END_TS" DATE"
    ", "END_DT" DATE, "END_HOUR_MIN" CHAR(5), "QUERY_TEXT" VARCHAR2(1024), "QUER"
    "Y_BLOB" CLOB, "QUERY_KEY" VARCHAR2(128), "SUCCESS_FLG" NUMBER(10, 0), "ROW_"
    "COUNT" NUMBER(10, 0), "TOTAL_TIME_SEC" NUMBER(10, 0), "COMPILE_TIME_SEC" NU"
    "MBER(10, 0), "NUM_DB_QUERY" NUMBER(10, 0), "CUM_DB_TIME_SEC" NUMBER(10, 0),"
    " "CUM_NUM_DB_ROW" NUMBER(10, 0), "CACHE_IND_FLG" CHAR(1) NOT NULL ENABLE, ""
    "QUERY_SRC_CD" VARCHAR2(30), "SAW_SRC_PATH" VARCHAR2(250), "SAW_DASHBOARD" V"
    "ARCHAR2(150), "SAW_DASHBOARD_PG" VARCHAR2(150), "PRESENTATION_NAME" VARCHAR"
    "2(128), "ERROR_TEXT" VARCHAR2(250), "IMPERSONATOR_USER_NAME" VARCHAR2(128),"
    " "NUM_CACHE_INSERTED" NUMBER(10, 0), "NUM_CACHE_HITS" NUMBER(10, 0), "QUERY"
    "_DATE_WID" NUMBER(10, 0)) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 ST"
    "ORAGE(INITIAL 3145728 NEXT 1048576 MINEXTENTS 1 FREELISTS 1 FREELIST GROUPS"
    " 1 BUFFER_POOL DEFAULT) TABLESPACE "DW_DATA" NOLOGGING NOCOMPRESS LOB ("QUE"
    "RY_BLOB") STORE AS BASICFILE (TABLESPACE "DW_DATA" ENABLE STORAGE IN ROW C"
    "HUNK 8192 RETENTION NOCACHE NOLOGGING STORAGE(INITIAL 65536 NEXT 1048576 "
    "MINEXTENTS 1 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT))"
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'DW_DATA' does not exist
    . . importing table "W_USER" 8 rows imported
    IMP-00017: following statement failed with ORACLE error 942:
    "CREATE SNAPSHOT "MVW_UT_AGG1" ( "USER_NAME","QUERY_COUNT","ROW_COUNT" ) US"
    "ING ("MVW_UT_AGG1", (9, 'ORCL', 1, 0, 0, "DW_OWNER", "W_USAGE_TRACKING", '2"
    "012-05-31:23:56:48', 8, 74659, '2012-05-31:23:56:48', '', 1, '0280', 281368"
    "84, 0, NULL), 2101313, 10, ('1950-01-01:12:00:00', 25, 0, 0, 28136884, 0, 2"
    "098180, 2, NULL, NULL)) REFRESH COMPLETE AS"
    "SELECT "
    "user_name,"
    "count(*) as query_count,"
    "sum(row_count) as row_count"
    "FROM W_USAGE_TRACKING "
    "group by user_name"
    IMP-00003: ORACLE error 942 encountered
    ORA-00942: table or view does not exist
    IMP-00017: following statement failed with ORACLE error 12003:
    "ALTER SNAPSHOT "MVW_UT_AGG1" COMPILE"
    IMP-00003: ORACLE error 12003 encountered
    ORA-12003: materialized view "YANXIZAOTENNIS"."MVW_UT_AGG1" does not exist
    About to enable constraints...
    Import terminated successfully with warnings.
    ==============================

  • How to resolve EXP-00056: ORACLE error 19206 encountered during an export.

    Hi,
    I am facing the problem while exporting the user in ORACLE 9i. It is showing the following error message's
    EXP-00056: ORACLE error 19206 encountered
    ORA-19206: Invalid value for query or REF CURSOR parameter
    ORA-06512: at "SYS.DBMS_XMLGEN", line 83
    ORA-06512: at "SYS.DBMS_METADATA", line 353
    ORA-06512: at "SYS.DBMS_METADATA", line 418
    ORA-06512: at "SYS.DBMS_METADATA", line 457
    ORA-06512: at "SYS.DBMS_METADATA", line 1181
    ORA-06512: at "SYS.DBMS_METADATA", line 1162
    ORA-06512: at line 1
    I have tried in the below way to solve the above issue.
    I have logged in to sql+ sheet : sys/sys@esmr as sysdba [username/password@net service name as sysdba] and executed the query " $ora92/rdbms/admin/catmeta.sql "
    But still I am unable to export the database user.Still it is showing me the same error. Please help me out.
    Thanks so much,
    Sudheer Reddy T
    Edited by: 921309 on Mar 15, 2012 10:24 PM

    Dear User,
    Please check the below Document for details regarding your error.
    ORA-19206 EXP-56 While Taking Export (Doc ID 206313.1)
    Regards...
    Chetan DBA@ORACLE

  • Import with ORACLE error 907 encountered

    Hi All,
    I did export from one of our Oracle 9i (9.2.0.5.0). But when I did import to another database 9i also (9.2.0.7.0) there was error in creating a table:
    IMP-00017: following statement failed with ORACLE error 907:
    " ALTER TABLE "T_DWH_PRODUCT" MODIFY ("PROCESS_LINE" DEFAULT 'n/a'"
    IMP-00003: ORACLE error 907 encountered
    ORA-00907: missing right parenthesis
    Anyone has same experience that can be shared? Thanks.
    Tarman.

    Hi,
    Can u check the export log file shows "Export terminated successfully without warnings" or not.
    Using show=y parameter get the Create script for T_DWH_PRODUCT table.
    Created the table in database and import the table only again using ignore=y
    Best Regards
    RajaBaskart

  • EXP-00056: ORACLE error 4021 encountered ORA-04021: timeout occurred while

    hi all oracle gurus ,
    i have this problem which i am facing its like this.i have a batch file that runs export every night one week back it was all okay .few days back when i looked the log files it gives me this error ---EXP-00056: ORACLE error 4021 encountered
    ORA-04021: timeout occurred while waiting to lock object
    what should i do this is a production database runing in windows platform and there is no backup pls help me .....
    export log file -------
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export done in AL32UTF8 character set and AL16UTF16 NCHAR character set
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user PILOT
    . exporting foreign function library names for user FINANCE
    . exporting foreign function library names for user MBCNEWS
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user PILOT
    . exporting object type definitions for user FINANCE
    . exporting object type definitions for user MBCNEWS
    About to export PILOT's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    EXP-00056: ORACLE error 4021 encountered
    ORA-04021: timeout occurred while waiting to lock object
    ORA-06512: at "SYS.DBMS_METADATA", line 1511
    ORA-06512: at "SYS.DBMS_METADATA", line 1548
    ORA-06512: at "SYS.DBMS_METADATA", line 1864
    ORA-06512: at "SYS.DBMS_METADATA", line 3707
    ORA-06512: at "SYS.DBMS_METADATA", line 3689
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    robyav

    this is a production database runing in windows platform and there is no backup
    what should iWell first of all you should stop using EXP for backups, it's quite unsuitable, and start using RMAN instead. Find out more.
    If you have a Metalink account you shoudl read Note:298968.1. But teh headline is there is a bug in 10gR1 which is fixed in 10gR2. This may not help you much. The workaround is to try running the export again later, which may not be any more helpful.
    Cheers, APC

  • ORACLE error 959 encountered ORA-00959: tablespace 'xyz' does not exist

    im importing a dump to a newly created BD and im using 11g. I have already tablespaces and user for the dump to be imported.
    The problems is, i have a total of 5 tablespaces created, all 4 are working well except the one tablespace and im receiving a 959 error(IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'xyz' does not exist). The log mentions that the tablespace does not exist even if this tablespace exist in the list of tablespace and datafiles created.
    Hope you could help me with this. Thanks
    Edited by: user8667617 on Feb 18, 2010 11:06 PM

    SQL> Select name from v$datafile;
    NAME
    C:\APP\ORACLEADMIN\ORADATA\ORC11\SYSTEM01.DBF
    C:\APP\ORACLEADMIN\ORADATA\ORC11\SYSAUX01.DBF
    F:\ORC11DBUNDO\UNDOTBS01.DBF
    E:\ORC11DBUSER\USERS01.DBF
    E:\ORC11DBUSER\INT_TRANSACTIONS_DATA.DBF
    E:\ORC11DBUSER\INT_DATA.DBF
    E:\ORC11DBUSER\CAS_DATA.DBF
    E:\ORC11DBUSER\COS_DATA.DBF
    E:\ORC11DBUSER\INT_ONLINE_TRANSACTIONS_DATA.DBF
    9 rows selected.
    SQL> Select * from v$tablespace;
    TS# NAME INC BIG FLA ENC
    0 SYSTEM YES NO YES
    1 SYSAUX YES NO YES
    2 UNDOTBS1 YES NO YES
    4 USERS YES NO YES
    3 TEMP NO NO YES
    6 INT_TRANSACTIONS_DATA YES NO YES
    7 INT_DATA YES NO YES
    8 CAS_DATA YES NO YES
    9 COS_DATA YES NO YES
    10 INT_ONLINE_TRANSACTIONS_DATA YES NO YES
    10 rows selected.
    SQL>
    here are the result of my query and it seems that the tablespace is recognized by the DB.
    is there still any reason why? also when i try to drop the said tablespace in getting a response of the "tablespace does not exist" but when i try to create the tablespace it says that "ORA-00604: error occurred at recursive SQL level 1
    ORA-00001: unique constraint (SYS.I_TS1) violated"
    hope you can help me with this.

  • ORACLE error 603 encountered

    Dear All,
    While Importing I am triggering always with the below error.
    could you please help:
    IMP-00017: following statement failed with ORACLE error 603:
    "CREATE INDEX "EDW2_STATS" ON "EDW2_STATS" ("STATID" , "TYPE" , "C5" , "C1" "
    ", "C2" , "C3" , "C4" , "VERSION" ) PCTFREE 10 INITRANS 2 MAXTRANS 255 STOR"
    "AGE(INITIAL 131072 FREELISTS 1 FREELIST GROUPS 1) TABLESPACE "EDW_DIMENSION"
    "" LOGGING"
    IMP-00003: ORACLE error 603 encountered
    ORA-00603: ORACLE server session terminated by fatal error
    IMP-00017: following statement failed with ORACLE error 3114:
    "BEGIN DBMS_STATS.SET_INDEX_STATS(NULL,'"EDW2_STATS"',NULL,NULL,NULL,29537,"
    "281,4600,1,1,394,2,0); END;"
    IMP-00003: ORACLE error 3114 encountered
    ORA-03114: not connected to ORACLE
    IMP-00000: Import terminated unsuccessfully
    hlledw:/uhome/oracle >
    regards,

    Dear All,
    Thanks to all for your valuable advice.
    I checked my file system was running out of space due to that Import was triggering a fatal error and connection was getting disconnected.
    I checked in numerous link for this error and couldn't find the exact solution for the error.
    the solution wahich posted by "Delude Psycho" is worked, but when you have triggered with ora603 error due to some other reason apart from file sytem running out of space.
    I found the same solution some where and immediate checked my file system and found it was running out of psace. So, imeediately I realsed the space and now my import is going fine.
    Thanks,
    S.Srivasatava!

  • EXP-00056: ORACLE error 1455 encountered

    when trying to export full database gives this error
    . exporting synonyms
    . exporting views
    . exporting referential integrity constraints
    . exporting stored procedures
    . exporting operators
    . exporting indextypes
    . exporting bitmap, functional and extensible indexes
    . exporting posttables actions
    . exporting triggers
    . exporting materialized views
    EXP-00056: ORACLE error 1455 encountered
    ORA-01455: converting column overflows integer datatype
    EXP-00000: Export terminated unsuccessfully
    Pls suggest me solution

    hi - i am ali farvardin from www.baridsoft.ir
    we have Office automation systems
    **I had the exact same problem on an 11 r2 database on windows 2008 r2.**
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    EXP-00075: rounding FILESIZE down, new value is 26106126336
    Export done in UTF8 character set and UTF8 NCHAR character set
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user EORG
    . exporting foreign function library names for user EORG_NOTIFICATION
    . exporting foreign function library names for user EORG_GENERATOR
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user EORG
    . exporting object type definitions for user EORG_NOTIFICATION
    . exporting object type definitions for user EORG_GENERATOR
    About to export EORG's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    . about to export EORG's tables via Conventional Path ...
    . . exporting table ACCOUNT
    2 rows exported
    / 4 rows exported
    . . exporting table USERRIGHTS
    112826 rows exported
    . . exporting table USERS
    325 rows exported
    . . exporting table USERSPROFILEDATA
    7135 rows exported
    . . exporting table USERWORKGROUP
    914 rows exported
    . . exporting table VMS_SETTINGS
    1 rows exported
    . . exporting table WF_WORKFLOW
    2 rows exported
    . . exporting table WORKGROUP
    16 rows exported
    . exporting synonyms
    . exporting views
    EXP-00056: ORACLE error 1455 encountered
    ORA-01455: converting column overflows integer datatype
    EXP-00000: Export terminated unsuccessfully
    when i run expdb command , i dont have any problem.
    I used solution 2 in DocID 351233.1
    2. Disable auditing by issuing the following from sqlplus:
    SQL> noaudit session;
    ***but NOT WORK***
    Edited by: user9538494 on Dec 28, 2010 1:22 AM

  • EXP-00056: ORACLE error 12705 encountered

    Dear All,
    till today everything went fine with the export utility, but now it shows the following:
    EXP-00056: ORACLE error 12705 encountered
    ORA-12705: invalid or unknown NLS parameter value specified
    I don't know why this error appears, nobody changed anything on the server or on the client. I've done some modifications regarding to the advices of various web pages, but the error doesn't want to disappear... (The same export code runs fine on other machines.)
    Please advise!
    Thx!
    Franky

    I would advise you to read the metalink note ORA-12705 - Common Reasons and How to Resolve Them - Note:158654.1
    What is your export command ?
    Is it the same export command ?
    Is it the same OS user and then same environment variables ?
    What is your OS and oracle version ?
    What are NLS_* variables values and database ?
    etc...
    Nicolas.

  • EXP-00056: ORACLE error 936 encountered error while exporting data

    Hi,
    When i execute following query i get "EXP-00056: ORACLE error 936 encountered".
    Anything m i missing in the query or do i need to specifiy any other parameter.
    c:\exp HKKR/HKKR@oracle10 tables=T_Transaction_image query=\"where transaction_id in select transaction_id from t_transaction where transaction_datetime between to_date\(\'01-april-2012 09:00:00\',\'dd-mm-yyyy hh24:mi:ss\'\) AND to_date\(\'01-april-2012 09:30:00\',\'dd-mm-yyyy hh24:mi:ss\'\)\" file='/u01/app/oracle/HKKR_TRANSImage_DATE061212.DMP' LOG='/u01/app/oracle/HKKR_TRANSimage_DATE061212.log' rows=y buffer=100000
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export done in US7ASCII character set and AL16UTF16 NCHAR character set
    server uses WE8ISO8859P1 character set (possible charset conversion)
    About to export specified tables via Conventional Path ...
    *. . exporting table T_TRANSACTION_IMAGE*
    *. . exporting partition NOV11*
    EXP-00056: ORACLE error 936 encountered
    ORA-00936: missing expression
    Export terminated successfully with warnings.
    Regards,
    Yogesh

    missing parenthesis for the sub-query
    ... where transaction_id in ( select ... )

  • EXP-00056: ORACLE error 24324 encountered

    While exporting a particular table I am getting an error
    G:\oracle>exp user/password@servicei file=ft_curr.dmp log=ft_curr.log tableS=F
    T_CUR_TRANS
    Export: Release 9.2.0.4.0 - Production on Mon Aug 4 15:57:02 2008
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP and Oracle Data Mining op
    tions
    JServer Release 9.2.0.6.0 - Production
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    server uses WE8ISO8859P1 character set (possible charset conversion)
    About to export specified tables via Conventional Path ...
    . . exporting table            FT_CUR_TRANS
    EXP-00056: ORACLE error 3113 encountered
    ORA-03113: end-of-file on communication channel
    EXP-00056: ORACLE error 24324 encountered
    ORA-24324: service handle not initialized
    EXP-00056: ORACLE error 24324 encountered
    ORA-24324: service handle not initialized
    EXP-00056: ORACLE error 24324 encountered
    ORA-24324: service handle not initialized
    EXP-00056: ORACLE error 24324 encountered
    ORA-24324: service handle not initialized
    EXP-00000: Export terminated unsuccessfullyCan anybody suggest me what i have to do to overcome this problem...
    There is some error in alert log file also as i am having a
    ORA-00600: internal error code, arguments: [12333], [253], [1], [253], [], [], [], []
    Tue Jul 29 18:41:15 2008
    Trace dumping is performing id=[cdmp_20080729184115]
    Tue Jul 29 18:42:15 2008
    Errors in file /arch/dump/udump/icai12_ora_29758.trc:
    ORA-00600: internal error code, arguments: [12333], [253], [1], [253], [], [], [], []
    Wed Jul 30 18:55:37 2008
    Thread 2 advanced to log sequence 1533
    Wed Jul 30 18:55:37 2008
    ARC1: Evaluating archive   log 4 thread 2 sequence 1532
      Current log# 3 seq# 1533 mem# 0: /dev/vx/rdsk/racdg/orcl_raw_log21
    ARC1: Beginning to archive log 4 thread 2 sequence 1532
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arch/log/2_1532.dbf'
    Wed Jul 30 18:55:48 2008
    ARC1: Completed archiving  log 4 thread 2 sequence 1532
    Thu Jul 31 15:32:42 2008
    Errors in file /arch/dump/udump/icai12_ora_57.trc:
    ORA-00600: internal error code, arguments: [12333], [253], [1], [253], [], [], [], []
    Thu Jul 31 15:32:43 2008
    Trace dumping is performing id=[cdmp_20080731153243]
    Thu Jul 31 17:40:26 2008
    ARC0: Evaluating archive   log 3 thread 2 sequence 1533
    Thu Jul 31 17:40:26 2008
    Thread 2 advanced to log sequence 1534
    Thu Jul 31 17:40:26 2008
      Current log# 4 seq# 1534 mem# 0: /dev/vx/rdsk/racdg/orcl_raw_log22
    Thu Jul 31 17:40:26 2008
    ARC0: Beginning to archive log 3 thread 2 sequence 1533
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arch/log/2_1533.dbf'
    ARC0: Completed archiving  log 3 thread 2 sequence 1533
    Fri Aug  1 19:11:44 2008
    Trace dumping is performing id=[cdmp_20080801191143]

    The posted content from alert.log does not seem to have anything relevant to the error encountered during export (e.g. look at the timings).
    G:\oracle>exp user/password@servicei file=ft_curr.dmp
    Export: Release 9.2.0.4.0 - Production on Mon Aug 4 15:57:02 2008
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit ProductionUnless you are exporting for a lower version target db, using different versions might not be the best method.
    Also, any specific reason for running remotely? Is it possible for you to run the exp session directly on the database server host?
    Message was edited by:
    orafad

  • ORACLE error 376 encountered

    10gr2p2 on windows
    sysaux data file is under recovery mode in my db ..When am trying to export one shcema in my db am getting the below error :
    EXP-00056: ORACLE error 376 encountered
    ORA-00376: file 3 cannot be read at this time
    ORA-01110: data file 3: 'S:\ORACLE\PRODUCT\10.2.0\ORADATA\BICCO\SYSAUX01.DBF'
    EXP-00000: Export terminated unsuccessfully
    {code|
    The schema objects exist only in USERS tablespace..it doesn't have any objects in sysaux tablespace ..
    How to overcome this as full db export is failing with the above error ..
    Please guide
    Kai                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    For 10g database sysaux tablespace must be online and not recover mode. So you need to bring the TS back to normal by restore recover from the last backup you had.

  • EXP-00056: ORACLE error 8103 encountered

    When i tried to drop pearl schema i got this error
    SQL> drop user pearl cascade;
    drop user pearl cascade
    ERROR at line 1 :
    ORA-00604 : error occurred at recursive SQL level 1
    ORA-08103 : object no longer exists
    AFter all i done a export for full database
    i got following errors
    AFter finishing export i got this error.i checked the logfile there is no error found any of the table in the log file except this error at last
    EXP-00056: ORACLE error 8103 encountered
    ORA-08103: object no longer exists
    EXP-00000: Export terminated unsuccessfully
    wht it means
    wiht regards
    jon

    What version of Oracle do you use?
    Note 20756.1 on metalink provides some useful information.

Maybe you are looking for