ORA-0600, EXP 00056

I have encountered ORA-0600 while performing the exp and I would like to confirm that this is internal oracle issue that I have to liaise with Oracle?
I have done some reading as this is more related to memory instead of dir path issue? Can someone(export) out there
please asist to confirm this!
EXP-00056: ORACLE error 600 encountered
ORA-00600: internal error code, arguments: [qmtInit1], [], [], [], [], [], [], [
EXP-00000: export terminated unsuccessfully

user11127677 wrote:
I have encountered ORA-0600 while performing the exp and I would like to confirm that this is internal oracle issue that I have to liaise with Oracle?ORA-00600: internal* error code
please asist to confirm this!Confirmed.
[ORA-600|http://download.oracle.com/docs/cd/B19306_01/server.102/b14219/e0.htm#sthref371] issues should be reported to Oracle support.
http://download.oracle.com/docs/cd/B19306_01/server.102/b14219/intro.htm#i10780
Good luck.

Similar Messages

  • 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

  • Dreaded ORA 1555 and EXP-00056 and LOB Corruption

    I am on Oracle 10.2.0.4 on HP UNIX 11.2.
    I have started getting
    EXP-00056: ORACLE error 1555 encountered
    ORA-01555: snapshot too old: rollback segment number with name "" too small
    ORA-22924: snapshot too old
    I have looked into various causes and still no clue why it happening:
    1.     Undo_retention, it Is set to 5 hours (converted to seconds0> My export backup lasts
    For 1.5 to 2 hours.
    2.     My undo tablespace size is 28GB. Looking at undo advisor I only need 5GB.
    3.     Yes, my table where error message comes consistent has LOB (BLOB) column.
    I did check for LOB corruption as per metalink note (script shown below) and it gives
    Me messages:
    rowid AABV8QAAJAAGAn6AAM is corrupt. ORA-01403: no data found
    rowid AABV8QAAKAAAcaAAAX is corrupt. ORA-01403: no data found
    rowid AABV8QAAKAAAcamABr is corrupt. ORA-01403: no data found
    rowid AABV8QAAKAAAcamABu is corrupt. ORA-01403: no data found
    I do not know what to make of these messages because when I look in my table where problem
    Where error occurs:
    Select pr_id, col1, col2 from pr where rowed in (above rowids)’; there are
    No rows. What does this mean? Why it is corruption.
    Below is the script used to find LOB corruption…
    declare
    pag number;
    len number;
    c varchar2(10);
    charpp number := 8132/2;
    begin
    for r in (select rowid rid, dbms_lob.getlength (LS_VALUE) len
    from PR_ADDTL_DATA) loop
    if r.len is not null then
    for page in 0..r.len/charpp loop
    begin
    select dbms_lob.substr (LS_VALUE, 1, 1+ (page * charpp))
    into c
    from PR_ADDTL_DATA
    where rowid = r.rid;
    exception
    when others then
    dbms_output.put_line('rowid ' || r.rid || ' is corrupt. ' || sqlerrm);
    commit;
    end;
    end loop;
    end if;
    end loop;
    end;
    /

    user632098 wrote:
    Thanks; but script in my therad one supplied by Oracle to check for lob corruption. It has nothing to do with the export error.
    What I am asking is if there in no row on a page (ORA_1403) , that does not mean that there is a corruption. If I was getting execption like ORA-1555 when running this script; that will mean there is lob corruption,ORA-01555 has NOTHING to do a "corruption"; LOB related or otherwise!
    Most likely cause is that some session is doing DML against table & doing "frequent" COMMIT;
    while some (other?) session is doing SELECT against same table.

  • Exp & Query option causing EXP-00056 ORA-00904

    Experts,
    Database Version: 9.2.0.4.0
    I'm trying to export with using query option, But having below errors.
    Any suggestions Please.
    exp system/***** tables=ORDERS_TN file=ORDERS_TN.dmp log=ORDERS_TN.log query=\" WHERE ORDERS_ID IN \('A1','A201','A3'\) \"
    Export: Release 9.2.0.4.0 - Production on Wed Feb 1 21:42:02 2012
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.4.0 - Production
    Export done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set
    About to export specified tables via Conventional Path ...
    . . exporting table                     ORDERS_TN
    EXP-00056: ORACLE error 904 encountered
    ORA-00904: "A3": invalid identifier
    Export terminated successfully with warnings.Thanks.

    Hello,
    The preferred way to use the query option is to use it in the parfile, because the query option may have special characters within its values which need to be escaped and every OS has its own way of escaping those characters. So in order to make it portable and easy, create a file parfile and use that in the export command.
    For example create a file myval.txt and put following query in it:
    query="WHERE ORDERS_ID IN ('A1','A201','A3')"
    and then use export command as:
    exp system/***** tables=ORDERS_TN file=ORDERS_TN.dmp log=ORDERS_TN.log parfile=myval.txt
    regards
    Fahd

  • 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

  • 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 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).
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

  • 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

  • EXP-00056 Oracle Error 1422 et 6512

    Hello,
    I have a problem at end of exporting data.
    i have this error message
    EXP-00056 : ORACLE error 1422 encountered
    ORA-01422 : exact fetchreturns more than requested number of rows.
    ORA-06512 : at "XDB.DBMS_XDBUTIL_INT", 52
    ORA-06512 : at line 1
    EXP-00000 : Export terminated unsuccessfully.
    i connected to Oracle9i Entreprise Edition Release 9.2.3.0-64 bit.
    Please help me
    Best Regards
    Ahmed

    This is where having a Metalink account is useful.
    there is a simple answer documented on Metalink for this problem.
    Check your triggers and object names - there is a conflict .

  • 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.

  • Export fails with EXP-00056: ORACLE error 2149 encountered

    Hi,
    Export backup fails everyday with the below error.
    when I export manuall during the day time. there are no errors.
    I assume that the partition which it is trying to export exists at the time of the export job start HOwever, it could not find the paritition when it tries to exprot that specific table.
    EXP-00056: ORACLE error 2149 encountered
    ORA-02149: Specified partition does not e
    This database is very new to me. any help to investigate the problem is much appritiated.

    Please see (Note: 847687.1 - Patch 7303030 Fails on Egosildu.sql : ORA-02149 Specified Partition Does Not Exist).
    Hope this helps,
    Regards,
    http://www.oracleracexpert.com
    Click here to [Duplicate RAC Database using RMAN|http://www.oracleracexpert.com/2009/12/duplicate-rac-database-using-rman.html]
    Click here to [Set DISPLAY variable & Enable access control|http://www.oracleracexpert.com/2009/12/set-display-variable-enable-access.html]

  • EXP-00056

    Hi,
    on 10g R2 on Win 2003, I'm exporting a schema :
    exp myschema/pwd@mydb FULL=Y FILE=S:\exp_imp\exp_file LOG=S:\exp_imp\exp.logBut I receive :
    EXP-00056
    ORA-00932I saw that ORA-00932 is for incompatibility of data :
    Error:
    ORA-00932: inconsistent datatypes
    Cause:
    You tried to perform an operation between two different datatypes, but the datatypes are not compatible.
    Action:
    The options to resolve this Oracle error are:  But why in export ?
    I do not want to use expdp.
    Any help ?

    Thanks to all.
    Here full screenshot :
    C:\>exp myschema/pwd@DB FULL=Y FILE=S:\exp_imp\exp_full LOG=S:\exp_imp\exp_full.log
    Export: Release 10.2.0.1.0 - Production on Fri Mar 27 16:05:35 2009
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    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 WE8PC850 character set and AL16UTF16 NCHAR character set
    server uses WE8MSWIN1252 character set (possible charset conversion)
    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 PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions
    . exporting system procedural objects and actions
    . exporting pre-schema procedural objects and actions
    . exporting cluster definitions
    EXP-00056: ORACLE error 932 encountered
    ORA-00932: inconsistent datatypes: expected BLOB, CLOB got CHAR
    EXP-00056: ORACLE error 932 encountered
    ORA-00932: inconsistent datatypes: expected BLOB, CLOB got CHAR
    EXP-00000: Export terminated unsuccessfully

  • Internal Error ORA-0600 when creating multiple consumer queue table

    Hi,
    I tried to create a multiple consumer queue table with the following statements:
    exec DBMS_AQADM.GRANT_TYPE_ACCESS ('system');
    create type Change_History_Trigger_Data as object(Col1 VARCHAR2(255), Col2 VARCHAR2(128), Col3 VARCHAR2(255), Col4 TIMESTAMP, Col5 VARCHAR2(64), Col6 VARCHAR2(64), Col7 NUMBER(8));
    Works fine till this stage. But the following statement produces an ORA-0600 internal error message.
    EXEC DBMS_AQADM.CREATE_QUEUE_TABLE ('change_history_queue_tbl','Change_History_Trigger_Data', 'tablespace my_tblspace','ENQ_TIME',TRUE,DBMS_AQADM.TRANSACTIONAL);
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [kcbgtcr_4], [14392], [0], [1], [], [], [], []
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 2224
    ORA-06512: at "SYS.DBMS_AQADM", line 58
    ORA-06512: at line 1
    I tried creating the same queue table with Multiple consumer = FALSE, and it works fine. But not with multiple consumer = TRUE
    I'm running on Oracle9i Enterprise Edition Release 9.2.0.6.0
    Any possible solutions?

    Problem solved.
    The queue name was too long. Found a post with the same problem.
    Re: Create Queue Table ORA-00600 while dbms_aqadm.create_queue_table
    thanks anyway

Maybe you are looking for

  • Blank screen after disabling primary and secondary monitor on Satellite A

    Hello, I tried to connect an LCD on my laptop, at the first place i went control panel -- display -- settings -- advanced -- monitor -- properties -- Device usage: disable!! That enabled the secondary LCD screen but the most stupid thing is that when

  • Need help with Italics for ePub and InDesign CS5

    Could someone help a me out. I just can not find the answer to this and I know it should be simple, I am just missing it. I am creating an ePub from CS5 InDesign. All I want to do is have the italics that are shown in the text box in InDesign, show u

  • Random Problem with Media Sou

    I recently installed the new and shinier media source player and after a slight hitch, it worked perfectly. Soon afterwards, i discovered a new option was added to the bottom of the menu that pops up when you right click on a playlist, prefix track n

  • S/C/D user codes

    i want to register in pearsonvue.com for certification, while doing the registration, system asking for S/C/D user codes, how i will get that number? i wan to write exam in Dubai or kuwait exam center. Is am doing the wrong way / regards, Sanju MS

  • Naming of Sharpening Presets

    So, how do you folks name sharpening presets? At least for now, I'm using names like: bird, butterfly, flower, treescape, dog, etc. BTW, the new sharpening tools are just what LR needed. Great job Jeff, Mark, Adobe.