Invalid objects and ORA-00600 after deleting XML schema

I am running Oracle 10.2.0.3 on Solaris 10. I am new to XML DB but my developers requested it for a new application. Recently we have noticed the following issue:
My developers have attempted to re-register several schemas using:
DBMS_XMLSchema.deleteSchema(SchemaURL => l_strSchemaURL,
Delete_Option => DBMS_XMLSchema.Delete_Cascade_Force);
And then re-register.
DBMS_XMLSchema.RegisterURI( SchemaURL => l_strSchemaURL,
SchemaDocURI => l_strImportURL,
Local => True,
GenTypes => True,
GenBean => False,
GenTables => True,
Force => False,
EnableHierarchy => DBMS_XMLSCHEMA.ENABLE_HIERARCHY_RESMETADATA);
Afterwards I have noticed several invalid objects:
OWNER        OBJECT_NAME                    OBJECT_TYPE     STATUS
ELSVC        hsp_standard825_TAB$xd         TRIGGER         INVALID
ELSVC        hsp_standard1145_TAB$xd        TRIGGER         INVALID
ELSVC        hsp_standard_set827_TAB$xd     TRIGGER         INVALID
ELSVC        hsp_standard_set827_TAB        TABLE           INVALID
ELSVC        hsp_product822_TAB$xd          TRIGGER         INVALID
ELSVC        hsp_product822_TAB             TABLE           INVALID
ELSVC        hsp_planner_content833_TAB     TABLE           INVALID
ELSVC        hsp_planner_content833_TAB$xd  TRIGGER         INVALID
ELSVC        hsp_correlations839_TAB        TABLE           INVALID
ELSVC        hsp_correlations839_TAB$xd     TRIGGER         INVALID
ELSVC        hsp_standard825_TAB            TABLE           INVALID
ELSVC        hsp_program819_TAB             TABLE           INVALID
ELSVC        hsp_program819_TAB$xd          TRIGGER         INVALID
XDB          XDLNKrHbGsLaHgRAAUTyLEhg==     XML SCHEMA      INVALID
XDB          XDLNKrHbIULaHgRAAUTyLEhg==     XML SCHEMA      INVALID
XDB          XDLNKrHbJZLaHgRAAUTyLEhg==     XML SCHEMA      INVALID
XDB          XDLNKrHbGFLaHgRAAUTyLEhg==     XML SCHEMA      INVALID
XDB          XDLNKrHbHdLaHgRAAUTyLEhg==     XML SCHEMA      INVALID and if I attempt to compile the triggers I receive an ORA-00600: internal error code, arguments: [diana for triggering table/view ], [], [], [], [], [], [], []. I opened a TAR with oracle but they have not made much headway. Are we attempting to de-register the schemas improperly? Has anyone seen this issue before?
Thanks,
Brian

SR 6204906.993. Up to this point oracle was able to help me identify that the invalid objects were related to the ORA-00600 but it was just recently that it appeared the Issue was possibly related to the delete schema procedure. The informed me that they were not aware of any known issues with this procedure.
Thanks

