ORA-00600: Internal Error when running XSQl Script

Hi,
when running a xsql script with JDeveloper 3.1
the following message appears:
<?xml version="1.0" ?>
- <!-- IRON.xsql Return the results of a table
-->
- <xsql-error action="xsql:query">
<statement>select ename,job,sal from emp where
ename='ALLEN'</statement>
<message>ORA-00600: Interner Fehlercode, Argumente: [ttcgcshnd-
1], [0], [], [], [], [], [], []</message>
</xsql-error>
Does anybody knows, what's wrong ?
Regards
Andy

looks like bug #1725012, fixed in either 9.0.1 or 8.1.7.2
(these are RDBMS versions).

Similar Messages

  • ORA-00600: internal error while running procedure in oracle 7.3.4

    I am using Oracle 7.3.4 running on HP-Unix. While running a procedure, I am getting the following error.
    ORA-00600: internal error code, arguments: [15419], [severe error during PL/SQL execution], [], [], [], [], [], []
    ORA-06544: PL/SQL: internal error, arguments: [77102], [], [], [], [], [], [], []
    ORA-06553: PLS-801: internal error [77102]
    Please suggest what could be the problem. Incidentally, the same procedure is running on another installation of Oracle 7.3.4. I am unable to find out what could be the difference between the 2 Oracle instances that is causing this problem.
    Please help.
    Thanks in advance.

    Are there any trace files created on the server?
    Did you see if they have any more information?
    Generally, these types of errors suggest contacting Oracle support to resolve the issue, but with the Oracle version you are using being already desupported, it would be an issue.
    Alternatively, you could search metalink to see if there is any support note on this type of error.

  • ORA-00600: internal error when delete master rows in a materialized view

    I have a materialized view in 11g2 on Redhat 5, defined asCREATE MATERIALIZED VIEW mv_idty
    PARALLEL BUILD IMMEDIATE REFRESH FAST ON COMMIT ENABLE QUERY REWRITE AS
    select IDTY_NAME_FIRST,IDTY_NAME_MIDDLE,IDTY_NAME_LAST,IDTY_NAME_SUFFIX,IDTY_SSN,
      IDTY_DR_LIC_NUM,IDTY_DR_LIC_STA,x.person_id,i.rowid i_rowid,x.rowid x_rowid
      from idty i,person_x_idty x where x.idty_id=i.idty_id; I deleted a few rows from the master tables and get error13:58:48 SQL> delete idty where  idty_id like 'test_row%' ;
    7 rows deleted.
    13:58:52 SQL> commit;
    commit
    ERROR at line 1:
    ORA-12008: error in materialized view refresh path
    ORA-00600: internal error code, arguments: [kkzfrfajv_markdml-1], [], [], [], [], [], [], [], [], [], [], [] I have other materialized views and they all delete master OK. This is the simplest one but causes problem. HELP!
    Edited by: user13148231 on Aug 11, 2010 5:45 PM

    Checked note 743766.1. It is not 100% relevant as it is about import, but the query is usefulselect sowner, vname, mowner, master from sys.snap_reftime$It reveals the materialized view some how based on other schema.
    Recreate the materialized view. problem solved.

  • Ora-00600: internal error on 11g database in windows 2007 environment

    Hello , i have these problems please help me to solve it.
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    C:\Windows\system32>emctl status dbconsole
    Environment variable ORACLE_SID not defined. Please define it.
    C:\Windows\system32>set ORACLE_SID=testsid
    C:\Windows\system32>emctl status dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
    Copyright (c) 1996, 2007 Oracle Corporation.  All rights reserved.
    https://local:1158/em/console/aboutApplication
    Oracle Enterprise Manager 11g is not running.
    Logs are generated in directory C:\app\23333941\product\11.1.0\db_3/local_testsid/sysman/log
    C:\Windows\system32>sqlplus sys/@**** as sysdba
    SQL*Plus: Release 11.1.0.6.0 - Production on Fri Jul 5 09:27:37 2013
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    SQL*Plus: Release 11.1.0.6.0 - Production
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    Use SQL*Plus to execute SQL, PL/SQL and SQL*Plus statements.
    Usage 1: sqlplus -H | -V
        -H             Displays the SQL*Plus version and the
                       usage help.
        -V             Displays the SQL*Plus version.
    Usage 2: sqlplus [ [<option>] [<logon>] [<start>] ]
      <option> is: [-C <version>] [-L] [-M "<options>"] [-R <level>] [-S]
        -C <version>   Sets the compatibility of affected commands to the
                       version specified by <version>.  The version has
                       the form "x.y[.z]".  For example, -C 10.2.0
        -F             Enables the failover mode for a RAC environment.
        -L             Attempts to log on just once, instead of
                       reprompting on error.
        -M "<options>" Sets automatic HTML markup of output.  The options
                       have the form:
                       HTML [ON|OFF] [HEAD text] [BODY text] [TABLE text]
                       [ENTMAP {ON|OFF}] [SPOOL {ON|OFF}] [PRE[FORMAT] {ON|OFF}]
        -R <level>     Sets restricted mode to disable SQL*Plus commands
                       that interact with the file system.  The level can
                       be 1, 2 or 3.  The most restrictive is -R 3 which
                       disables all user commands interacting with the
                       file system.
        -S             Sets silent mode which suppresses the display of
                       the SQL*Plus banner, prompts, and echoing of
                       commands.
      <logon> is: (<username>[/<password>][@<connect_identifier>] | /)
                  [AS SYSDBA | AS SYSOPER | AS SYSASM] | /NOLOG | [EDITION=value]
        Specifies the database account username, password and connect
        identifier for the database connection.  Without a connect
        identifier, SQL*Plus connects to the default database.
        The AS SYSDBA, AS SYSOPER and AS SYSASM  options are database
        administration privileges.
        <connect_identifier> can be in the form of Net Service Name
        or Easy Connect.
          @[<net_service_name> | [//]Host[:Port]/<service_name>]
            <net_service_name> is a simple name for a service that resolves
            to a connect descriptor.
            Example: Connect to database using Net Service Name and the
                     database net service name is ORCL.
               sqlplus myusername/mypassword@ORCL
            Host specifies the host name or IP address of the database
            server computer.
            Port specifies the listening port on the database server.
            <service_name> specifies the service name of the database you
            want to access.
            Example: Connect to database using Easy Connect and the
                     Service name is ORCL.
               sqlplus myusername/mypassword@Host/ORCL
        The /NOLOG option starts SQL*Plus without connecting to a
        database.
        The EDITION specifies the value for Application
        Edition
      <start> is: @<URL>|<filename>[.<ext>] [<parameter> ...]
        Runs the specified SQL*Plus script from a web server (URL) or the
        local file system (filename.ext) with specified parameters that
        will be assigned to substitution variables in the script.
    When SQL*Plus starts, and after CONNECT commands, the site profile
    (e.g. $ORACLE_HOME/sqlplus/admin/glogin.sql) and the user profile
    (e.g. login.sql in the working directory) are run.  The files may
    contain SQL*Plus commands.
    Refer to the SQL*Plus User's Guide and Reference for more information.
    C:\Windows\system32>sqlplus sys/1118@testsid as sysdba
    SQL*Plus: Release 11.1.0.6.0 - Production on Fri Jul 5 09:29:03 2013
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    Enter user-name: sysdba
    Enter password:
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    Process ID: 0
    Session ID: 0 Serial number: 0
    Enter user-name: sys
    Enter password:
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    Process ID: 0
    Session ID: 0 Serial number: 0
    SP2-0157: unable to CONNECT to ORACLE after 3 attempts, exiting SQL*Plus
    C:\Windows\system32>sqlplus/nolog
    SQL*Plus: Release 11.1.0.6.0 - Production on Fri Jul 5 09:32:59 2013
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    SQL> connect/as sysdba
    Connected.
    SQL> create table test(id number, id1 number);
    create table test(id number, id1 number)
    ERROR at line 1:
    ORA-01109: database not open
    SQL> select status from v$instance;
    STATUS
    MOUNTED
    SQL> alter database open;
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [kcrfr_update_nab_2], [0x51434A54],
    [2], [], [], [], [], []
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    C:\Windows\system32>startup mount
    'startup' is not recognized as an internal or external command,
    operable program or batch file.
    C:\Windows\system32>sqlplus/nolog
    SQL*Plus: Release 11.1.0.6.0 - Production on Fri Jul 5 10:05:42 2013
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    SQL> connect/as sysdba
    Connected.
    SQL> startup mount;
    ORA-01081: cannot start already-running ORACLE - shut it down first
    SQL> recover database;
    Media recovery complete.
    SQL> select GROUP#,SEQUENCE#,ARCHIVED,STATUS from v$log order by SEQUENCE#;
        GROUP#  SEQUENCE# ARC STATUS
             2        539 NO  INACTIVE
             3        540 NO  ACTIVE
             1        541 NO  CURRENT
    SQL> recover database;
    ORA-00283: recovery session canceled due to errors
    ORA-00264: no recovery required
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    C:\Windows\system32>sqlplus/nolog
    SQL*Plus: Release 11.1.0.6.0 - Production on Fri Jul 5 10:17:10 2013
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    SQL> connect / as sysdba
    Connected.
    SQL> startup mount
    ORA-01081: cannot start already-running ORACLE - shut it down first
    SQL> shutdown immediate;
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup;
    ORACLE instance started.
    Total System Global Area  313860096 bytes
    Fixed Size                  1332892 bytes
    Variable Size             276826468 bytes
    Database Buffers           29360128 bytes
    Redo Buffers                6340608 bytes
    Database mounted.
    Database opened.
    SQL> recover database;
    ORA-00283: recovery session canceled due to errors
    ORA-01124: cannot recover data file 1 - file is in use or recovery
    ORA-01110: data file 1:
    'C:\APP\23333941\ORADATA\TEST\DATAFILE\O1_MF_SYSTEM_8XB8TY3S_.DBF'
    SQL> select GROUP#,SEQUENCE#,ARCHIVED,STATUS from v$log order by SEQUENCE#;
        GROUP#  SEQUENCE# ARC STATUS
             3        540 NO  INACTIVE
             1        541 NO  INACTIVE
             2        542 NO  CURRENT
    SQL> restore database;
    SP2-0734: unknown command beginning "restore da..." - rest of line ignored.
    SQL> recover database;
    ORA-00283: recovery session canceled due to errors
    ORA-01124: cannot recover data file 1 - file is in use or recovery
    ORA-01110: data file 1:
    'C:\APP\23333941\ORADATA\TEST\DATAFILE\O1_MF_SYSTEM_8XB8TY3S_.DBF'
    SQL>
    Thanks with regards Ganaa;

    What happened prior that resulted in the disaster scenario that you posted/
    When was the last time the DB opened with out error?
    What changed since then?

  • Urgent -- ORA-00600: internal error code, arguments: [17177],  -- on insert

    hello,
    I have a table with 7 columns, 6 columns are of datatype of VARCHAR2/DATE/NUMBER, one column is of datatype SYS.XMLTYPE.
    I am trying to insert one record into the table. The insert script is as below:
    INSERT INTO t1
    VALUES (234556789,1045,0,SYSDATE,SYSDATE,'SYSTEM',XMLTYPE('<GSL>300</GSL>'));
    There are no garbage characters in the above insert statement.
    When I run this script on UNIX I get the error below:
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [17177], [0x000000000], [], [], [],
    ORA-31011: XML parsing failed
    ORA-06512: at "SYS.XMLTYPE", line 0
    ORA-06512: at line 1
    I verified the ora 31011 which says
    31011, 00000, "XML parsing failed"
    // *Cause:   XML parser returned an error while trying to parse the document.
    // *Action:  Check if the document to be parsed is valid.
    But the xml document is a valid document. The same insert script works on an NT machine without any errors.
    The version of oracle on unix is 9.2.0.3.0.
    The characterset is UTF8
    I fired the query below to verify:
    SQL> select substr(dbms_java.longname(object_name),1,35) as class, status
    from all_o 2 bjects
    where obj 3 ect_type = 'JAVA CLASS'
    and obje 4 ct_name = dbms_java.shortname('oracle/xml/parser/v2/DOMParser');
    CLASS
    STATUS
    oracle/xml/parser/v2/DOMParser
    VALID
    Is there any setting (enviroment or any other setting ) needed on UNIX to be able to successfully insert this record in the table. What are the steps I need to do to insert this record
    The problems seems to be in XML insert. Can anyone help pls ASAP.
    thanks
    aananth

    Hi,
    the bitmap parameter disables the use of bitmap plans for tables w. only B-tree indexes. This will cause a performance problem in a DWH. So I would prefer to change the optimzer mode. The optimizer than uses a mix of costs and heuristics to find a best plan for fast delivery of the first few rows. This will not produce so much problems.
    Regards,
    Detlef

  • ORA-00600: internal error code, arguments: [unable to load XDB library]

    hi everybody ;
    i have 9.2.0.7 db runs on SLES9 on host A. and i take full rman database backup to make a new database on different host ( host B ) with different file structure. ( sid is the same ) i had already 1 database on host B. after this duplicate now there are 2 database on host B.
    i take daily full database rman backup on the new host for my new database and there is no problem. when i try to take extra full export backup i get an error ;
    Dynamic link error: libxdb.so: cannot open shared object file: No such file or directory
    *** 2010-08-05 09:46:12.868
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [unable to load XDB library], [], [], [], [], [], [], []
    as i search ; i have to stop the database and listener and set the LD_LIBRARY_PATH variable. how can i make this without make any mistake for the first database runs on Host B.
    because 2 database must be up and running on host B. can you explaın these operation step by step ?
    thank you ....

    craft wrote:
    any idea ?
    >any idea ?
    your database is out off support you should consider to upgrade. ORA-00600 indicate for bug

  • ORA-00600: internal error code while drop package !

    Friends ,
    I am using oracle 10g in Oracle Ent Linux 5.0 . Now I want to drop a  user , when I give the 'drop user' command I got the below error :
    SQL> drop user user cascade;
    drop user user cascade
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [psdtyfnd_with_suffix], [], [], [],
    Then I try to manually drop all the object of the specified schema . All objects are dropped except a 'PACKAGE' . When I manually drop that PACKAGE
    again then I found the above error again . Now I am sure that  this 'package' is the main culprit .
    Now would anyone please help me how I drop this package manually  ? 

    Hi,
    Glad to know that its solved.
    The cause of this issue is not known. It is believed that importing into a database where these pipelined functions already exist may be the cause, but testing has failed to reproduce the problem.
    In one of the bugs logged for a similar issue,  problem will normally happen only on upgrade and not under regular running of the DB. Therefore, it should be of relatively low impact to the real users. Also, Upgrading to 11g you shouldn't encounter this problem.
    Regards,
    Suntrupth

  • ORA-00600: internal error code, arguments: [kcrfr_update_nab_2], [0xB1B59D

    Can anyone please try check out this ORA-600 error, ORA-00600: internal error code, arguments: [kcrfr_update_nab_2], [0xB1B59DA4],
    [2], [], [], [], [], [].
    My db went down abruptly due to power source ....now the database mounts successfully but when u try opening the db i.e. alter database open; it comes up with the error. Plz kindly treat urgently.Thanks

    For all kind of internal errors, you should open SR (Service Request) in metalink. You need to contact Oracle Support
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • ORA-00600: internal error code, arguments: [kglpin-bad-lock], [0x70000062E067FC8], [], [], [], [], [], [], [], [], [], []

    Hi,
    Using owb 11.2.0.3 and encountering
    ORA-00600: internal error code, arguments: [kglpin-bad-lock], [0x70000062E067FC8], [], [], [], [], [], [], [], [], [], []
    this error when a proces sflow runs a mapping.
    It fails and data remains unchanged.
    When proces sflow next runs it succeeds.
    Any ideas?
    Thanks

    Don't multipost, please. Stay in your original thread ORA-00600: internal error code, arguments: [kglpin-bad-lock], [0x70000062E067FC8], [], [], [], [], [], [], [], [], [], […
    Mod: locking.

  • ORA-00600: internal error code, arguments: [17182], [0x1106559F0], [], [],

    Refresh MatView causing ORA ORA-00600: internal error code, arguments: [17182], [0x1106559F0], [], [], error.
    Database Version: 11.1.0.6, IBM AIX system
    when run: dbms_mview.refresh('mart.mv_cust_header','?') , it fails with the above error.
    Fixed few times by dropping and rebuldibng the MatView but it is not resolved. The issue is with production system.
    Any help on this will be greatly appreciated.
    Thanks,
    Junr DBA

    Thanks for everyone's help!
    As advised Oracle Support was able to find the root cause:
    Just thought would share the information.
    Solution from Oracle:
    Patch resolves issues but is not available on 11.1.0.6 on this operating system. No new patches are being generated for 11.1.0.6. Patch is available on top of 11.1.0.7 and is included in PSU patchsets starting with 11.1.0.7 PSU 1.
    Upgrade to 11.1.0.7 and then EITHER:
    Apply the one-off patch 7330434.
    OR
    Apply the latest patchset.
    Note 752137.1 : ORA-00600 [17128] or ORA-00600 [17147] During Fast Refresh Of Materialized View
    Note 7330434.8 : Bug 7330434 - Memory corruption / OERI:17147 from DBMS_MVIEW.REFRESH
    Thanks,
    Jun DBA

  • ORA-00600: internal error code, arguments: [qctcte1]

    Hi All,
    While executing a mapping I got the following error message:
    Starting Execution MAP39_FACT
    Starting Task MAP39_FACT
    ORA-00600: internal error code, arguments: [qctcte1], [0], [], [], [], [], [], []
    ORA-06512: at "SBI_TARGET_P2.MAP39_FACT", line 12
    ORA-06512: at "SBI_TARGET_P2.MAP39_FACT", line 8997
    ORA-06512: at "SBI_TARGET_P2.MAP39_FACT", line 9486
    ORA-06512: at "SBI_TARGET_P2.MAP39_FACT", line 12000
    ORA-06512: at line 1
    Completing Task MAP39_FACT
    Completing Execution MAP39_FACT
    When I trace the Alert log I find the error to be of a mismatch data type .But there arent any mismatch in any of the operators in my mapping.
    As a rescue I tried making an altogether new mapping but m still getting the same error. All the other mappings in my project are running fine.
    Any Solutions??

    Hello,
    Accoding to metalink info this ORA-600 could be reported as a result of several bugs, depending on your RDBMS version and mapping schema.
    The note 248095.1 is entry point. Find below the exclusion from the note:
    Known Issues:
    Bug# 3963092 See Note 3963092.8
    OERI[qctcte1] compiling SQL with ORDER BY .. DESC
    Fixed: 10.1.0.4, 10.2.0.1
    Bug# 3730166 See Note 3730166.8
    OERI [qctcte1] / [kghssgcop2] from ANSI outer joins with binds
    Fixed: 10.1.0.5, 10.2.0.1
    Bug# 3557906 See Note 3557906.8
    OERI[qctcte1] from predicate move around
    Fixed: 9.2.0.6, 10.1.0.4, 10.2.0.1
    Bug# 3216046 See Note 3216046.8
    OERI:qctcte1 running a query with a subquery in SELECT list
    Fixed: 9.2.0.5, 10.1.0.2
    Bug# 3121670 See Note 3121670.8
    OERI:qctcte1 can occur on VIEW with HAVING clause with STAR transformation
    Fixed: 9.2.0.5, 10.1.0.2
    Bug# 3110923 See Note 3110923.8
    Dump (in qmxtrxopt) using ORDER BY .. DESC on a CONSTANT column
    Fixed: 9.2.0.5
    Bug# 2458655 See Note 2458655.8
    OERI[QCTCTE1] from FULL OUTER JOIN with BIND variable in subquery
    Fixed: 9.2.0.3, 10.1.0.2
    Bug# 2357784 See Note 2357784.8
    OERI[QCTCTE1] parsing ANSI OUTER JOIN with a VIEW with a SET operation (eg: UNION ALL)
    Fixed: 9.2.0.2
    Bug# 2105452 See Note 2105452.8
    OERI:QCTCTE1 possible from inline UNION view with binds
    Fixed: 9.0.1.4, 9.2.0.1
    Bug# 2100837 See Note 2100837.8
    OERI:QCTCTE1 possible using INLIST predicates
    Fixed: 9.0.1.3, 9.2.0.1
    Bug# 2092554 See Note 2092554.8
    OERI:qctcte1 / ORA-979 from multi-hierarchy query using materialized view
    Fixed: 9.0.1.3, 9.2.0.1
    Bug# 1970507 See Note 1970507.8
    OERI:18096 from OUTER JOIN in MERGE USING clause in PLSQL
    Fixed: 9.0.1.2, 9.2.0.1

  • ORA-00600: internal error code, arguments: [ksmovrflow], [datablk:kspptsp]

    I want to configuring database for archivelog mode,so I execute following command:
    SQL>shutdown immediate
    then I use window tablet to modify the file of 'D:\oracle\ora92\database\SPFILESUCCESS.ORA' and add Log information in this file,like follows:
    background_dump_dest='D:\oracle\admin\success\bdump'
    *.compatible='9.2.0.0.0'
    *.control_files='D:\oracle\oradata\success\CONTROL01.CTL','D:\oracle\oradata\success\CONTROL02.CTL','D:\oracle\oradata\success\CONTROL03.CTL'
    *.core_dump_dest='D:\oracle\admin\success\cdump'
    *.db_block_size=8192
    *.db_cache_size=25165824
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_name='success'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=successXDB)'
    *.fast_start_mttr_target=300
    *.hash_join_enabled=TRUE
    *.instance_name='success'
    *.java_pool_size=33554432
    *.job_queue_processes=10
    *.large_pool_size=8388608
    *.LOG_ARCHIVE_START=true
    *.LOG_ARCHIVE_DEST='D:\oracle\ora92\database\archive'
    *.LOG_ARCHIVE_FORMAT="T%TS%S.ARC"
    *.open_cursors=300
    *.pga_aggregate_target=25165824
    *.processes=150
    *.query_rewrite_enabled='FALSE'
    *.remote_login_passwordfile='EXCLUSIVE'
    *.shared_pool_size=50331648
    *.sort_area_size=524288
    *.star_transformation_enabled='FALSE'
    *.timed_statistics=TRUE
    *.undo_management='AUTO'
    *.undo_retention=10800
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='D:\oracle\admin\success\udump'
    When I save this file in window tablet,it prompt it will save this file as pure Text format and some special code will lost,and I save it.
    But when I start database,it raise errors:
    SQL> startup
    ORA-00600: internal error code, arguments: [ksmovrflow], [datablk : kspptsp], []
    Why raise error? How to do it?

    Hi,
    create pfile from spfile;
    shutdown immediate;
    edit the changes now in pfile
    startup pfile='/////' open;
    spfile is not a binary file, it will not accept any changes but in 10g we have to create
    spfile initialy it runs with pfile until you create spfile.
    regards,
    Nirmal

  • ORA-00600: internal error code, arguments: [kcratr_nab_less_than_odr], [1],

    Hi All,
    In our lab 11gR2 RAC setup is up and running (11.2.0.1). Last night due to some issue with power or power failure servers went down directly.
    When restart the RAC server, all the RAC related services are up and running except second node VIP is offline and database was down.
    When I go for database startup through srvctl command it gives ora-00600 internal error.
    ORA-00600: internal error code, arguments: [kcratr_nab_less_than_odr], [1], [2692], [912], [913], [], [], [], [], [], [], []
    From metalink (ID 1296264.1) I come to know there was a power failure causing logical corruption in controlfile.
    From metalink doc having steps for single instance but not sure how to follow the same steps in cluster environment.
    Is any body ever face the similar issue in RAC environment? Is this only second node VIP issue ?
    Thanks...

    Conceptually you have one database, and one set of control files, accessed from multiple instances.
    If the issue would have been with online redo logs (there is one thread of redo log files per instance), instance would have mattered.
    Now it doesn't matter, as there is one set of control files per database, not per instance.
    Sybrand Bakker
    Senior Oracle DBA

  • INTERESTING:  ORA-00600: internal error code,

    Here is the scenario:
    DB1 = 11.2.0.1.0 Linux 5
    DB2 = 11.2.0.1.0 Linux 5
    Init.ora on DB1 and DB2 are exactly the same.
    On DB1, I run this and get ORA-600:
    select distinct i.short_desc,c.short_desc, c.long_desc
    from pace_masterdbo.codes c, pace_masterdbo.code_values cv, pace_masterdbo.interfaces i
    where C.INSTANCE=CV.CODE_INST
    and CV.INTFC_INST=I.INSTANCE 2 3 4
    5 /
    from pace_masterdbo.codes c, pace_masterdbo.code_values cv, pace_masterdbo.interfaces i
    ERROR at line 2:
    ORA-00600: internal error code, arguments: [qkaffsindex5], [], [], [], [], [], [], [], [], [], [], []
    On DB2, with the same configuration and exact init.ora parameters it works without issue.
    Now on DB1 if I change the following, it works fine, wondering what's going on.
    alter session set "_optimizer_cost_based_transformation" =off;
    Session altered.
    select distinct i.short_desc,c.short_desc, c.long_desc
    from pace_masterdbo.codes c, pace_masterdbo.code_values cv, pace_masterdbo.interfaces i
    where C.INSTANCE=CV.CODE_INST
    and CV.INTFC_INST=I.INSTANCE 2 3 4
    5 /
    NOW WORKS FINE.. ANY IDEA???
    Thanks in Advance..
    Nirmal

    Ok I've already got this problem...
    After the upgrade from 11.5.9 / 9.2.0.8 to 11.5.10.2/10.2.0.3 we are getting errors in DB alert logs:
    ORA-00600: internal error code, arguments: [kcbz_check_objd_typ_3], [0], [0], [1], [], [], [], []
    A search through ORA-600 lookup tool turns up this note:
    Subject:     ORA-600 [kcbz_check_objd_typ_3]
    Doc ID:     Note:406787.1     Type:     REFERENCE
    Last Revision Date:     10-JUL-2008     Status:     PUBLISHED
    Note: For additional ORA-600 related information please read Note 146580.1
    PURPOSE:
    This article represents a partially published OERI note.
    It has been published because the ORA-600 error has been
    reported in at least one confirmed bug.
    Therefore, the SUGGESTIONS section of this article may help
    in terms of identifying the cause of the error.
    This specific ORA-600 error may be considered for full publication
    at a later date. If/when fully published, additional information
    will be available here on the nature of this error.
    SUGGESTIONS:
    If the Known Issues section below does not help in terms of identifying
    a solution, please submit the trace files and alert.log to Oracle
    Support Services for further analysis.
    Known Issues:
    Bug# 6405339 See Note 6405339.8
    Corruption / OERI[kcbz_check_objd_typ_3] / OERI:5400 from PQ
    Fixed: 10.2.0.5, 11.1.0.7, 11.2
    Bug# 5689412 See Note 5689412.8
    ORA-600 [kcbz_check_objd_typ_3] after SCN based recovery
    Fixed:
    Bug# 4592596 See Note 4592596.8
    Corruption (ORA-1410) from multi-table insert with direct load
    Fixed: 10.2.0.4, 11.1.0.6
    Bug# 4430244 + See Note 4430244.8
    Segment advisor can load blocks of dropped objects into buffer cache (KCB OERI errors)
    Fixed: 10.2.0.4, 11.1.0.6
    Metalink Note 466049.1 describes summary of Bugs Containing ORA - 00600[kcbz_check_objd_typ_3]
    If you have questions ask.
    Kirill Babeyev

  • ORA-00600: internal error code, arguments: [LibraryCacheNotEmptyOnClose], [

    Hello!
    After googling a lot, I really don't know what may have caused this problem when I'm shutting the DB, as It's a generic one.. Any suggestions?
    I'm running oracle on version 10.2.0.3.0 on Win Server 2003 Enterprise SP2.
    Part of the alert.log:
    Mon Sep 26 07:00:49 2011
    Starting background process EMN0
    EMN0 started with pid=27, OS id=5192
    Mon Sep 26 07:00:49 2011
    Shutting down instance: further logons disabled
    Mon Sep 26 07:00:50 2011
    Stopping background process QMNC
    Mon Sep 26 07:00:51 2011
    Stopping background process CJQ0
    Mon Sep 26 07:00:51 2011
    Stopping background process MMNL
    Mon Sep 26 07:00:52 2011
    Stopping background process MMON
    Mon Sep 26 07:00:53 2011
    Shutting down instance (immediate)
    License high water mark = 26
    Mon Sep 26 07:00:53 2011
    Stopping Job queue slave processes
    Mon Sep 26 07:00:53 2011
    Job queue slave processes stopped
    Waiting for shared server 'S000' to die
    Waiting for shared server 'S001' to die
    Waiting for shared server 'S002' to die
    Waiting for shared server 'S003' to die
    Mon Sep 26 07:01:04 2011
    Waiting for shared server 'S004' to die
    Mon Sep 26 07:01:23 2011
    All dispatchers and shared servers shutdown
    Mon Sep 26 07:01:23 2011
    alter database close normal
    Mon Sep 26 07:01:24 2011
    SMON: disabling tx recovery
    SMON: disabling cache recovery
    Mon Sep 26 07:01:24 2011
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Thread 1 closed at log sequence 4300
    Successful close of redo thread 1
    Mon Sep 26 07:01:25 2011
    Completed: alter database close normal
    Mon Sep 26 07:01:25 2011
    alter database dismount
    Completed: alter database dismount
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    System State dumped to trace file c:\oracle\product\admin\teste\udump\teste_ora_5000.trc
    Mon Sep 26 07:01:35 2011
    Errors in file c:\oracle\product\admin\teste\udump\teste_ora_5000.trc:
    *ORA-00600: internal error code, arguments: [LibraryCacheNotEmptyOnClose], [], [], [], [], [], [], []*Dump file c:\oracle\product\admin\teste\bdump\alert_teste.log
    Mon Sep 26 07:09:49 2011
    ORACLE V10.2.0.3.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows Server 2003 Version V5.2 Service Pack 2
    CPU : 2 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:1617M/2047M, Ph+PgF:3114M/3437M, VA:1938M/2047M
    Mon Sep 26 07:09:49 2011
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    Part of the file teste_ora_5000.trc:
    FREELIST CHUNK COUNT:3192 OBJECT SIZE:36
    LATCH:1 TOTAL SPACE: 114912
    FREELIST CHUNK COUNT:3190 OBJECT SIZE:36
    LATCH:2 TOTAL SPACE: 119016
    FREELIST CHUNK COUNT:3306 OBJECT SIZE:36
    BUCKET 10240:
    LIBRARY OBJECT HANDLE: handle=341a4de8 mtx=341A4E9C(0) cdp=0
    name=XDB.mime-mapping-type32_T
    hash=bfce5ac8b2228d568d457016dd2a2800 timestamp=11-19-2006 11:07:38
    namespace=TABL flags=KGHP/TIM/SML/[02000000]
    kkkk-dddd-llll=0000-0000-0000 lock=0 pin=0 latch#=2 hpc=0132 hlc=0132
    lwt=341A4E44[341A4E44,341A4E44] ltm=341A4E4C[341A4E4C,341A4E4C]
    pwt=341A4E28[341A4E28,341A4E28] ptm=341A4E30[341A4E30,341A4E30]
    ref=341A4E64[341A4E64,341A4E64] lnd=341A4E70[341A4D18,32B481F8]
    LIBRARY OBJECT last freed from HPD addn data CBK
    BUCKET 10240 total object count=1
    BUCKET 40441:
    LIBRARY OBJECT HANDLE: handle=341a4c90 mtx=341A4D44(0) cdp=0
    name=XDB.mime-mapping34_COLL
    hash=4fd0f011144ed13e64cf519ed06c9df9 timestamp=11-19-2006 11:07:38
    namespace=TABL flags=KGHP/TIM/SML/[02000000]
    kkkk-dddd-llll=0000-0000-0000 lock=0 pin=0 latch#=2 hpc=0004 hlc=0004
    lwt=341A4CEC[341A4CEC,341A4CEC] ltm=341A4CF4[341A4CF4,341A4CF4]
    pwt=341A4CD0[341A4CD0,341A4CD0] ptm=341A4CD8[341A4CD8,341A4CD8]
    ref=341A4D0C[341A4D0C,341A4D0C] lnd=341A4D18[32B481F8,341A4E70]
    LIBRARY OBJECT last freed from HPD addn data CBK
    BUCKET 40441 total object count=1
    ANONYMOUS LIST:
    LIST OF HANDLES WITH DEPENDENTS:
    LATCH=0 unpin_call_count=3072 hd_count=0 hd_unpinned_count=3284
    LATCH=1 unpin_call_count=3069 hd_count=2 hd_unpinned_count=3263
    341a4de8 -> 341a4c90
    LATCH=2 unpin_call_count=3085 hd_count=0 hd_unpinned_count=3503
    *** 2011-09-26 07:01:35.445
    ksedmp: internal or fatal error
    *ORA-00600: internal error code, arguments: [LibraryCacheNotEmptyOnClose], [], [], [], [], [], [], []*Current SQL information unavailable - no session.
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    ksedst+38           CALLrel  ksedst1+0 0 1
    ksedmp+898          CALLrel  ksedst+0 0
    ksfdmp+14           CALLrel  ksedmp+0 3
    _kgerinv+140         CALLreg  00000000             B158D30 3
    kgeasnmierr+19      CALLrel  kgerinv+0 B158D30 9CB1F64 607AAD14 0
    A19CDA4
    __VInfreq__kglshu+4 CALLrel _kgeasnmierr+0       B158D30 9CB1F64 607AAD14 0
    6 B158D30 4
    kqlnfy+641          CALLrel  kglshu+0 B158D30 0
    _kscnfy+1334         CALLreg  00000000             18 0
    ksmshu+273          CALLrel  kscnfy+0
    opistpreal+1038 CALLrel _ksmshu+0            0
    opistp+267          CALLrel  opistp_real+0 31 2 A19F68C
    _opiodr+1099         CALLreg  00000000             31 2 A19F68C
    _ttcpip+996          CALLreg  00000000             31 2 A19F68C 0
    _opitsk+1080         CALL???  00000000            
    opiino+1087         CALLrel  opitsk+0 0 0
    _opiodr+1099         CALLreg  00000000             3C 4 A19FC28
    opidrv+819          CALLrel  opiodr+0 3C 4 A19FC28 0
    sou2o+45            CALLrel  opidrv+0 3C 4 A19FC28
    opimaireal+112 CALLrel _sou2o+0             A19FC1C 3C 4 A19FC28
    opimai+92           CALLrel  opimai_real+0 2 A19FC54
    OracleThreadStart@  CALLrel  opimai+0
    4+726
    77E6482C CALLreg 00000000
    --------------------- Binary Stack Dump ---------------------
    ========== FRAME [1] (_ksedst+38 -> _ksedst1+0) ==========
    Dump of memory from 0x0A19CC78 to 0x0A19CC88
    A19CC70 0A19CC88 0040490B [.....I@.]
    A19CC80 00000000 00000001 [........]
    ========== FRAME [2] (_ksedmp+898 -> _ksedst+0) ==========
    Dump of memory from 0x0A19CC88 to 0x0A19CD48
    A19CC80 0A19CD48 00403303 [H....3@.]
    A19CC90 00000000 00000258 0A19CCA0 004238A0 [....X........8B.]
    A19CCA0 0A19CCA8 0043CB08 0B1591B8 60731B40 [[email protected]`]
    A19CCB0 0B1591BD 607AAD14 0000001B 00000000 [......z`........]
    Thanks in advance!!

    Hi;
    ORA-00600: internal error code, You are getting oracle internal error(ORA 600) which mean you could need to work wiht oracle support team. Please see below note, if its not help than i suggest log a sr:
    Troubleshoot an ORA-600 or ORA-7445 Error Using the Error Lookup Tool [ID 153788.1]
    Regard
    Helios

Maybe you are looking for

  • Can I change Encoding used in InputStreamReader

    Hi Java Gurus: Wanted to know if I can somehow change the encoding used by InputStreamReader, the value of which I get by InputStreamReader.getEncoding(). I did change file.encoding to UTF8, but that does not change the encoding used by InputStreamRe

  • How do I make itunes purchased music compatible with Windows Movie Maker?

    Windows Movie Maker will not accept the itunes format and I cannot find a way to convert the files. I need to convert the format to any of the following accepted formats: .aif, .aifc, .aiff .asf, .au, .mp2, .mp3, .mpa, .snd, .wav, and .wma Please Hel

  • How to make this query

    hi, i have 2 tables emp1 & emp2 emp1 consist empno month amt 001 201002 200 001 201003 100 emp2 consist empno month amt 001 201001 100 001 201002 200 001 201003 100 i want to make a query on emp1 table where i want to show amt according to month ,if

  • ESB Error - Extension function error: Method not found 'parseEscapedXML'

    Hi All I have written an ESB service in which i have used the function 'parseEscapedXML'. The ESB service works fine in one environment but throws the following error in the other env. <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope

  • When networking, iPhoto loses slideshow order and setting

    I am airport streaming iPhoto slideshows from my iMac to my Macbook Pro. The shared folders show up on my Macbook Pro, seemingly in a completely random order irrespective of the order in my iMac iPhoto where my library is kept. I have a couple of doz