Ora-00600 [kcbz_check_objd_typ_1], [0], in oracle

Urgent.
Anyone know abt ora-00600: internal error code, arguments: [kcbz_check_objd_typ_1], [0], in oracle.
Im facing the problem while importing.
Can anyone help me. to resolve the problem.
Thanks,
Kumar.

Please, keep in mind that ORA/00600 errors are not the kind of issues you want to tackle by means of a forum. If you blindly apply a patch after a forum suggestion, you should be aware that the only responsible for this will be no other but you.
As previously suggested, it is time to raise a SR at metalink.
~ Madrid
http://hrivera99.blogspot.com

Similar Messages

  • Ora-00600 problem with the kodpunp1 and kope2upic954 arguments

    hi everybody,
    i have a problem with ora-00600 error on a oracle 8.1.7.0.0 database on winxp.
    i've read about many ora-00600 problems but only few were with kodpunp1 and kope2upic954 arguments.
    In my trc files i found something like this:
    *** SESSION ID:(29.2808) 2006-02-08 11:05:33.177
    *** 2006-02-08 11:05:33.177
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [kope2upic954], [], [], [], [], [], [], []
    Current SQL statement for this session:
    call p$insert_rules_details(:1 , :2 , :3, :4)
    *** 2006-02-08 11:06:48.400
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [kodpunp1], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kope2upic954], [], [], [], [], [], [], []
    Current SQL statement for this session:
    call p$insert_rules_details(:1 , :2 , :3, :4)
    " so this is happenning when calling this procedure (p$insert_rules_details ...this is my procedure, not some procedure owned by sys).
    if anyone can help me, pls reply. i've heard replies like: call oracle support, put a tar on metalink ..... i don't have metalink support so i appreciate real help ;)
    what to do for avoiding/fixing this error?
    tx

    in addtion, this procedure p$insert_rules_details does some inserts into 3 tables from my schema. The problem might be from the usage of an num_array in this procedure declared as table of number. When number of elements from this num_array excels 4096, then the procedure generates errors.....i believe, not very sure about that. Can that be true?
    by

  • Why I always get the error(ORA-00600)?

    Why I always get the error(ORA-00600)?
    My database Oracle 9.2.0.1.0 I installed Oracle Jdeveloper 9i on my computer.
    OS:windows2000
    My program:
    Class.forName("oracle.jdbc.driver.OracleDriver");
    con =java.sql.DriverManager.getConnection("jdbc:oracle:thin:@server:1521:db","developer","12345");
    java.sql.Statement stmt=con.createStatement();
    java.sql.ResultSet rs=stmt.executeQuery("select task_title from task");
    while (rs.next()){              
         //getInformation
         String fjbh=rs.getString("task_title");
    If I use this in a common java program(like MyParser.java). It will work well:
    D:\JavaApp> java MyParser
    but If I put the code into a JSP file . It will not work.I tried several times.
    I find that the statment:
         java.sql.ResultSet rs=stmt.executeQuery("select task_title from task");
    will throw the exception.It seemd that I can connect to the database ,
    but can not execute some sql statment.
    If I execute this sql statment:
         select sysdate from dual ;
         or
         select task_ID from task ; --task_id is a column with the type NUMBER(10)
    it will work.
    but if I execute :
         select Task_Title from task where task_id=1; --Task_Title is a column with the type VARCHAR(50)
         or
         select t.task_text.getCLOBVal() task_Text from task t where task_ID=1;
                   --task_text is a column with the type XMLTYPE, I use this column save XMLFile.
    it will not work.
    the detail error information as follow:
    java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], []

    It is a database bug (an ORA-0600 almost always is). In this case it is bug# 1725012. You can see the details from MetaLink. There are some patches (by platform) available you should see which may apply to you.

  • 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 code, arguments: [upsRowVec4] in oracle 11g R2

    Hi
    Getting ORA-00600: internal error code, arguments: [upsRowVec4] error while executing merge statement in oracle 11gR2
    MERGE INTO app_mast_out OUT USING
    (SELECT
    /*+index(ip75) index(out1)*/
    DISTINCT ip75.cab_type,
    out1.rowid rw
    FROM app_mast_ip0075t1 ip75,
    app_mast_out out1
    WHERE OUT1.de026 = SUBSTR (ip75.mcc, 2, 4)
    AND deleted ='N'
    AND OUT1.PROCESS_ID ='B14.280410.0367'
    ) cab ON(OUT.PROCESS_ID='B14.280410.0367' AND out.rowid=cab.rw)
    WHEN MATCHED THEN
    UPDATE SET out.CAB_TYPE=cab.cab_type
    trace file output
    Incident 8907 created, dump file: /u01/app/oracle/diag/rdbms/geni11g/geni11g/incident/incdir_8907/geni11g_ora_19900_i8907.trc
    ORA-00600: internal error code, arguments: [upsRowVec4], [], [], [], [], [], [], [], [], [], [], []
    incident trace file output
    Dump continued from file: /u01/app/oracle/diag/rdbms/geni11g/geni11g/trace/geni11g_ora_19900.trc
    ORA-00600: internal error code, arguments: [upsRowVec4], [], [], [], [], [], [], [], [], [], [], []
    ========= Dump for incident 8907 (ORA 600 [upsRowVec4]) ========
    *** 2010-04-28 13:22:56.245
    dbkedDefDump(): Starting incident default dumps (flags=0x2, level=3, mask=0x0)
    ----- Current SQL Statement for this session (sql_id=8ccz9u3h32tq7) -----
    MERGE INTO APP_MAST_OUT OUT USING (SELECT /*+index(ip75) index(out1)*/ DISTINCT IP75.CAB_TYPE,OUT1.ROWID RW FROM APP_MAST_IP0075T1 IP75,APP_MAST_OUT OUT1 WHERE OUT1.DE026 = SUBSTR (IP75.MCC, 2, 4) AND DELETED='N' AND OUT1.PROCESS_ID=:B1 ) CAB ON(OUT.PROCESS_ID=:B1 AND OUT.ROWID=CAB.RW) WHEN MATCHED THEN UPDATE SET OUT.CAB_TYPE=CAB.CAB_TYPE
    ----- PL/SQL Stack -----
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    0x1a38469d8 86 procedure FINTECH.SPR_MAST_OUTFEE_DATA
    0x1a4ac12b0 388 procedure FINTECH.SPR_MAST_OUTLEGACYCATEGORIZE
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    skdstdst()+36 call kgdsdst() 000000000 ? 000000000 ?
    7FBFFE41B8 ? 000000001 ?
    7FBFFE86B8 ? 000000000 ?
    ksedst1()+98 call skdstdst() 000000000 ? 000000000 ?
    7FBFFE41B8 ? 000000001 ?
    000000000 ? 000000000 ?
    ksedst()+34 call ksedst1() 000000000 ? 000000001 ?
    7FBFFE41B8 ? 000000001 ?
    000000000 ? 000000000 ?
    dbkedDefDump()+2736 call ksedst() 000000000 ? 000000001 ?
    7FBFFE41B8 ? 000000001 ?
    000000000 ? 000000000 ?
    ksedmp()+36 call dbkedDefDump() 000000003 ? 000000002 ?
    7FBFFE41B8 ? 000000001 ?
    000000000 ? 000000000 ?
    ksfdmp()+64 call ksedmp() 000000003 ? 000000002 ?
    7FBFFE41B8
    please give the solution as it is live environment

    Hi,
    how does a update work? I see now a merge with only an update, so you can rewrite it to an update statement. And you don't need the distinct, rowid makes it already unique.
    Herald ten Dam
    htendam.wordpress.com

  • ORA-00600 error in Oracle 10.1.0.5 database

    Hi All,
    Please help me to get rid of the below mentioned issue.
    I am supporting a Oracle 10.1.0.5 prod database. we are getting a below ora-600 error message
    ORA-00600: internal error code, arguments: [qerpxSlaveFetch1], [0], [], [], [], [], [], []
    I have searched in metalink and there it is stated as bug with the product.
    They adviced us to apply the Patch 3897688 or disable parallelism or Upgrade to the fixed release, 10gR2.
    The patch 3897688 is not for window platform. Upgrade to 10gR2 is not possible in near future.
    So please help me how to disable parallelism in 10g database.

    ok fine satish will ask our development team to try your suggestion.
    Can you please tell me whether the following init parameters we can use to disable parallelism?
    PARALLEL_AUTOMATIC_TUNING = FALSE
    PARALLEL_SERVER=FALSE (this alone will disable Parallel Execution)
    PARALLEL_MIN_SERVERS=0 (this is additional restriction)
    PARALLEL_MAX_SERVERS=0 (this is additional restriction)
    Regards,
    Aruna

  • Error on oracle database export ORA-04045 and ora-00600

    Hi
    I am getting following errors on database export
    EXP-00008: ORACLE error 4045 encountered
    ORA-04045: errors during recompilation/revalidation of CHEALTH1.oracle/gss/util/NLSLocale005
    ORA-00600: internal error code, arguments: [26599], [1], [225], [], [], [], [], []
    EXP-00000: Export terminated unsuccessfully
    we have recently run initxml.sql for XML after upgrading from 9.2.0.1.0 to 9.2.0.4.0
    any suggestions
    kedar

    Yes, you are in the wrong forum, but it sounds like you have your environment variable (or registry entry) for ORA_NLS33 pointing at the wrong directory.
    Steve

  • Oracle error ORA-00600 when using Oracle 10g and Sun One Web Server 6.1

    I have a java application that was running under Solaris 8 and Oracle 9i. I am trying to get it up and running on a new server that is configured with Solaris 9 and Oracle 10g. Whenever the application tries to connect to the database it receives the following error: ORA-00600 [ttcgcshnd-1][0]. My research indicates that this is an internal Oracle error that represents a low level unexpected condition. I have looked through my configuration for the Web Server and I have not been able to determine the cause of this problem. My DBA tells me that we have the latest patch installed for Oracle! Has anyone encountered this problem before? Any help would be greatly appreciated!

    If the problem is also present in a SWING app, i.e. outside the web server, then it is porbably something external to the webserver.
    I think you should ensure that the driver and database are compatible with each other. It is very likely that you need a new jdbc driver for the new database.
    download from here http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc101020.html
    try the ojdbc14.jar

  • Oracle shutting down due to ORA-00600:[4142], [1835348594]. need help

    hi,
    i have Oracle 11G on linux enterprise rhel 5
    i was runing a delete statement on a table and stopped it because it was taking too much time. after that i saw that the oracle instance was down.
    i starteed it up and after some minutes it is going down again.
    i even restarted the server and after reboot again down.
    in the logs files it is show the following msg:
    <attr name='IMPACT' value='POSSIBLE ROLLBACK SEGMENT CORRUPTION'/>
    Errors in file /oracle/app/oracle/diag/rdbms/xxx/xxx/trace/xxx_smon_14333.trc (incident=74606):
    ORA-00600: internal error code, arguments: [4142], [1835348594], [], [], [], [], [], [], [], [], [], []
    and in the trace file
    Trace file /oracle/app/oracle/diag/rdbms/xxx/xxx/trace/xxx_smon_14333.trc
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORACLE_HOME = /oracle/app/oracle/product/11.1.0/db_1
    System name:     Linux
    Node name:     xxx
    Release:     2.6.18-128.el5
    Version:     #1 SMP Wed Jan 21 08:45:05 EST 2009
    Machine:     x86_64
    Instance name: xxx
    Redo thread mounted by this instance: 1
    Oracle process number: 13
    Unix process pid: 14333, image: oracle@xxx (SMON)
    *** 2010-11-29 18:35:05.955
    *** SESSION ID:(323.1) 2010-11-29 18:35:05.955
    *** CLIENT ID:() 2010-11-29 18:35:05.955
    *** SERVICE NAME:(SYS$BACKGROUND) 2010-11-29 18:35:05.955
    *** MODULE NAME:() 2010-11-29 18:35:05.955
    *** ACTION NAME:() 2010-11-29 18:35:05.955
    Incident 74601 created, dump file: /oracle/app/oracle/diag/rdbms/xxx/xxx/incident/incdir_74601/xxx_smon_14333_i74601.trc
    ORA-00600: internal error code, arguments: [25027], [2], [458753], [], [], [], [], [], [], [], [], []
    Parallel Transaction recovery caught exception 12801
    Parallel Transaction recovery caught error 600
    SMON: Parallel transaction recovery slave got internal error
    SMON: Downgrading transaction recovery to serial
    KTUNDO: cannot find ts$ entry
    SGAFRCWT: 4194304

    ORA-00600: internal error code, arguments: [4142], [1835348594], [], [], [], [], [], [], [], [], [], []ORA-00600/ORA-07445/ORA-03113 = Oracle bug => search on Metalink and/or call Oracle support

  • Database Startup Error - Ora-00600 on Oracle 8.0 in Windows 2000

    While Installing I Am getting Error Message Ora-00600
    The Database is opened. But the user cannot connect to the database.
    While trying to connect the system shows the above error number. It also give SMON error.

    I think, I already know the answer from Oracle Support. Version 8.0 (Database) was never supported on WIN2000, only 8.0.6 client. Before starting an installation it's always a good idea to check the software and hardware requirements in the installation guide.

  • Oracle internal error ORA-00600

    hi,
    I have 2 schema which a have a 2 triggers that copy data between 2 tables
    schema1.tablea and schema2.tableb. Both table structures are similar with a primary key of pcode.
    I am running into the following error.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    SQL> update abc set pcode=pcode;
    update abc set pcode=pcode
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [kohdtf048], [], [], [], [], [], [],
    ORA-04088: error during execution of trigger
    'schema.abc_TRG'
    ORA-06512: at "schema.xyz", line 78
    ORA-04088: error during execution of trigger
    'schema.xyz'
    could some one please help.
    I have already tried analyzing tables, rebuilding indexes, bumping up the dbf files
    but it has not help.
    Could some one help out

    Refer to Note:139116.1 and open an SR.

  • Oracle (JDBC) Thin Driver Ora-00600 Error

    Hi,
    I'm using Oracle9i JDeveloper and trying to access an Oracle 9.2.0.2 database using the oracle thin driver.
    Sometimes I get the error message "SQLException: ORA-00600: internal error code" when I execute queries. When I change the query to select smaller fields, it seems okay.
    Can someone help me out with this?
    Thanks,
    Siu Sem

    Ora-600 errors typically are:
    (1) Accompanied by subsequent error number information
    in square brackets like:
    ORA-600:[12345] [] [] [] []
    (2) A server-side trace file written out
    We need the additional information of that error number in brackets to help you more.

  • Oracle error ORA-00600/00601/00604

    Dear All
    I am running Oracle 9i on Linux Red Hat 7.1 on Intel
    Suddenly I found that I am unable to get connection
    to my database. I have look into the alert log and
    have found the Error Messages Associated with ORA-
    00600/00601/00604/01001. Here I am giving the content
    of the alertlog.
    Tue Jul 30 14:33:53 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Tue Jul 30 16:21:17 2002
    Thread 1 advanced to log sequence 45
    Current log# 2 seq# 45 mem# 0: /home/oracle/oradata/gemico/redo02.log
    Thu Aug 1 15:45:01 2002
    Errors in file /home/oracle/admin/gemico/bdump/smon_1276.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    Fri Aug 2 11:50:19 2002
    Thread 1 advanced to log sequence 46
    Current log# 3 seq# 46 mem# 0: /home/oracle/oradata/gemico/redo03.log
    Tue Aug 6 00:29:26 2002
    Errors in file /home/oracle/admin/gemico/bdump/smon_1276.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    Tue Aug 6 11:38:20 2002
    Thread 1 advanced to log sequence 47
    Current log# 1 seq# 47 mem# 0: /home/oracle/oradata/gemico/redo01.log
    Fri Aug 9 11:34:11 2002
    Thread 1 advanced to log sequence 48
    Current log# 2 seq# 48 mem# 0: /home/oracle/oradata/gemico/redo02.log
    Fri Aug 9 23:37:31 2002
    Errors in file /home/oracle/admin/gemico/bdump/smon_1276.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    Sat Aug 10 13:46:06 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Sat Aug 10 14:01:36 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Sat Aug 10 14:01:39 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Sat Aug 10 14:01:57 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Sat Aug 10 14:03:00 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Sat Aug 10 14:05:23 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Sat Aug 10 14:05:31 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Sat Aug 10 14:07:57 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Tue Aug 20 17:51:31 2002
    Errors in file /home/oracle/admin/gemico/bdump/smon_1276.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    Wed Aug 21 12:37:45 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [17274], [4], [], [], [], [], [], []
    Wed Aug 21 12:38:58 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [17274], [4], [], [], [], [], [], []
    Wed Aug 21 12:55:46 2002
    Thread 1 advanced to log sequence 49
    Current log# 3 seq# 49 mem# 0: /home/oracle/oradata/gemico/redo03.log
    Wed Aug 21 14:39:55 2002
    Errors in file /home/oracle/admin/gemico/bdump/s002_10763.trc:
    ORA-07445: exception encountered: core dump [kghudmpchk()+24] [SIGSEGV] [Address not mapped to object] [0x2] [] []
    Wed Aug 21 14:41:01 2002
    found dead shared server 'S002', pid = (14, 192)
    Fri Aug 23 07:54:52 2002
    Errors in file /home/oracle/admin/gemico/bdump/smon_1276.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    Fri Aug 23 16:13:37 2002
    Thread 1 advanced to log sequence 50
    Current log# 1 seq# 50 mem# 0: /home/oracle/oradata/gemico/redo01.log
    Fri Aug 23 18:44:25 2002
    Thread 1 advanced to log sequence 51
    Current log# 2 seq# 51 mem# 0: /home/oracle/oradata/gemico/redo02.log
    Mon Aug 26 08:09:29 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Mon Aug 26 08:09:32 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Mon Aug 26 08:09:38 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Mon Aug 26 08:10:06 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Mon Aug 26 08:10:09 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Mon Aug 26 08:10:13 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Mon Aug 26 08:13:09 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Mon Aug 26 08:13:11 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Mon Aug 26 08:13:21 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Mon Aug 26 12:48:22 2002
    Thread 1 advanced to log sequence 52
    Current log# 3 seq# 52 mem# 0: /home/oracle/oradata/gemico/redo03.log
    Tue Aug 27 15:56:03 2002
    Errors in file /home/oracle/admin/gemico/bdump/smon_1276.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    Tue Aug 27 21:21:39 2002
    Errors in file /home/oracle/admin/gemico/bdump/smon_1276.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    d000_1282 Trace File Content
    /home/oracle/admin/gemico/bdump/d000_1282.trc
    Oracle9i Enterprise Edition Release 9.0.1.0.0 - Production
    With the Partitioning option
    JServer Release 9.0.1.0.0 - Production
    ORACLE_HOME = /home/oracle/product/9.0.1
    System name: Linux
    Node name: BBF-GE-LINUX
    Release: 2.4.2-2
    Version: #1 Sun Apr 8 20:41:30 EDT 2001
    Machine: i686
    Instance name: gemico
    Redo thread mounted by this instance: 1
    Oracle process number: 9
    Unix process pid: 1282, image: oracle@BBF-GE-LINUX (D000)
    *** 2002-08-28 12:27:38.820
    async error encountered when answering new connection:
    NS Primary Error: TNS-4294967Message -1 not found; product=network; facility=TNS
    async error encountered when answering new connection:
    NS Primary Error: TNS-4294967Message -1 not found; product=network; facility=TNS
    smon_1276.trc
    /home/oracle/admin/gemico/bdump/smon_1276.trc
    Oracle9i Enterprise Edition Release 9.0.1.0.0 - Production
    With the Partitioning option
    JServer Release 9.0.1.0.0 - Production
    ORACLE_HOME = /home/oracle/product/9.0.1
    System name: Linux
    Node name: BBF-GE-LINUX
    Release: 2.4.2-2
    Version: #1 Sun Apr 8 20:41:30 EDT 2001
    Machine: i686
    Instance name: gemico
    Redo thread mounted by this instance: 1
    Oracle process number: 6
    Unix process pid: 1276, image: oracle@BBF-GE-LINUX (SMON)
    *** SESSION ID:(5.1) 2002-08-01 15:45:01.076
    *** 2002-08-01 15:45:01.076
    SMON: following errors trapped and ignored:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    *** 2002-08-06 00:29:26.816
    SMON: following errors trapped and ignored:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    *** 2002-08-09 23:37:31.138
    SMON: following errors trapped and ignored:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    *** 2002-08-20 17:51:31.186
    SMON: following errors trapped and ignored:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    *** 2002-08-23 07:54:52.497
    SMON: following errors trapped and ignored:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    *** 2002-08-27 15:56:03.536
    SMON: following errors trapped and ignored:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    *** 2002-08-27 21:21:39.192
    SMON: following errors trapped and ignored:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict

    If the problem is also present in a SWING app, i.e. outside the web server, then it is porbably something external to the webserver.
    I think you should ensure that the driver and database are compatible with each other. It is very likely that you need a new jdbc driver for the new database.
    download from here http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc101020.html
    try the ojdbc14.jar

  • While updating a table i am getting ORA-00600 error.

    Hi all,
    While updating a table i am getting the following:
    **SQL Error: ORA-00600: internal error code, arguments: [qkebCreateConstantOpn1], [], [], [], [], [], [], [], [], [], [], []**
    **00600. 00000 - "internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s]"**
    I am not getting how to proceed on this. Please guide me.
    Thanks,
    Ritesh

    While performing some unspecified action (no DML) on an unknown table (no DDL) in an unknown version and edition of the Oracle database you had an untrapped Oracle exceptions.
    There are too many unknowns to help you beyond recommending you open an SR at MyOracleSupport.

  • Ora-00600 error when dropping a table

    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    When I tried to drop a table, I got 600 error:
    SQL> desc DEV.ATTR_IDX$EX
    Name Null? Type
    NODE_ID NOT NULL NUMBER
    COL1 NUMBER
    SQL> show user;
    USER is "DEV"
    SQL> select count(*) from DEV.ATTR_IDX$EX;
    COUNT(*)
    0
    SQL> drop table DEV.ATTR_IDX$EX;
    drop table DEV.ATTR_IDX$EX
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [15265], [], [], [], [], [], [], [],
    SQL> drop table DEV.ATTR_IDX$EX purge;
    drop table DEV.ATTR_IDX$EX purge
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [15265], [], [], [], [], [], [], [],
    I guess this is because it had a parent table, which I dropped (I used "drop table <parent_table>", and it did not give me error, very strange).
    SQL> select dbms_metadata.get_ddl('TABLE','ATTR_IDX$EX') from dual;
    DBMS_METADATA.GET_DDL('TABLE','ATTR_IDX$EX')
    CREATE TABLE "DEV"."ATTR_IDX$EX"
    ( "NODE_ID" NUMBER NOT NULL ENABLE,
    "COL1" NUMBER,
    FOREIGN KEY ("NODE_ID")
    REFERENCES () ON DELETE CASCADE ENABLE
    ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "USERS"
    MONITORING
    Try to drop FK constraints yields the same error.
    So now how can I drop this table table, any work around?
    Thanks.

    This is a bug. There is no Patch avaialble for this yet. This error is seen where recyclebin is enabled. Possible workaround is to disable the recyclebin.
    This happens with the dictionary corruption due to inconsistency between obj$ and seg$.
    This is a correct answer but still i would suggest to contact Oracle support.

Maybe you are looking for

  • How to change price of item using salesorder create bapi

    hi all,      As per requirement i have to change price of the item while i am creating sales order using sales order create bapi. kindly tell me the process or if possible any sample program.       thanks in advance thanks, pavan Message was edited b

  • Relationship user / Business Services

    How to associate a business service to a user in Service Manager

  • PCIe Graphics Card with Magma T/Bolt Expansion box

    Does anyone here have a good or bad experience with the Radeon 5770 or 5870 cards used in a Magma Thunderbolt expansion box in conunction with a MacMini? I'm looking to purchase a graphics card to go into my Magma box, but not sure which card will be

  • VISA resource error in TestStand

    Hi all, I have a vi to operate Agilent 34405A DMM. The vi is called by TestStand sequence,it always work fine. Suddenly it show me an error such as "Insufficient system resources to perform necessary memory allocation,-1078807800" Then I restart my P

  • 3d files/ size limit in CS5?

    Anyone know if theres a 3d file quantity / size limit within a photoshop document? What would any limit be dependant on, e.g, VRAM? Running Photoshop 64bit Cs5 Extended, all updates, on a dual xeon, 12gb ram, 64bit win 7, NVidia Quadro FX 3800 (1gb),