Similar Messages

  • How to fix "ORA-31038:Invalid value ..." in a XML schema

    Hello,
    We are in 11gR2 :
    select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE    11.2.0.2.0      Production
    TNS for Linux: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - ProductionWe load XML files based on a registered XML schema.
    Here is the top of our XML schema:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
             xmlns:xdb="http://xmlns.oracle.com/xdb"
             xmlns="http://www.capgemini.com/xsd/projet.xsd"
             targetNamespace="http://www.capgemini.com/xsd/projet.xsd"
             elementFormDefault="unqualified"
             blockDefault="#all">
      <xsd:element name="WORKBENCH_PROJECT" xdb:defaultTable="WORKBENCH_PROJECT_TABLE">
        <xsd:complexType xdb:maintainDOM="false">
          <xsd:sequence>
            <xsd:element ref="BaseCalendars"/>
            <xsd:element ref="PoolResources"/>
            <xsd:element ref="Projects"/>
          </xsd:sequence>
    ...We experience error ORA-31038: Invalid number value ... at the load of the XML, when the focus goes to a string type attribute :
    Here it is :
            <Task
              UID="AJ\&apos;UF`2=_```)O0H;&quot;P!```?P```0" earlyStart="2010-04-20T08:00:00" category="Run"
              baseTime="2010-03-26T09:22:00" lateStart="2010-04-20T08:00:00" start="2010-04-20T08:00:00"
              proxy="false" earlyFinish="2010-05-12T17:00:00" lateFinish="2010-05-12T17:00:00"
              critical="true" status="2" shortName="OASIS 3.2" outlineLevel="4" baseFinish="2010-06-11T17:00:00"
              finish="2010-05-12T17:00:00" summary="false" baseStart="2010-05-17T08:00:00" baselineDuration="20.0"
              milestone="false" name="OASI 3.2.1 : Association d&apos;un plan à un PFO" fixed="true"
              locked="false" key="false" percComp="1.0" totalSlack="0.0" unplanned="false">
              <Assignments>
                <Assignment
                  status="2" actualWork="24.0" resourceID="SMOUFLIH" start="2010-04-20T08:00:00" baselineWork="0.0"
    Here is the XML schema part where the load fails ( at the attribute *<xsd:attribute name="name" type="xsd:string"/>* ) :
      <xsd:element name="Task" xdb:defaultTable="">
        <xsd:complexType xdb:maintainDOM="false">
          <xsd:sequence>
            <xsd:element ref="Assignments" minOccurs="0"/>
            <xsd:element ref="BaselineDetails" minOccurs="0"/>
            <xsd:element ref="Constraints" minOccurs="0"/>
            <xsd:element ref="Notes" minOccurs="0"/>
          </xsd:sequence>
          <xsd:attribute name="UID"/>
          <xsd:attribute name="taskID" type="xsd:string"/>
          <xsd:attribute name="baseFinish" type="xsd:NMTOKEN"/>
          <xsd:attribute name="baseStart" type="xsd:NMTOKEN"/>
          <xsd:attribute name="baseTime" type="xsd:NMTOKEN"/>
          <xsd:attribute name="baselineDuration" type="xsd:decimal"/>
          <xsd:attribute name="category" type="xsd:string"/>
          <xsd:attribute name="critical" type="xsd:string"/>
          <xsd:attribute name="earlyFinish" type="xsd:NMTOKEN"/>
          <xsd:attribute name="earlyStart" type="xsd:NMTOKEN"/>
          <xsd:attribute name="finish" type="xsd:NMTOKEN"/>
          <xsd:attribute name="fixed" type="xsd:string"/>
          <xsd:attribute name="guidelines" type="xsd:string"/>
          <xsd:attribute name="key" type="xsd:string"/>
          <xsd:attribute name="lastUpdatedBy" type="xsd:string"/>
          <xsd:attribute name="lastUpdatedDate" type="xsd:NMTOKEN"/>
          <xsd:attribute name="lateFinish" type="xsd:NMTOKEN"/>
          <xsd:attribute name="lateStart" type="xsd:NMTOKEN"/>
          <xsd:attribute name="locked" type="xsd:string"/>
          <xsd:attribute name="methodID" type="xsd:string"/>
          <xsd:attribute name="milestone" type="xsd:string"/>
          <xsd:attribute name="name" type="xsd:string"/>
          <xsd:attribute name="outlineLevel" type="xsd:integer"/>
          <xsd:attribute name="percComp" type="xsd:decimal"/>
          <xsd:attribute name="priority" type="xsd:string"/>
          <xsd:attribute name="proxy" type="xsd:string"/>
          <xsd:attribute name="shortName" type="xsd:string"/>
          <xsd:attribute name="start" type="xsd:NMTOKEN"/>
          <xsd:attribute name="status" type="xsd:integer"/>
          <xsd:attribute name="summary" type="xsd:string"/>
          <xsd:attribute name="totalSlack" type="xsd:double"/>
          <xsd:attribute name="unplanned" type="xsd:string"/>
          <xsd:attribute name="userText1" type="xsd:string"/>
          <xsd:attribute name="userText2" type="xsd:string"/>
          <xsd:attribute name="userText3" type="xsd:string"/>
          <xsd:attribute name="userText4" type="xsd:string"/>
          <xsd:attribute name="userText5" type="xsd:string"/>
      We know how to fix it manually :
    The workaround is to :
    remove all "&apos;" in each attribute called "name" But we suppose we need to amend the XML schema with a proper change. And we don't know how to do this.
    The weird is that we've never noticed this error earlier on a 11gR1 DB... This error only occurs on our brand new 11.2.0.2
    I hope it's clear enough for your understanding.
    Do you have any advice ?
    Thanks in advance,
    Olivier

    What are your NLS Settings
    SQL> select *
      2  from nls_database_parameters
      3  where parameter in ('NLS_LANGUAGE', 'NLS_TERRITORY', 'NLS_CHARACTERSET');
    PARAMETER                                SQL> select *
      2  from nls_database_parameters
      3  where parameter in ('NLS_LANGUAGE', 'NLS_TERRITORY', 'NLS_CHARACTERSET');
    PARAMETER                    VALUE
    NLS_LANGUAGE              AMERICAN
    NLS_TERRITORY             AMERICA
    NLS_CHARACTERSET       AL32UTF8
    SQL>With my settings I do not see a problem with a cut-down test...
    SQL> spool testcase.log
    SQL> --
    SQL> connect sys/oracle as sysdba
    Connected.
    SQL> --
    SQL> set define on
    SQL> set timing on
    SQL> --
    SQL> def USERNAME = CG
    SQL> --
    SQL> def PASSWORD = &USERNAME
    SQL> --
    SQL> -- def XMLDIR = &1
    SQL> --
    SQL> def USER_TABLESPACE = USERS
    SQL> --
    SQL> def TEMP_TABLESPACE = TEMP
    SQL> --
    SQL> drop user &USERNAME cascade
      2  /
    old   1: drop user &USERNAME cascade
    new   1: drop user CG cascade
    User dropped.
    Elapsed: 00:00:01.72
    SQL> grant create any directory, drop any directory, connect, resource, alter session, create view to &USERNAME identified by &PASSWORD
      2  /
    old   1: grant create any directory, drop any directory, connect, resource, alter session, create view to &USERNAME identified by &PASSWORD
    new   1: grant create any directory, drop any directory, connect, resource, alter session, create view to CG identified by CG
    Grant succeeded.
    Elapsed: 00:00:00.01
    SQL> alter user &USERNAME default tablespace &USER_TABLESPACE temporary tablespace &TEMP_TABLESPACE
      2  /
    old   1: alter user &USERNAME default tablespace &USER_TABLESPACE temporary tablespace &TEMP_TABLESPACE
    new   1: alter user CG default tablespace USERS temporary tablespace TEMP
    User altered.
    Elapsed: 00:00:00.01
    SQL> connect &USERNAME/&PASSWORD
    Connected.
    SQL> --
    SQL> -- create or replace directory XMLDIR as '&XMLDIR'
    SQL> -- /
    SQL> var SCHEMAURL1    varchar2(256)
    SQL> VAR XMLSCHEMA1    CLOB;
    SQL> VAR INSTANCE1     CLOB;
    SQL> --
    SQL> set define off
    SQL> --
    SQL> alter session set events='31098 trace name context forever'
      2  /
    Session altered.
    Elapsed: 00:00:00.00
    SQL> begin
      2    :SCHEMAURL1:= 'http://xmlns.example.com/testcase.xsd';
      3    :XMLSCHEMA1 :=
      4  '<?xml version="1.0" encoding="UTF-8"?>
      5  <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xdb="http://xmlns.oracle.com/xdb" elementFormDefault="qualified" attributeFormDefault="unqualified">
      6     <xsd:element name="Task" xdb:defaultTable="TASK_TABLE">
      7      <xsd:complexType xdb:maintainDOM="false">
      8        <xsd:sequence>
      9          <xsd:element name="Notes" type="xsd:string" minOccurs="0"/>
    10        </xsd:sequence>
    11        <xsd:attribute name="UID"/>
    12        <xsd:attribute name="taskID" type="xsd:string"/>
    13        <xsd:attribute name="baseFinish" type="xsd:NMTOKEN"/>
    14        <xsd:attribute name="baseStart" type="xsd:NMTOKEN"/>
    15        <xsd:attribute name="baseTime" type="xsd:NMTOKEN"/>
    16        <xsd:attribute name="baselineDuration" type="xsd:decimal"/>
    17        <xsd:attribute name="category" type="xsd:string"/>
    18        <xsd:attribute name="critical" type="xsd:string"/>
    19        <xsd:attribute name="earlyFinish" type="xsd:NMTOKEN"/>
    20        <xsd:attribute name="earlyStart" type="xsd:NMTOKEN"/>
    21        <xsd:attribute name="finish" type="xsd:NMTOKEN"/>
    22        <xsd:attribute name="fixed" type="xsd:string"/>
    23        <xsd:attribute name="guidelines" type="xsd:string"/>
    24        <xsd:attribute name="key" type="xsd:string"/>
    25        <xsd:attribute name="lastUpdatedBy" type="xsd:string"/>
    26        <xsd:attribute name="lastUpdatedDate" type="xsd:NMTOKEN"/>
    27        <xsd:attribute name="lateFinish" type="xsd:NMTOKEN"/>
    28        <xsd:attribute name="lateStart" type="xsd:NMTOKEN"/>
    29        <xsd:attribute name="locked" type="xsd:string"/>
    30        <xsd:attribute name="methodID" type="xsd:string"/>
    31        <xsd:attribute name="milestone" type="xsd:string"/>
    32        <xsd:attribute name="name" type="xsd:string"/>
    33        <xsd:attribute name="outlineLevel" type="xsd:integer"/>
    34        <xsd:attribute name="percComp" type="xsd:decimal"/>
    35        <xsd:attribute name="priority" type="xsd:string"/>
    36        <xsd:attribute name="proxy" type="xsd:string"/>
    37        <xsd:attribute name="shortName" type="xsd:string"/>
    38        <xsd:attribute name="start" type="xsd:NMTOKEN"/>
    39        <xsd:attribute name="status" type="xsd:integer"/>
    40        <xsd:attribute name="summary" type="xsd:string"/>
    41        <xsd:attribute name="totalSlack" type="xsd:double"/>
    42        <xsd:attribute name="unplanned" type="xsd:string"/>
    43        <xsd:attribute name="userText1" type="xsd:string"/>
    44        <xsd:attribute name="userText2" type="xsd:string"/>
    45        <xsd:attribute name="userText3" type="xsd:string"/>
    46        <xsd:attribute name="userText4" type="xsd:string"/>
    47        <xsd:attribute name="userText5" type="xsd:string"/>
    48             </xsd:complexType>
    49     </xsd:element>
    50  </xsd:schema>';
    51    :INSTANCE1 :=
    52  '<Task
    53            UID="AJ\&apos;UF`2=_```)O0H;&quot;P!```?P```0" earlyStart="2010-04-20T08:00:00" category="Run"
    54            baseTime="2010-03-26T09:22:00" lateStart="2010-04-20T08:00:00" start="2010-04-20T08:00:00"
    55            proxy="false" earlyFinish="2010-05-12T17:00:00" lateFinish="2010-05-12T17:00:00"
    56            critical="true" status="2" shortName="OASIS 3.2" outlineLevel="4" baseFinish="2010-06-11T17:00:00"
    57            finish="2010-05-12T17:00:00" summary="false" baseStart="2010-05-17T08:00:00" baselineDuration="20.0"
    58            milestone="false" name="OASI 3.2.1 : Association d&apos;un plan A  un PFO" fixed="true"
    59            locked="false" key="false" percComp="1.0" totalSlack="0.0" unplanned="false"/>';
    60  end;
    61  /
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.00
    SQL> set define on
    SQL> --
    SQL> declare
      2    V_XML_SCHEMA xmlType := XMLType(:XMLSCHEMA1);
      3  begin
      4    DBMS_XMLSCHEMA.registerSchema
      5    (
      6      SCHEMAURL        => :SCHEMAURL1,
      7      SCHEMADOC        => V_XML_SCHEMA,
      8      LOCAL            => TRUE,
      9      GENBEAN          => FALSE,
    10      GENTYPES         => TRUE,
    11      GENTABLES        => TRUE,
    12      ENABLEHIERARCHY => DBMS_XMLSCHEMA.ENABLE_HIERARCHY_NONE
    13    );
    14  end;
    15  /
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.46
    SQL> desc TASK_TABLE
    Name                                      Null?    Type
    TABLE of SYS.XMLTYPE(XMLSchema "http://xmlns.example.com/testcase.xsd" Element "Task") STORAGE Object-relational TYPE "Task3632_T"
    SQL> --
    SQL> insert into TASK_TABLE values ( XMLTYPE(:INSTANCE1))
      2  /
    1 row created.
    Elapsed: 00:00:00.01
    SQL> commit
      2  /
    Commit complete.
    Elapsed: 00:00:00.09and am able to extract the value of the name attribute correct
    SQL> select XMLCAST(XMLQUERY('/Task/@name' passing OBJECT_VALUE returning content) as VARCHAR2(64))
      2    from TASK_TABLE
      3  /
    XMLCAST(XMLQUERY('/TASK/@NAME'PASSINGOBJECT_VALUERETURNINGCONTEN
    OASI 3.2.1 : Association d'un plan A  un PFO
    Elapsed: 00:00:00.00Could you try this simplied test in your database...
    Edited by: mdrake on Nov 30, 2010 8:36 PM

  • 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

  • ORA-29400 and ORA-00600

    I registered the following schema:
    xs:schema targetNamespace="http://www.imsglobal.org/ims_qtiasiv1p2.xsd" xmlns="http://www.imsglobal.org/ims_qtiasiv1p2.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:x="http://www.w3.org/XML/1998/namespace" elementFormDefault="qualified" version="QTIASI1.2">
    <!-- ****************** -->
         <!-- ** Root Element ** -->
         <!-- ****************** -->
         <xs:element name="questestinterop" type="questestinteropType"/>
         <!-- ************************** -->
         <!-- ** Element Declarations ** -->
         <!-- ************************** -->
         <xs:element name="assessment" type="assessmentType"/>
    <xs:element name="flow" type="flowType"/>
         <xs:element name="flow_mat" type="flow_matType"/>
         <xs:element name="item" type="itemType"/>
    <xs:element name="material" type="materialType"/>
         <xs:element name="mattext" type="mattextType"/>
    <xs:element name="presentation" type="presentationType"/>
         <xs:element name="qticomment" type="qticommentType"/>
         <xs:element name="render_choice" type="render_choiceType"/>
    <xs:element name="response_lid" type="response_lidType"/>
    <xs:element name="response_labelType" type="response_labelType"/>
    <xs:element name="section" type="sectionType"/>
    <!-- **************** -->
         <!-- ** assessment ** -->
         <!-- **************** -->
         <xs:complexType name="assessmentType">
              <xs:sequence>
                   <xs:element name="qticomment" type="qticommentType" minOccurs="0"/>
                   <xs:element name="section" type="sectionType"/>
              </xs:sequence>
              <xs:attribute name="ident" type="xs:string" use="required"/>
              <xs:attribute name="title" type="xs:string"/>
         </xs:complexType>
    <!-- ********** -->
         <!-- ** flow ** -->
         <!-- ********** -->
         <xs:complexType name="flowType">
              <xs:choice maxOccurs="unbounded">
                   <xs:element name="flow" type="flowType"/>
                   <xs:element name="material" type="materialType"/>
                   <xs:element name="response_lid" type="response_lidType"/>
              </xs:choice>
              <xs:attribute name="class" type="xs:string" default="Block"/>
         </xs:complexType>
         <!-- ************** -->
         <!-- ** flow_mat ** -->
         <!-- ************** -->
         <xs:complexType name="flow_matType">
              <xs:choice maxOccurs="unbounded">
                   <xs:element name="flow_mat" type="flow_matType"/>
                   <xs:element name="material" type="materialType"/>
              </xs:choice>
              <xs:attribute name="class" type="xs:string" default="Block"/>
         </xs:complexType>
         <!-- ********** -->
         <!-- ** item ** -->
         <!-- ********** -->
         <xs:complexType name="itemType">
              <xs:sequence>
                   <xs:element name="qticomment" type="qticommentType" minOccurs="0"/>
                   <xs:element name="presentation" type="presentationType" minOccurs="0"/>               
              </xs:sequence>
              <xs:attribute name="maxattempts" type="xs:string"/>
              <xs:attribute name="label" type="xs:string"/>
              <xs:attribute name="ident" type="xs:string" use="required"/>
              <xs:attribute name="title" type="xs:string"/>
         </xs:complexType>
    <!-- ************** -->
         <!-- ** material ** -->
         <!-- ************** -->
         <xs:complexType name="materialType">
              <xs:sequence>
                   <xs:element name="qticomment" type="qticommentType" minOccurs="0"/>
                   <xs:choice maxOccurs="unbounded">
                        <xs:element name="mattext" type="mattextType"/>
                   </xs:choice>
              </xs:sequence>
              <xs:attribute name="label" type="xs:string"/>
         </xs:complexType>
         <!-- ************* -->
         <!-- ** mattext ** -->
         <!-- ************* -->
         <xs:complexType name="mattextType">
              <xs:simpleContent>
                   <xs:extension base="xs:string">
                        <xs:attribute name="texttype" type="xs:string" default="text/plain"/>
                        <xs:attribute name="label" type="xs:string"/>
                        <xs:attribute name="charset" type="xs:string" default="ascii-us"/>
                        <xs:attribute name="uri" type="xs:string"/>
                        <xs:attribute name="entityref" type="xs:ENTITY"/>
                        <xs:attribute name="width" type="xs:string"/>
                        <xs:attribute name="height" type="xs:string"/>
                        <xs:attribute name="y0" type="xs:string"/>
                        <xs:attribute name="x0" type="xs:string"/>
                   </xs:extension>
              </xs:simpleContent>
         </xs:complexType>
         <!-- ****************** -->
         <!-- ** presentation ** -->
         <!-- ****************** -->
         <xs:complexType name="presentationType">
              <xs:sequence>
                   <xs:element name="qticomment" type="qticommentType" minOccurs="0"/>
                   <xs:choice>
                        <xs:element name="flow" type="flowType"/>
                        <xs:choice maxOccurs="unbounded">
                             <xs:element name="material" type="materialType"/>
                             <xs:element name="response_lid" type="response_lidType"/>
                        </xs:choice>
                   </xs:choice>
              </xs:sequence>
              <xs:attribute name="label" type="xs:string"/>
              <xs:attribute name="y0" type="xs:string"/>
              <xs:attribute name="x0" type="xs:string"/>
              <xs:attribute name="width" type="xs:string"/>
              <xs:attribute name="height" type="xs:string"/>
         </xs:complexType>
    <!-- **************** -->
         <!-- ** qticomment ** -->
         <!-- **************** -->
         <xs:complexType name="qticommentType">
              <xs:simpleContent>
                   <xs:extension base="xs:string"/>
              </xs:simpleContent>
         </xs:complexType>
         <!-- ********************* -->
         <!-- ** questestinterop ** -->
         <!-- ********************* -->
         <xs:complexType name="questestinteropType">
              <xs:sequence>
                   <xs:element name="qticomment" type="qticommentType" minOccurs="0"/>
                   <xs:choice>
                        <xs:element name="assessment" type="assessmentType"/>
                        <xs:choice maxOccurs="unbounded">
                             <xs:element name="section" type="sectionType"/>
                             <xs:element name="item" type="itemType"/>
                        </xs:choice>
                   </xs:choice>
              </xs:sequence>
         </xs:complexType>
         <!-- ******************* -->
         <!-- ** render_choice ** -->
         <!-- ******************* -->
         <xs:complexType name="render_choiceType">
              <xs:sequence>
                   <xs:choice minOccurs="0" maxOccurs="unbounded">
                        <xs:element name="material" type="materialType"/>
                        <xs:element name="response_label" type="response_labelType"/>
                   </xs:choice>
              </xs:sequence>
              <xs:attribute name="shuffle" default="No">
                   <xs:simpleType>
                        <xs:restriction base="xs:NMTOKEN">
                             <xs:enumeration value="Yes"/>
                             <xs:enumeration value="No"/>
                        </xs:restriction>
                   </xs:simpleType>
              </xs:attribute>
              <xs:attribute name="minnumber" type="xs:string"/>
              <xs:attribute name="maxnumber" type="xs:string"/>
         </xs:complexType>
    <!-- ************************ -->
         <!-- ** response_lableType ** -->
         <!-- ************************ -->
         <xs:complexType name="response_labelType" mixed="true">
              <xs:choice minOccurs="0" maxOccurs="unbounded">
                   <xs:element name="qticomment" type="qticommentType"/>
                   <xs:element name="material" type="materialType"/>
                   <xs:element name="flow_mat" type="flow_matType"/>
              </xs:choice>
              <xs:attribute name="rshuffle" default="Yes">
                   <xs:simpleType>
                        <xs:restriction base="xs:NMTOKEN">
                             <xs:enumeration value="Yes"/>
                             <xs:enumeration value="No"/>
                        </xs:restriction>
                   </xs:simpleType>
              </xs:attribute>
              <xs:attribute name="labelrefid" type="xs:string"/>
              <xs:attribute name="ident" type="xs:string" use="required"/>
         </xs:complexType>
         <!-- ****************** -->
         <!-- ** response_lid ** -->
         <!-- ****************** -->
         <xs:complexType name="response_lidType">
              <xs:sequence>
                   <xs:choice minOccurs="0">
                        <xs:element name="material" type="materialType"/>
                   </xs:choice>
                   <xs:choice>
                        <xs:element name="render_choice" type="render_choiceType"/>
                   </xs:choice>
                   <xs:choice minOccurs="0">
                        <xs:element name="material" type="materialType"/>
                   </xs:choice>
              </xs:sequence>
              <xs:attribute name="ident" type="xs:string" use="required"/>
         </xs:complexType>
    <!-- ************* -->
         <!-- ** section ** -->
         <!-- ************* -->
         <xs:complexType name="sectionType">
              <xs:sequence>
                   <xs:element name="qticomment" type="qticommentType" minOccurs="0"/>
                   <xs:choice minOccurs="0" maxOccurs="unbounded">
                        <xs:element name="item" type="itemType"/>
                        <xs:element name="section" type="sectionType"/>
                   </xs:choice>
              </xs:sequence>
              <xs:attribute name="ident" type="xs:string" use="required"/>
              <xs:attribute name="title" type="xs:string"/>
         </xs:complexType>
    </xs:schema>     
    Then I created a table of XMLTYPE based on this schema, then I inserted the following xml file:
    <questestinterop xmlns="http://www.imsglobal.org/ims_qtiasiv1p2.xsd" xmlns:xsi="
    http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.imsglo
    bal.org/ims_qtiasiv1p2.xsd http://www.imsglobal.org/ims_qtiasiv1p2.xsd">
    <assessment title="European Geography" ident="A01">
    <qticomment>A Complex Assessment example.</qticomment>
    <section title="European Capitals" ident="S01">
    <item title="Capital of France" ident="I01" maxattempts="6">
    <qticomment>This Item is the first example to be used in the QTI XML Bin
    ding Base Document.</qticomment>
    <presentation label="Resp001">
    <flow>
    <material>
    <mattext>What is the Capital of France ?</mattext>
    </material>
    <response_lid ident="LID01">
    <render_choice shuffle="Yes">
    <response_label ident="LID01_A">
    <flow_mat>
    <material>
    <mattext>London</mattext>
    </material>
    </flow_mat>
    </response_label>
    <response_label ident="LID01_B">
    <flow_mat>
    <material>
    <mattext>Paris</mattext>
    </material>
    </flow_mat>
    </response_label>
    </render_choice>
    </response_lid>
    </flow>
    </presentation>
    </item>
    </section>
    </assessment>
    </questestinterop>
    It returned the correct result when I did:
    SQL> select extract(value(x), '/questestinterop/assessment/section/item/presentation/flow')
    from XML_TEST x;
    But I got the following error when I tried:
    SQL> select extract(value(x), '/questestinterop/assessment/section/item/presentation/flow/material')
    from XML_TEST x;
    ERROR:
    ORA-29400: data cartridge error
    ORA-00600: internal error code, arguments: [invalid_mem_type], [0], [], [], [],
    Thank you for help.

    Thanks for the information.
    I checked oracle9i download page, it seems that there is no release 9.2.0.2.0 available for Windows NT/2000/XP. (I am on WinXP). Is there anywhere else I can check to upgrade database?
    By the way, here is another problem I got with the same schema and same xml file.
    It return the correct result when I did
    SQL> select extractValue(value(t), '/qticomment')
    2 from XML_TEST x,
    3 TABLE (xmlsequence (extract(value(x), '/questestinterop/assessment/qticomment'))
    4 )t;
    EXTRACTVALUE(VALUE(T),'/QTICOMMENT')
    A Complex Assessment example.
    I got empty return result, when I tried
    SQL> set feedback on
    SQL> select extractValue(value(t), '/qticomment')
    2 from XML_TEST x,
    3 TABLE (xmlsequence (extract(value(x), '/questestinterop/assessment/section/item/qticomment'))
    4 )t;
    EXTRACTVALUE(VALUE(T),'/QTICOMMENT')
    1 row selected

  • Invalid object [xla,Flex,etc] after upgrade 11.2.0.3

    hai all ,
    im on solaris 11 cluster sun sparc , and my plan is installed eBS
    after i instal ebs , now next step is upgrade database to 11.2.0.3
    upgrade success but when i select invalid object from dba_objects , it show :
    FED_LOC_FLEX
    PR_LOC_FLEX
    AR_LOC_FLEX_PROVINCE_PC
    XLA_00707_AAD_C_000026_PKG
    XLA_00200_AAD_C_000017_PKG
    XLA_00200_AAD_C_000016_PKG
    XLA_00200_AAD_S_000032_PKG
    XLA_00200_AAD_S_000034_PKG
    XLA_00200_AAD_S_000039_PKG
    XLA_00200_AAD_S_000041_PKG
    XLA_00200_AAD_C_000020_PKG
    XLA_00200_AAD_C_000018_PKG
    XLA_00200_AAD_C_000021_PKG
    XLA_00555_AAD_S_000014_PKG
    XLA_00555_AAD_C_000015_PKG
    XLA_00200_AAD_C_000022_PKG
    FSAH_DUPLICATE_PKG
    XLA_00140_AAD_S_000036_PKG
    XLA_00707_AAD_C_000044_PKG
    MSD_DEM_OBI_DEMANTRA_MV
    BISM_CALC_FILTER
    itry to compile using utlrp.sql and using adadmin utility ( Re-create grants and synonyms for APPS schema & compile apps schema )
    but the error still same, any someone can help me ?

    Please also see:
    Xla Invalids After Upgrade From 11i To Release 12 [ID 1302349.1]
    XLA Package Invalid in 12.1.1 [ID 1093888.1]
    R12: Invalid Xla Objects After Upgrade from 11i To R12 - Unable To Compile [ID 1238973.1]
    Unable To Compile Invalid XLA Objects [ID 1468836.1]
    R12.1.1 - Invalid Objects After Patching [ID 1093163.1]
    Troubleshooting Guide - invalid objects in the E-Business Suite Environment 11i and 12 [ID 1325394.1]
    R12.1:Invalid Objects After 11gr2 Db And Ebs 12.1.3 Upgrade [ID 1342701.1]
    Thanks,
    Hussein

  • 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

  • ORA-00600 after patch 6890831 on Windows Vista

    Hi there.
    I've just applied patch 6890831 and now the database fails to open. I'm using Oracle 11.1.0.6 on Windows Vista.
    It's installed on my laptop, having 2.5gz Dual and 4gb RAM
    Here's a partial of the ALERT_LOG file:
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 1 shared server(s) ...
    ORACLE_BASE from environment = C:\app\marcos
    Tue Mar 24 11:46:04 2009
    ALTER DATABASE   MOUNT
    Setting recovery target incarnation to 2
    Successful mount of redo thread 1, with mount id 609103484
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: ALTER DATABASE   MOUNT
    Tue Mar 24 11:46:09 2009
    ALTER DATABASE OPEN
    Thread 1 opened at log sequence 25
      Current log# 1 seq# 25 mem# 0: C:\APP\MARCOS\ORADATA\BIDB\REDO01.LOG
    Successful open of redo thread 1
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    SMON: enabling cache recovery
    Errors in file c:\app\marcos\diag\rdbms\bidb\bidb\trace\bidb_ora_5436.trc:
    ORA-00704: falha do processo de comando de entrada
    ORA-39700: banco de dados deve ser aberto com a opção UPGRADE
    Error 704 happened during db open, shutting down database
    USER (ospid: 5436): terminating the instance due to error 704
    Tue Mar 24 11:46:12 2009
    Errors in file c:\app\marcos\diag\rdbms\bidb\bidb\trace\bidb_smon_2560.trc:
    ORA-00704: bootstrap process failure
    Errors in file c:\app\marcos\diag\rdbms\bidb\bidb\trace\bidb_mmon_5432.trc  (incident=10913):
    ORA-00600: internal error code, arguments: [kmgs_parameter_update_timeout_1], [704], [], [], [], [], [], [], [], [], [], []
    ORA-00704: bootstrap process failure
    Incident details in: c:\app\marcos\diag\rdbms\bidb\bidb\incident\incdir_10913\bidb_mmon_5432_i10913.trc
    Instance terminated by USER, pid = 5436
    ORA-1092 signalled during: ALTER DATABASE OPEN...
    ORA-1092 : opiodr aborting process unknown ospid (244_5436)
    Tue Mar 24 11:46:17 2009
    ORA-1092 : opitsk aborting process
    Tue Mar 24 11:56:25 2009Any comments will be appreciated...
    Ah.... by the way... IT EVEN CRASHED MY WINDOWS VISTA!!!
    Windows had to recover itself (don't ask me why or how!).
    Thanks in advance!
    Marcos

    Hi..
    As you have applied patch, did you try to open the database as
    sql> startup upgrade.
    There musy be some files that needs to be run.
    Better read the README.HTML of the patch and follow the steps.
    If eveythig is done correctly and then also ORA-600 persist better raise SR to Oracle Support.
    For ORA-600 you can refer to metalink Doc ID: 356537.1
    Anand

  • ORA-02068 and  ORA-00600 arguments [25012], [2], [4]

    hi
    ihv to insert data form one database(9i) to other(8i) and im using windows xp
    i hv issued
    insert into [email protected]
    select * from B_RECEIPT;
    bt it gives error
    ORA-02068: following severe error from ICT
    ORA-00600: internal error code, arguments: [25012], [2], [4], [], [], [], [], []
    it technique was working 2days back bt recently its not working
    alert log contains
    Errors in file D:\Oracle\admin\ICT\udump\ORA00492.TRC:
    ORA-00600: internal error code, arguments: [25012], [2], [4], [], [], [], [], []
    i cannot understand anything of .trc
    please help me to solve it
    thanks in advance

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

  • RMAN-03008 and ORA-07217 after restore of controlfile, 11.2.0.2

    Hi,
    try to restore backup done with 11.2.0.2
    because upgrade to 11.2.0.3 has problems with workspace manager,
    - done with DBUA - which is a other part of the story.
    OS is SLES11SP1 x86_64
    Here is what happens:
    startup nomount with minimal pfile in 11.2.0.2 environment
    restore controlfile from SBT
    channel T1: restore complete, elapsed time: 00:01:45
    output file name=+DSKGRP1/alkklefq/controlfile/control01.ctl
    output file name=+DSKGRP1/alkklefq/controlfile/control02.ctl
    then
    RMAN> ALTER DATABASE MOUNT;
    database mounted
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03008: error while performing automatic resync of recovery catalog
    ORA-07217: sltln: Umgebungsvariable kann nicht ausgewertet werden.
    No other command like show all, resync catalog or what ever is working,
    always fails with RMAN-03008 and ORA-07217
    and after
    run {
    allocate channel T1 type 'SBT_TAPE' format 'b_%d_%u_%p_%c.bck';
    restore database from tag 'TAG20120730T212808';
    i got
    Speicherzugriffsfehler = segmentation fault
    Can anyone throw light on this?
    Regards
    Michael

    Hello;
    Based on the information you probably I would double check my "env" for an issue. Something set wrong or not set.
    Does the "env" work without error?
    Here's what is set on mine :
    /home/oracle:PRIMARY >env
    HOSTNAME=
    TERM=
    SHELL=
    HISTSIZE=
    NLS_LANG=
    TMPDIR=
    SSH_CLIENT=
    SSH_TTY=
    USER=oracle
    LD_LIBRARY_PATH=
    LS_COLORS=
    ORACLE_SID=
    ORACLE_BASE=
    SSH_AUTH_SOCK=
    COBBLER_SERVER=
    MAIL=
    PATH=
    INPUTRC=
    PWD=
    EDITOR=
    LANG=
    TZ=
    ORACLE_TERM=
    SSH_ASKPASS=
    SHLVL=
    HOME=
    TMP=
    LOGNAME=oracle
    SSH_CONNECTION=
    LESSOPEN=
    ORACLE_HOME=
    G_BROKEN_FILENAMES=Best Regards
    mseberg
    Edited by: mseberg on Aug 6, 2012 8:02 AM

  • BIB-9509 and ORA-00600, ORA-06512

    ============================================================================
    Queries on the following measures or dimensions failed
    (S=Schema, C=Cube, M=Measure, D=Dimension)
    "Cantitate vanduta" measure query with S=ANA, C=CUB1, M=CANT_VANDUTA
    "AGENT_DIM" dimension query with S=ANA, D=AGENT_DIM
    "BENEFICIAR_DIM" dimension query with S=ANA, D=BENEFICIAR_DIM
    "TIPBAUTURA_DIM" dimension query with S=ANA, D=TIPBAUTURA_DIM
    ============================================================================
    Exception stacktrace for "Cantitate vanduta" measure query with S=ANA, C=CUB1, M=CANT_VANDUTA
    ============================================================================
    1) BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.ExpressServerExceptionError class: Unknown Error
    Server error descriptions:
    DPR: Unknown error occurred, Generic at TxsOqDefinitionManagerSince9202::crtCurMgrs2
    2) null
    1) BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.ExpressServerExceptionError class: Unknown Error
    Server error descriptions:
    DPR: Unknown error occurred, Generic at TxsOqDefinitionManagerSince9202::crtCurMgrs2
    ============================================================================
    oracle.dss.dataSource.common.OLAPException: BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.ExpressServerExceptionError class: Unknown Error
    Server error descriptions:
    DPR: Unknown error occurred, Generic at TxsOqDefinitionManagerSince9202::crtCurMgrs2
    oracle.express.ExpressServerExceptionError class: Unknown Error
    Server error descriptions:
    DPR: Unknown error occurred, Generic at TxsOqDefinitionManagerSince9202::crtCurMgrs2
         at oracle.dss.dataSource.QueryUtilities.setUpCursors(QueryUtilities.java:622)
         at oracle.dss.dataSource.QueryServer._setUpCursorsForMainQuery(QueryServer.java:7039)
         at oracle.dss.dataSource.QueryServer._getCursorForCube(QueryServer.java:4098)
         at oracle.dss.dataSource.QueryServer._createCubeAndCursor(QueryServer.java:4253)
         at oracle.dss.dataSource.QueryServer._createCommonQuery(QueryServer.java:3896)
         at oracle.dss.dataSource.QueryServer._initCubeQuery(QueryServer.java:3781)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.dss.util.Operation.execute(Operation.java:69)
         at oracle.dss.dataSource.OperationQueue.update(OperationQueue.java:68)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:176)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:146)
         at oracle.dss.dataSource.QueryServer.queueOperation(QueryServer.java:7076)
         at oracle.dss.dataSource.QueryServer.initCubeQuery(QueryServer.java:3722)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.dss.util.Operation.execute(Operation.java:69)
         at oracle.dss.dataSource.QueryManagerServer.sendQueue(QueryManagerServer.java:1549)
         at oracle.dss.dataSource.common.OperationQueue.update(OperationQueue.java:198)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:176)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:146)
         at oracle.dss.dataSource.client.QueryClient._initCubeQuery(QueryClient.java:1538)
         at oracle.dss.dataSource.client.QueryClient.initCubeQuery(QueryClient.java:1525)
         at BICheckConfig.runDefaultMeasureQuery(BICheckConfig.java:479)
         at BICheckConfig.printFolder(BICheckConfig.java:405)
         at BICheckConfig.printFolder(BICheckConfig.java:464)
         at BICheckConfig.checkConnection(BICheckConfig.java:350)
         at BICheckConfig.main(BICheckConfig.java:1348)
    2)
    ============================================================================
    oracle.express.ExpressServerExceptionError class: Unknown Error
    Server error descriptions:
    DPR: Unknown error occurred, Generic at TxsOqDefinitionManagerSince9202::crtCurMgrs2
         at oracle.express.olapi.data.full.DefinitionManager$ExceptionTranslator.translateExpressException(DefinitionManager.java:494)
         at oracle.express.olapi.data.full.DefinitionManager$ExceptionTranslator.translateException(DefinitionManager.java:474)
         at oracle.express.olapi.data.full.DefinitionManager.translateException(DefinitionManager.java:438)
         at oracle.express.olapi.data.full.DefinitionManager.translateException(DefinitionManager.java:443)
         at oracle.express.olapi.data.full.DefinitionManagerSince9202.createOLAPICursorManagers(DefinitionManagerSince9202.java:666)
         at oracle.express.olapi.data.full.ExpressDataProvider.createCursorManagers(ExpressDataProvider.java:1325)
         at oracle.express.olapi.data.full.ExpressDataProvider.internalCreateCursorManager(ExpressDataProvider.java:680)
         at oracle.express.olapi.data.full.ExpressDataProvider.createCursorManager(ExpressDataProvider.java:586)
         at oracle.dss.dataSource.QueryUtilities.setUpCursors(QueryUtilities.java:552)
         at oracle.dss.dataSource.QueryServer._setUpCursorsForMainQuery(QueryServer.java:7039)
         at oracle.dss.dataSource.QueryServer._getCursorForCube(QueryServer.java:4098)
         at oracle.dss.dataSource.QueryServer._createCubeAndCursor(QueryServer.java:4253)
         at oracle.dss.dataSource.QueryServer._createCommonQuery(QueryServer.java:3896)
         at oracle.dss.dataSource.QueryServer._initCubeQuery(QueryServer.java:3781)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.dss.util.Operation.execute(Operation.java:69)
         at oracle.dss.dataSource.OperationQueue.update(OperationQueue.java:68)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:176)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:146)
         at oracle.dss.dataSource.QueryServer.queueOperation(QueryServer.java:7076)
         at oracle.dss.dataSource.QueryServer.initCubeQuery(QueryServer.java:3722)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.dss.util.Operation.execute(Operation.java:69)
         at oracle.dss.dataSource.QueryManagerServer.sendQueue(QueryManagerServer.java:1549)
         at oracle.dss.dataSource.common.OperationQueue.update(OperationQueue.java:198)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:176)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:146)
         at oracle.dss.dataSource.client.QueryClient._initCubeQuery(QueryClient.java:1538)
         at oracle.dss.dataSource.client.QueryClient.initCubeQuery(QueryClient.java:1525)
         at BICheckConfig.runDefaultMeasureQuery(BICheckConfig.java:479)
         at BICheckConfig.printFolder(BICheckConfig.java:405)
         at BICheckConfig.printFolder(BICheckConfig.java:464)
         at BICheckConfig.checkConnection(BICheckConfig.java:350)
         at BICheckConfig.main(BICheckConfig.java:1348)
    Exception stacktrace for "AGENT_DIM" dimension query with S=ANA, D=AGENT_DIM
    ============================================================================
    1) BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.idl.util.OlapiException: ORA-00600: internal error code, arguments: [17099], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrf:prv], [0x5F91514], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 0
    ORA-06512: at line 1
    2) ORA-00600: internal error code, arguments: [17099], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrf:prv], [0x5F91514], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 0
    ORA-06512: at line 1
    1) BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.idl.util.OlapiException: ORA-00600: internal error code, arguments: [17099], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrf:prv], [0x5F91514], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 0
    ORA-06512: at line 1
    ============================================================================
    oracle.dss.dataSource.common.OLAPException: BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.idl.util.OlapiException: ORA-00600: internal error code, arguments: [17099], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrf:prv], [0x5F91514], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 0
    ORA-06512: at line 1
    oracle.express.idl.util.OlapiException: ORA-00600: internal error code, arguments: [17099], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrf:prv], [0x5F91514], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 0
    ORA-06512: at line 1
         at oracle.dss.dataSource.QueryUtilities.setUpCursors(QueryUtilities.java:622)
         at oracle.dss.dataSource.QueryServer._setUpCursorsForMainQuery(QueryServer.java:7039)
         at oracle.dss.dataSource.QueryServer._getCursorForCube(QueryServer.java:4098)
         at oracle.dss.dataSource.QueryServer._createCubeAndCursor(QueryServer.java:4253)
         at oracle.dss.dataSource.QueryServer._createCommonQuery(QueryServer.java:3896)
         at oracle.dss.dataSource.QueryServer._initQuery(QueryServer.java:3843)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.dss.util.Operation.execute(Operation.java:69)
         at oracle.dss.dataSource.OperationQueue.update(OperationQueue.java:68)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:176)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:146)
         at oracle.dss.dataSource.QueryServer.queueOperation(QueryServer.java:7076)
         at oracle.dss.dataSource.QueryServer.initQuery(QueryServer.java:3805)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.dss.util.Operation.execute(Operation.java:69)
         at oracle.dss.dataSource.QueryManagerServer.sendQueue(QueryManagerServer.java:1549)
         at oracle.dss.dataSource.common.OperationQueue.update(OperationQueue.java:198)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:176)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:146)
         at oracle.dss.dataSource.client.QueryClient.initQuery(QueryClient.java:1581)
         at BICheckConfig.runDefaultDimensionQuery(BICheckConfig.java:515)
         at BICheckConfig.printFolder(BICheckConfig.java:438)
         at BICheckConfig.printFolder(BICheckConfig.java:464)
         at BICheckConfig.checkConnection(BICheckConfig.java:350)
         at BICheckConfig.main(BICheckConfig.java:1348)
    2) ORA-00600: internal error code, arguments: [17099], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrf:prv], [0x5F91514], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 0
    ORA-06512: at line 1
    ============================================================================
    oracle.express.idl.util.OlapiException: ORA-00600: internal error code, arguments: [17099], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrf:prv], [0x5F91514], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 0
    ORA-06512: at line 1
         at oracle.express.idl.ExpressOlapiDataSourceModule.DefinitionManagerInterfaceStub.crtCurMgrs2(DefinitionManagerInterfaceStub.java:927)
         at oracle.express.olapi.data.full.DefinitionManagerSince9202.createOLAPICursorManagers(DefinitionManagerSince9202.java:611)
         at oracle.express.olapi.data.full.ExpressDataProvider.createCursorManagers(ExpressDataProvider.java:1325)
         at oracle.express.olapi.data.full.ExpressDataProvider.internalCreateCursorManager(ExpressDataProvider.java:680)
         at oracle.express.olapi.data.full.ExpressDataProvider.createCursorManager(ExpressDataProvider.java:586)
         at oracle.olapi.data.source.DataProvider.createCursorManager(DataProvider.java:268)
         at oracle.dss.dataSource.QueryUtilities.setUpCursors(QueryUtilities.java:559)
         at oracle.dss.dataSource.QueryServer._setUpCursorsForMainQuery(QueryServer.java:7039)
         at oracle.dss.dataSource.QueryServer._getCursorForCube(QueryServer.java:4098)
         at oracle.dss.dataSource.QueryServer._createCubeAndCursor(QueryServer.java:4253)
         at oracle.dss.dataSource.QueryServer._createCommonQuery(QueryServer.java:3896)
         at oracle.dss.dataSource.QueryServer._initQuery(QueryServer.java:3843)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.dss.util.Operation.execute(Operation.java:69)
         at oracle.dss.dataSource.OperationQueue.update(OperationQueue.java:68)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:176)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:146)
         at oracle.dss.dataSource.QueryServer.queueOperation(QueryServer.java:7076)
         at oracle.dss.dataSource.QueryServer.initQuery(QueryServer.java:3805)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.dss.util.Operation.execute(Operation.java:69)
         at oracle.dss.dataSource.QueryManagerServer.sendQueue(QueryManagerServer.java:1549)
         at oracle.dss.dataSource.common.OperationQueue.update(OperationQueue.java:198)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:176)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:146)
         at oracle.dss.dataSource.client.QueryClient.initQuery(QueryClient.java:1581)
         at BICheckConfig.runDefaultDimensionQuery(BICheckConfig.java:515)
         at BICheckConfig.printFolder(BICheckConfig.java:438)
         at BICheckConfig.printFolder(BICheckConfig.java:464)
         at BICheckConfig.checkConnection(BICheckConfig.java:350)
         at BICheckConfig.main(BICheckConfig.java:1348)
    Exception stacktrace for "BENEFICIAR_DIM" dimension query with S=ANA, D=BENEFICIAR_DIM
    ============================================================================
    1) BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.idl.util.OlapiException: ORA-00600: internal error code, arguments: [17099], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrf:prv], [0x5F2D568], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 0
    ORA-06512: at line 1
    2) ORA-00600: internal error code, arguments: [17099], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrf:prv], [0x5F2D568], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 0
    ORA-06512: at line 1
    1) BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.idl.util.OlapiException: ORA-00600: internal error code, arguments: [17099], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrf:prv], [0x5F2D568], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 0
    ORA-06512: at line 1
    ============================================================================
    oracle.dss.dataSource.common.OLAPException: BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.idl.util.OlapiException: ORA-00600: internal error code, arguments: [17099], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrf:prv], [0x5F2D568], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 0
    ORA-06512: at line 1
    oracle.express.idl.util.OlapiException: ORA-00600: internal error code, arguments: [17099], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrf:prv], [0x5F2D568], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 0
    ORA-06512: at line 1
         at oracle.dss.dataSource.QueryUtilities.setUpCursors(QueryUtilities.java:622)
         at oracle.dss.dataSource.QueryServer._setUpCursorsForMainQuery(QueryServer.java:7039)
         at oracle.dss.dataSource.QueryServer._getCursorForCube(QueryServer.java:4098)
         at oracle.dss.dataSource.QueryServer._createCubeAndCursor(QueryServer.java:4253)
         at oracle.dss.dataSource.QueryServer._createCommonQuery(QueryServer.java:3896)
         at oracle.dss.dataSource.QueryServer._initQuery(QueryServer.java:3843)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.dss.util.Operation.execute(Operation.java:69)
         at oracle.dss.dataSource.OperationQueue.update(OperationQueue.java:68)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:176)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:146)
         at oracle.dss.dataSource.QueryServer.queueOperation(QueryServer.java:7076)
         at oracle.dss.dataSource.QueryServer.initQuery(QueryServer.java:3805)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.dss.util.Operation.execute(Operation.java:69)
         at oracle.dss.dataSource.QueryManagerServer.sendQueue(QueryManagerServer.java:1549)
         at oracle.dss.dataSource.common.OperationQueue.update(OperationQueue.java:198)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:176)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:146)
         at oracle.dss.dataSource.client.QueryClient.initQuery(QueryClient.java:1581)
         at BICheckConfig.runDefaultDimensionQuery(BICheckConfig.java:515)
         at BICheckConfig.printFolder(BICheckConfig.java:438)
         at BICheckConfig.printFolder(BICheckConfig.java:464)
         at BICheckConfig.checkConnection(BICheckConfig.java:350)
         at BICheckConfig.main(BICheckConfig.java:1348)
    2) ORA-00600: internal error code, arguments: [17099], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrf:prv], [0x5F2D568], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 0
    ORA-06512: at line 1
    ============================================================================
    oracle.express.idl.util.OlapiException: ORA-00600: internal error code, arguments: [17099], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrf:prv], [0x5F2D568], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 0
    ORA-06512: at line 1
         at oracle.express.idl.ExpressOlapiDataSourceModule.DefinitionManagerInterfaceStub.crtCurMgrs2(DefinitionManagerInterfaceStub.java:927)
         at oracle.express.olapi.data.full.DefinitionManagerSince9202.createOLAPICursorManagers(DefinitionManagerSince9202.java:611)
         at oracle.express.olapi.data.full.ExpressDataProvider.createCursorManagers(ExpressDataProvider.java:1325)
         at oracle.express.olapi.data.full.ExpressDataProvider.internalCreateCursorManager(ExpressDataProvider.java:680)
         at oracle.express.olapi.data.full.ExpressDataProvider.createCursorManager(ExpressDataProvider.java:586)
         at oracle.olapi.data.source.DataProvider.createCursorManager(DataProvider.java:268)
         at oracle.dss.dataSource.QueryUtilities.setUpCursors(QueryUtilities.java:559)
         at oracle.dss.dataSource.QueryServer._setUpCursorsForMainQuery(QueryServer.java:7039)
         at oracle.dss.dataSource.QueryServer._getCursorForCube(QueryServer.java:4098)
         at oracle.dss.dataSource.QueryServer._createCubeAndCursor(QueryServer.java:4253)
         at oracle.dss.dataSource.QueryServer._createCommonQuery(QueryServer.java:3896)
         at oracle.dss.dataSource.QueryServer._initQuery(QueryServer.java:3843)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.dss.util.Operation.execute(Operation.java:69)
         at oracle.dss.dataSource.OperationQueue.update(OperationQueue.java:68)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:176)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:146)
         at oracle.dss.dataSource.QueryServer.queueOperation(QueryServer.java:7076)
         at oracle.dss.dataSource.QueryServer.initQuery(QueryServer.java:3805)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.dss.util.Operation.execute(Operation.java:69)
         at oracle.dss.dataSource.QueryManagerServer.sendQueue(QueryManagerServer.java:1549)
         at oracle.dss.dataSource.common.OperationQueue.update(OperationQueue.java:198)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:176)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:146)
         at oracle.dss.dataSource.client.QueryClient.initQuery(QueryClient.java:1581)
         at BICheckConfig.runDefaultDimensionQuery(BICheckConfig.java:515)
         at BICheckConfig.printFolder(BICheckConfig.java:438)
         at BICheckConfig.printFolder(BICheckConfig.java:464)
         at BICheckConfig.checkConnection(BICheckConfig.java:350)
         at BICheckConfig.main(BICheckConfig.java:1348)
    Exception stacktrace for "TIPBAUTURA_DIM" dimension query with S=ANA, D=TIPBAUTURA_DIM
    ============================================================================
    1) BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.idl.util.OlapiException: ORA-00600: internal error code, arguments: [17099], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrf:prv], [0x5E6BD24], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 0
    ORA-06512: at line 1
    2) ORA-00600: internal error code, arguments: [17099], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrf:prv], [0x5E6BD24], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 0
    ORA-06512: at line 1
    1) BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.idl.util.OlapiException: ORA-00600: internal error code, arguments: [17099], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrf:prv], [0x5E6BD24], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 0
    ORA-06512: at line 1
    ============================================================================
    oracle.dss.dataSource.common.OLAPException: BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.idl.util.OlapiException: ORA-00600: internal error code, arguments: [17099], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrf:prv], [0x5E6BD24], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 0
    ORA-06512: at line 1
    oracle.express.idl.util.OlapiException: ORA-00600: internal error code, arguments: [17099], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrf:prv], [0x5E6BD24], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 0
    ORA-06512: at line 1
         at oracle.dss.dataSource.QueryUtilities.setUpCursors(QueryUtilities.java:622)
         at oracle.dss.dataSource.QueryServer._setUpCursorsForMainQuery(QueryServer.java:7039)
         at oracle.dss.dataSource.QueryServer._getCursorForCube(QueryServer.java:4098)
         at oracle.dss.dataSource.QueryServer._createCubeAndCursor(QueryServer.java:4253)
         at oracle.dss.dataSource.QueryServer._createCommonQuery(QueryServer.java:3896)
         at oracle.dss.dataSource.QueryServer._initQuery(QueryServer.java:3843)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.dss.util.Operation.execute(Operation.java:69)
         at oracle.dss.dataSource.OperationQueue.update(OperationQueue.java:68)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:176)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:146)
         at oracle.dss.dataSource.QueryServer.queueOperation(QueryServer.java:7076)
         at oracle.dss.dataSource.QueryServer.initQuery(QueryServer.java:3805)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.dss.util.Operation.execute(Operation.java:69)
         at oracle.dss.dataSource.QueryManagerServer.sendQueue(QueryManagerServer.java:1549)
         at oracle.dss.dataSource.common.OperationQueue.update(OperationQueue.java:198)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:176)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:146)
         at oracle.dss.dataSource.client.QueryClient.initQuery(QueryClient.java:1581)
         at BICheckConfig.runDefaultDimensionQuery(BICheckConfig.java:515)
         at BICheckConfig.printFolder(BICheckConfig.java:438)
         at BICheckConfig.printFolder(BICheckConfig.java:464)
         at BICheckConfig.checkConnection(BICheckConfig.java:350)
         at BICheckConfig.main(BICheckConfig.java:1348)
    2) ORA-00600: internal error code, arguments: [17099], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrf:prv], [0x5E6BD24], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 0
    ORA-06512: at line 1
    ============================================================================
    oracle.express.idl.util.OlapiException: ORA-00600: internal error code, arguments: [17099], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrf:prv], [0x5E6BD24], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 0
    ORA-06512: at line 1
         at oracle.express.idl.ExpressOlapiDataSourceModule.DefinitionManagerInterfaceStub.crtCurMgrs2(DefinitionManagerInterfaceStub.java:927)
         at oracle.express.olapi.data.full.DefinitionManagerSince9202.createOLAPICursorManagers(DefinitionManagerSince9202.java:611)
         at oracle.express.olapi.data.full.ExpressDataProvider.createCursorManagers(ExpressDataProvider.java:1325)
         at oracle.express.olapi.data.full.ExpressDataProvider.internalCreateCursorManager(ExpressDataProvider.java:680)
         at oracle.express.olapi.data.full.ExpressDataProvider.createCursorManager(ExpressDataProvider.java:586)
         at oracle.olapi.data.source.DataProvider.createCursorManager(DataProvider.java:268)
         at oracle.dss.dataSource.QueryUtilities.setUpCursors(QueryUtilities.java:559)
         at oracle.dss.dataSource.QueryServer._setUpCursorsForMainQuery(QueryServer.java:7039)
         at oracle.dss.dataSource.QueryServer._getCursorForCube(QueryServer.java:4098)
         at oracle.dss.dataSource.QueryServer._createCubeAndCursor(QueryServer.java:4253)
         at oracle.dss.dataSource.QueryServer._createCommonQuery(QueryServer.java:3896)
         at oracle.dss.dataSource.QueryServer._initQuery(QueryServer.java:3843)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.dss.util.Operation.execute(Operation.java:69)
         at oracle.dss.dataSource.OperationQueue.update(OperationQueue.java:68)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:176)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:146)
         at oracle.dss.dataSource.QueryServer.queueOperation(QueryServer.java:7076)
         at oracle.dss.dataSource.QueryServer.initQuery(QueryServer.java:3805)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.dss.util.Operation.execute(Operation.java:69)
         at oracle.dss.dataSource.QueryManagerServer.sendQueue(QueryManagerServer.java:1549)
         at oracle.dss.dataSource.common.OperationQueue.update(OperationQueue.java:198)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:176)
         at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:146)
         at oracle.dss.dataSource.client.QueryClient.initQuery(QueryClient.java:1581)
         at BICheckConfig.runDefaultDimensionQuery(BICheckConfig.java:515)
         at BICheckConfig.printFolder(BICheckConfig.java:438)
         at BICheckConfig.printFolder(BICheckConfig.java:464)
         at BICheckConfig.checkConnection(BICheckConfig.java:350)
         at BICheckConfig.main(BICheckConfig.java:1348)

    Hi, Ana-Maria.
    I've received an error message similar to yours (ORA-00600: internal error code, arguments: [kghfrf:prv], [0x800003F88001FBE8], [], [], [], [], [], []). Was your problem resolved? What did you need to do?
    Thanks!
    Gilson

  • Null value for int and datetime date type in xml schema

    hi:
    I am embarrassed by a qustion in xml schema; i defined a xml schema file like
    this:
    <elementFormDefault="qualified" attributeFormDefault="qualified">
    <xs:element name="test">
    <xs:annotation>
    <xs:documentation>Comment describing your root element</xs:documentation>
    </xs:annotation>
    <xs:complexType>
    <xs:sequence>
    <xs:element name="name" type="xs:string"/>
    <xs:element name="password" type="xs:string" nillable="true"/>
    <xs:element name="user" type="xs:int" nillable="true"/>
    <xs:element name="s_time" type="xs:dateTime"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    and I send this file to workflow clientrequest() node, I wanted to receive data
    in this schema file.but when i send null value to the element "user" and "s_time"
    in workshop test tool(test soap),and use function in xmlbean like isNilUser or
    isNilStime, one error occur.
    I don't kown why, I had to ask the engineer of bea in china, one told me a bug.
    is that true?

    Visakh16 I cant agree more with you on it, it is good but in production u cant have them change maxrows. I think
    Patrick  Hurst is a better option. debug the package have it running and move up
    Please mark as helpful and propose as answer if you find this as correct!!! Thanks,Dia Agha .
    Hmm..Why do you need to change it in production?
    What I suggested was to tweak the setting in dev machine so that it interprets the Excel file datatypes correctly when doing development. Once mapping is set correctly then it will work fine when in production or in any other environment. The tweaking is
    just to make sure it interprets the datatype correctly at design time and has nothing to do with production deployment 
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Search script generator for all objects and data (!) from a user/schema ?

    Is there a way to create a script which (when run) creates all the existing
    TABLES; INDEXES, KEYS and DATA for a specified user/schema ?
    This (PL-)SQL script should contain all INSERTS for the currently existing rows of
    all the TABLEs.
    When I use e.g. export to Dumpfile I have at first find all TABLEs and components
    which I want to dump. This is rather uncomfortable.
    I just want to specify the user name similar to
    createscript user=karl@XE outfile=D:\mydata\myscript.sql
    Is this somehow possible ?

    So that I understand your requirements exactly, are you asking for your script to ...
    1/ export from database A the entire schema of a specified user
    2/ drop all objects owned by that user in database B
    3/ import the objects from database A into database B
    If so, it sounds to me that a shell script that does a schema level export as Nicholas suggested, and then drops the user from database B using the cascade keyword (e.g. drop user username cascade), recreates the user and then imports the export file into B should do the trick.
    I don't think searching for individual tables and creating the statements to recreate them is the best idea.
    Hope that helps
    Graham

  • Errors  FRM-40505 and ORA-03114 after cancel a query in a form

    I have a Form (i'm working with 10g, i.e., Web) with property "interaction mode=non-blocking", and after execute the query, it pops-up the cancel query window, but when cancelled, the connection with the database is dropped.
    Someone knows why it happens?
    Thx.
    DFL
    Mensaje editado por:
    user455562

    That could possibly be bug 1942743
    The fix is to set the parameter pushjoin_predicate=false in the init.ora of your database.

  • WLI Oracle 9i and ORA-00600

    Found that in addition to setting the path to the 9i driver as the first element in
    the Runsamples.cmd you must also do it in the other scripts i.e. Bulkloader.cmd.
    startWeblogic.cmd

    Colleague, I had problem the same that its, also with the postagem of a message here in this forum. I have the successfully installed Oracle 9i EE, after two weeks of very work, in IBM to xServer 220, with SuSE 7.2 This error occurred due to the fact of incorrect parameters of the init.ora, as well as, through some definite parameters incorrectly, in that if it says respect the 0 variable of environment of the ORACLE. One remembers to modify parameter REMOTE_LOGIN... of EXCLUSIVE for NONE and of preference it comments this in its archive INIT.ORA. Of one looked at in check list of installation of the Oracle, as well as in the specific manual of pattern for its distribution for the correct definition of the parameters of its archive of pattern.

  • Form holding old fields and data even after deleting

    Hi all:
    I've been searching but can't find anyone else having this problem. I have a form that was created (a set of 3 fillable vouchers). The users decided to just have one voucher per page and had me delete all the fields in the first 2 vouchers. The crazy part is even though the fields are gone, if i do an EDIT -> SELECT ALL it highlights all the old fields even though they are gone now. What is even worse, if I then copy and then paste into a word document, you can see all the data that used to be in those fields. Surely there must be a way to purge all that out of there? Anyone have any ideas? It's pretty scary to think of a form holding all that data in there (and it isn't just grabbing it from my cache as I tested it on several different pc's and it does the same on all of them).
    Thanks!
    John

    See this item
    http://feedback.azure.com/forums/267889-azure-operational-insights/suggestions/6519218-purging-non-reporting-servers-configuration-asses

Maybe you are looking for

  • ITunes sees songs, but information about songs (ratings, etc) lost

    Hello, Everything was working fine with my iTunes. Today, I opened iTunes and noticed that, although iTunes showed the songs, it had lost all the information about my songs that took me a while to organize, such as ratings and other detailed informat

  • How Do You Enlarge Text In Acrobat X?

    All I want to do is go into a PDF file and enlarge the text, so that when I print it, the text is larger than what has been sent to me. Can someone with a generous heart, just please give me  step by step guidance?  Literally, a step by step guide as

  • AS 2.0 Detect Acrobat Reader

    Hi, Is there a code to detect if you installed Acrobat Reader? Thanks

  • OIA 11g + OIM 10g

    Hi, We are trying to integrate OIA 11g with OIM 10g (9.1.0.2 BP 13) using depricated method, we have copied all required jars to <RBACX_HOME>/WEB-INF/lib including iam-platform-utils.jar and wlfullclient.jar from 11g. During Provisioning server confi

  • Please do the needful

    Hi all, I am in need of documents on Absence Management,SSHR and Core HR Thanks in Advance