Ora-00600 error from dev6i on linux database

hi all,
i am encountering ora-00600 while compiling forms 6i on linux db 10g. It is also not picking any query from dual in dev6i. while everything is working fine on toad and sqlplus. The client machine is xp. Whats wrong with it and how it can be solved ?

server: redhat enterprise linux AS / db 10g
client: windows xp / developer6i
yes sqlplus is quering the dual properly, for example sysdate. But i can't get the sysdate from in forms6i installed under xp. Even the procedure builder in 6i is not returning the sysdate from dual. the error message is
ora-00600: internal error code, arguments [17069], [36376872].......
the .fmx executables are running properly and returning the sysdate, but everytime i open the form module for modification, three program units throw the exception ora- 00600 and all have multliple queries for dual.
i even restarted the database on linux and form builder 6i on xp, now i am thinking of restarting both OS.
Forms 9iDS is not encountering this problem, whats wrong with 6i ?
Message was edited by:
zaibiman

Similar Messages

  • Getting ora-01092 and ora-00600 error when trying to startup database

    hi friends,plz help me i am in serious problem i dont know what happen to my database oracle 11g R2 when trying to startup it
    its showing the below error
    SQL> startup
    ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
    ORACLE instance started.
    Total System Global Area 7482626048 bytes
    Fixed Size          2214416 bytes
    Variable Size          4697622000 bytes
    Database Buffers     2751463424 bytes
    Redo Buffers          31326208 bytes
    Database mounted.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-00600: internal error code, arguments: [12620], [6], [7], [], [], [], [],
    Process ID: 18088
    Session ID: 96 Serial number: 3

    This seems to be a Jumbo issue. Either you have to open a Service Request(SR) to oracle or you have to uninstall and again install the oracle DB to solve this ISSUE
    Regards
    cks
    Edited by: 874782 on Jan 17, 2012 2:58 PM

  • Who is in charge of ORA-00600 errors?

    Dear Sirs:
    I am experiencing an elusive ORA-00600 error when running the following query:
    SELECT
    SEUF.CDESCR,
    GIUD.COGNOM,
    max(UDIE.DATUDI),
    FASC.NUMPRO,
    GIUD.NUMGIU
    FROM
    SEUF, GIUD, UDIE, FASC, STATO_FASE_CORRENTE
    WHERE
    ( FASC.NUMGIU=GIUD.NUMGIU(+) )
    AND ( FASC.NUMPRO=UDIE.NUMPRO(+) )
    AND ( FASC.CTIPSE=SEUF.CTIPSE(+) )
    AND ( STATO_FASE_CORRENTE.NUMPRO=FASC.NUMPRO )
    AND (
    STATO_FASE_CORRENTE.CODNFP = 'E'
    AND ( ((FASC.CTIPSE != 'LA' or FASC.CTIPSE is NULL) AND FASC.CTIPRI NOT IN ('AS','CE','CN','CT','II','LO','R2','RC','SP','SQ','UA')) )
    GROUP BY
    SEUF.CDESCR,
    GIUD.COGNOM,
    FASC.NUMPRO,
    GIUD.NUMGIU
    I am working with Oracle 8.0.5.0.0 on a Micorosft Windows 2000 5.00.2195 server with 512 MB RAM, Intel P3/700 processor. I will send on request the Oracle LOG and TRC files describing the error in detail, with memory dumps and so on.
    The same query runs with no problem on an identical database under another very similar windows 2000 server, with the same version of Oracle.
    As long as the suggested "actions" require sending all the informations about the error to Oracle Corporation, I would like to know whether there is an Oracle department in charge of dealin[i]Long postings are being truncated to ~1 kB at this time.

    Thank you to everyone. After a day's work I realized that there is something wrong at very low level, probably an incipient disk failure.
    So this is not an Oracle problem, after all.
    Thanks again

  • XML Schema causing an ORA-00600 error

    Hi,
    I have an xml schema that generates an ORA-00600 error when I try to create a table containing an XMLType column that references the schema.
    Here's an extract from my xmlschema with the offending bit in bold:
    <xs:simpleType name="PrintIndicator">
              <xs:restriction base="xs:string">
                   <xs:length value="1"/>
                   <xs:enumeration value="0"/>
                   <xs:enumeration value="1"/>
                   <xs:enumeration value="2"/>
                   <xs:enumeration value="3"/>
                   <xs:enumeration value="4"/>
                   <xs:enumeration value="5"/>
              </xs:restriction>
         </xs:simpleType>
    <xs:complexType name="ISCDBankOffices">
              <xs:sequence>
                   <xs:element name="BankOfficeTitle" type="BACS:BankOfficeTitle"/>
                   <xs:element name="PrintIndicator">
                        <xs:simpleType>
                             <xs:restriction base="BACS:PrintIndicator"/>                    </xs:simpleType>
                   </xs:element>
              </xs:sequence>
    </xs:complexType>
    Does anyone know why this causes Oracle a problem. The schema originates from an external third-party so I can't easily change it.
    Thanks
    John

    Problem seems to be the colon in the type name.
    <xs:simpleType name="PrintIndicator">
    <xs:restriction base="xs:string">
    <xs:length value="1"/>
    <xs:enumeration value="0"/>
    <xs:enumeration value="1"/>
    <xs:enumeration value="2"/>
    <xs:enumeration value="3"/>
    <xs:enumeration value="4"/>
    <xs:enumeration value="5"/>
    </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="ISCDBankOffices">
    <xs:sequence>
    <xs:element name="BankOfficeTitle" type="BACSBankOfficeTitle"/>
    <xs:element name="PrintIndicator">
    <xs:simpleType>
    <xs:restriction base="BACSPrintIndicator"/> </xs:simpleType>
    </xs:element>
    </xs:sequence>
    </xs:complexType>
    try this one. I removed the colons.
    Normally column names in Oracle cannot have such special characters.
    Hope This helps.

  • Excluding ORA-00060 errors from Generic Alert Log Error in OEM

    Hi,
    I want to remove the alerts for ORA-00060 errors from OEM Alerts. In "Generic Alert Log Error" the current expression for Warning is ORA-0*(600?|7445|4[0-9][0-9][0-9])[^0-9]. How should I change this expression so that it will not send alerts for ORA-00060. I am not much aware of perl :-). Please help me with the expression.
    Target Type=dbname
    Host=host
    Metric=Generic Alert Log Error
    Metric Value=ORA-00060: Deadlock detected. More info in
    Time/Line Number=Mon Nov 2 10:02:54 2009/134883
    Timestamp=Nov 2, 2009 10:17:14 AM EST
    Severity=Warning
    Message=ORA-error stack (00060) logged in /eb_rdo0_p/oraadmin/pnoltp/bdump/alert_.log.
    Notification Rule Name=Database Alert
    Notification Rule Owner=SYSMAN
    Notification Count=1
    Thanks,
    Varma

    this is default monitored objects.
    To stop monitoring for this object, clear the Critical and Warning threshold values and click Continue.

  • Ora-00600 error on select distinct when using cursors

    Hi, we are using oracle9iFS version 9.0.1.1.0. When I execute the following query in sqlPlus an ora-00600 error occurs.
    Here is the query:
    SELECT     DISTINCT ODMV_FOLDER.NAME,
         CURSOR(SELECT ODMV_DOCUMENT.NAME
    FROM     ODMV_DOCUMENT
    WHERE     ODMV_DOCUMENT.ID = ODMV_FOLDERRELATIONSHIP.RIGHTOBJECT)as Document
    FROM     ODMV_FOLDER,
              ODMV_FOLDERRELATIONSHIP
    WHERE     ODMV_FOLDER.CREATOR = 96 /*this is the user 'system'*/
    AND (ODMV_FOLDER.ID = ODMV_FOLDERRELATIONSHIP.LEFTOBJECT)
    I have no clue why is this happening. I might be doing something wrong since a similar query with a nested cursor works with the scott/tiger schema. Your help is greatly appreciated. Thank you in advance.
    Alfonso.

    I was able to reproduce this error. This looks like a bug in the RDBMS; I would suggest posting on their newsgroup or working with support to handle this problem.

  • ORA-00600 Error Help required

    I am getting Error ORA-00600 for a procedure which tries get
    a CLOB as output paramater. It is a simple stored proc which is
    just querying to get this data.
    However it fails at times giving ORA-00600 error which we have
    no clue why it's happening.
    There is sufficient space in the server and also we have
    restarted the database several times.
    Any pointers to why is this happening.
    Sunil

    Cause:     This is a catchall internal error message for Oracle
    program exceptions. It indicates that a process has met a low-
    level, unexpected condition.
    Various causes of this message include:
    time-outs
         file corruption
         failed data checks in memory
         hardware, memory, or I/O errors
         incorrectly restored files
    The first argument is the internal message number. Other
    arguments are various numbers, names, and character strings. The
    numbers may change meanings between different versions of the
    Oracle Server.
    Action:     Report this error to customer support after gathering
    the following information:
    -events that led up to the error
         -the operations that were attempted that led to the
    error
    -the conditions of the operating system and database at
    the time of the error
         -any unusual circumstances that occurred before
    receiving theORA-00600 message
         contents of any trace files generated by the error
         the relevant portions of the Alert file
    Copyright (C) 1995, Oracle Corporation

  • Anyone seen this?!?  ORA-32103: error from OCI call

    Greetings all,
    Getting this error (ORA-32103: error from OCI call) when calling Environment::getCacheMaxSize() after calling Environment::createEnvironment(). The error is not listed in the Oracle documentation and I was wondering if anyone had seen it or knew what it meant.
    snippet
    Environment* env = Environment::createEnvironment(Environment::THREADED_MUTEXED);
    std::cout << "ok..\n";
    std::cout << "The env pointer:" << env << std::endl;
    std::cout << "ok..\n";
    std::cout << "Here is a Env variable:" << env->getCacheMaxSize() << std::endl;
    end snippet
    Many thanks,
    John Fauntleroy

    Thanks for the response!
    I've not been able to get to the connection stage of the process as the error occurs just after the createEnvironment() call.I believe the Evironment is not being created correctly for some reason but have no idea why because no exceptions are being thrown and the my testing only yields an unlisted error. ack, frustrating tstl! The error I'm getting is "ORA-32103: error from OCI call". ORA-32103 is not listed in the oracle error docs. ORA-32101 and ORA-32105 are listed but nothing in between. Is interesting...
    Anyone got some ideas?
    Best regards,
    John Fauntleroy

  • 11g R2 database showing ORA 00600 error

    Hi experts,
    Please help,as my database is showing ORA00600 error. For instance,
    while database shutdown am getting following error
    ORA-01109 database not open
    and while starting up
    *ORA-00600: internal error code, arguments: [kcrfr_resize2][636029440],*
    *[67100672], [], [], [], [], []*
    Not able to start OIM web console.
    I have OIM 11g installed for learning purpose, wont be able to raise SR. Dont have DBA, as I have to deal with all the issues and am a newbie.
    Please help...
    Regards,
    Karan

    Hi,
    For learning purpose, it is best to take advantage of Virtual Machine technology...
    In the edelivery.oracle.com, Oracle has provided many different VMs...
    The site is:-
    https://edelivery.oracle.com/EPD/Search/handle_go
    Also learn from this link:-
    Re: Help to get started with Oracle IDM suite
    And this link:-
    Re: Oracle Identity Management 10g Release 2 (x86 32-bit) VM
    And then when you have one VM, blank VM..
    (1) Download Oracle Database installer...
    (2) Install it on this VM..
    (3) Keep the back up of this VM... So that every time something goes wrong you won't need to start from level 0...
    (4) So, now that you have database backup, you start with the next level...
    At Every successful level, keep one back up...
    (5) If something goes wrong in your Database, give some efforts to correct it in order to learn...
    (6) Otherwise, delete this VM and copy the backup... Once again, get started with fresh database installation level...
    Hope you will have a smooth learning...

  • 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

  • Ora-00600 error after extending database

    I just extended my database in excess of 2gigs. Now some applications are givng ora-00600. Has anyone heard of this one before. I am using 805
    Henry

    ORA600 is internal error...
    only oracle knows it...

  • ORA-00600 Error when using DBCA

    Hello,
    I installed Oracle 9.2.0.1 on Linux Redhat 7.3. The installation says everything went fine. I attempted to create a database
    by using the dbca just to make sure things were really working.
    However,
    I receive the following error:
    ORA-00600 internal error code arguments
    [1236], [][][][][]
    From what I've read this could be some kind of general exception error, I don't know.
    I've increased the shmmax size. Anybody have any ideas?
    Thanks,
    David

    Hi,
    its very difficult to tell you reason of the error without seeing trace file.actually this error comes because of several reason.
    could you share the trace file?
    Yogi
    [email protected]

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

  • ORA-00600 error when inserting NULL in BLOB column

    Hi,
    I want to insert NULL value into a BLOB column w/o using empty_blob(), but I am getting the following error upon submission (both through program and upon directly executing it from TOAD/SQL*):
    java.sql.SQLException: ORA-00600: internal error code, arguments: [kxtotolc_lobopt], [], [], [], [], [], [], []
    The query is as follows:
    insert into image_rendering r
    (r.Version_date_time, r.id, r.Name, r.Type, r.Image_url, r.Image_filesize, r.Html, r.Original_Text, r.Redirect_url, r.Version, r.Rendering_size) values
    (sysdate, '1963884', '468x60_1.gif', '0', '225/9-468x60_1.gif', '1471', null, null, null, '1', '30670908')
    In the table r.Html, r.Original_Text are blob and clob columns respectively.
    If I remove the column r.Html (blob) and its corresponding value the following query executes fine :
    insert into image_rendering r
    (r.Version_date_time, r.id, r.Name, r.Type, r.Image_url, r.Image_filesize, r.Original_Text, r.Redirect_url, r.Version, r.Rendering_size)
    values
    (sysdate, '1963884', '468x60_1.gif', '0', '225/9-468x60_1.gif', '1471', null, null, '1', '30670908')
    I know I can also insert the query using the string empty_blob(), but I dont want to do it without using empty_blob() since it will involve changing my generic DB classes.
    The strange thing is that I created another table involving blob and clob columns through TOAD.
    In this table I can insert NULL values in the blob column without any error.
    Is there anything that can be done to insert a NULL into my blob column? Am I missing anything?
    Is there a setting in the database that will allow me to do this? cuz one table accepts null and the other doesn't. Its strange.
    I am using Oracle8i Enterprise Edition Release 8.1.7.0.0
    The query doen't execute through toad or sql* plus or through program (I am using thin oracle drivers: the usual classes12.zip file)
    thanks in advance
    - Nilesh

    From metalink
    Oracle 9i Message~~~~~~~~~~~~~~~~~
    Error:     ORA-14400 (ORA-14400)
    Text:     inserted partition key does not map to any partition
    Cause:     An attempt was made to insert a record into, a Range or Composite
         Range object, with a concatenated partition key that is beyond the
         concatenated partition bound list of the last partition -OR- An
         attempt was made to insert a record into a List object with a
         partition key that did not match the literal values specified for
         any of the partitions.
    Action:     Do not insert the key. Or, add a partition capable of accepting
         the key, Or add values matching the key to a partition
         specification
    >
    So check the date .
    What is your insert statement.
    Anand
    Edited by: Anand... on Mar 4, 2009 5:42 PM

  • 9.0.4 to 10.1.2 upgrade ora-00600 error

    We are upgrading our forms from 9.0.4 to 10.1.2... We are having some issues converting a couple of forms. Most forms are converting just fine and work great. One of the forms has this error in a when-button-pressed trigger...
    ora-00600: internal error code, arguments: [KGHALO2], [0x0], [], [], [], [], [], []I commented out some code in the trigger untill the error went away. Form Builder is having an issue with a database plsql package.procedure call that is actually a wrapper to a java class stored in the database. The code in this 10.1.2 form is identical to the code in the 9.0.4 form. The 9.0.4 form works fine and calls this wrapper A-ok. The 10.1.2 form throws the error above. This error hapens when compiling the when-button-pressed code in form builder on my local pc and when trying to compile the form on the app server. Am I missing a java setting somewhere in both places?
    create or replace
    PACKAGE        sims_marrs_report IS
      PROCEDURE insert_clob_data(dot_case_num    in  varchar2,
                                 docxml_id       in  number,
                                 temp_report_pk  in  number,
                                 marrs_report_pk in  number,
                                 out_error       out varchar2)
      as language java name
         'AccidentReport.create(java.lang.String,
                                oracle.sql.NUMBER,
                                oracle.sql.NUMBER,
                                oracle.sql.NUMBER,
                                java.lang.String[])';
    end;Edited by: Mark Reichman on Oct 16, 2008 2:46 PM

    You are a genius.. :) So, if you want to call java in the database from forms 10.1.2 you have to double wrap your java...
    According to metalink Note:368022.1 creating another wrapper around the plsql wrapper will fix the issue.

Maybe you are looking for

  • Portfolio building - Ideas?

    Hi folks, I'm trying to build a portfolio of eLearning content/Captivate projects. Nearly all of the Captivate projects I've worked on so far have been confidential or NDA projects that I can't share, and that has posed a problem for finding more wor

  • Can't Open Downloaded .bin

    Let me preface this by saying that I didn't really know where to put this message, but I figured with the downloading and the program involved this was as good a shot as any. I'm a new mac user, so bare with me. I literally opened my macbook 2 hours

  • CS4 Custom Metadata Panels : "Generic" : Ability to display block of predefined text in panels ?

    I am in the process of converting a number of CS3 custom metadata panels to the Adobe CS4 Suite using the "Generic" panel included with the current SDK. After reading though the documentation on the "Generic" panel, it seems that there is no easy way

  • Discoverer and Sybase database

    Could we connect Discoverer to Sybase database? Thanks Suhail

  • How do I upgrade from 2014 to 2014.2

    I am trying to learn more about Illustrator and noticed that I was using a different version than the guy in Lynda.com. He just got to the curvature tool and I do not even have it. So, I checked and I have 2014 version not 2014.1 or 2014.2 so it is n