Internal error at ctxsys.drue line 157 while optimising

On a table containing 410000 documents (table has 2 columns, an integer ID and a CLOB containing the document) I created an index with a path section group (using
begin
     ctx_ddl.create_section_group('xml_path_section', 'PATH_SECTION_GROUP');
end;
create index data3_context on data3 (data)
indextype is ctxsys.context
parameters ('     datastore ctxsys.default_datastore
          filter ctxsys.null_filter
          lexer ctxsys.default_lexer
          wordlist ctxsys.default_wordlist
          storage ctxsys.default_storage
          stoplist ctxsys.default_stoplist
          section group xml_path_section
          memory 40M
          populate')
/Optimization of several tokens result in the following message:
ERROR at line 1:
ORA-20000: Oracle Text error:
ORA-00600: internal error code, arguments: [711], [1], [0xD780060], [kdifxs - prefix context], [], [], [], []
ORA-06512: at "CTXSYS.DRUE", line 157
ORA-06512: at "CTXSYS.CTX_DDL", line 1408
ORA-06512: at line 11 Any hints?

That's an ORA-600 coming from the database (underneath text code) so I suggest you contact worldwide
support -- they can gather trace files, etc. to help you.

Similar Messages

  • ERROR at line 1: ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine ORA-20000: Oracle Text error: DRG-10700: preference does not exist: global_lexer ORA-06512: at "CTXSYS.DRUE", line 160 ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 366

    database version 11.2.0.4
    rac two node
    CREATE INDEX MAXIMO.ACTCI_NDX3 ON MAXIMO.ACTCI
    (DESCRIPTION)
    INDEXTYPE IS CTXSYS.CONTEXT
    PARAMETERS('lexer global_lexer language column LANGCODE')
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-10700: preference does not exist: global_lexer
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 366

    Like the error message says, you don't have a global_lexer.  So, you need to create a global_lexer and that lexer must have at least a default sub_lexer, then you can use that global_lexer in your index parameters.  Please see the demonstration below, including reproduction of the error and solution.
    SCOTT@orcl12c> -- reproduction of problem:
    SCOTT@orcl12c> CREATE TABLE actci
      2    (description  VARCHAR2(60),
      3      langcode     VARCHAR2(30))
      4  /
    Table created.
    SCOTT@orcl12c> CREATE INDEX ACTCI_NDX3 ON ACTCI (DESCRIPTION)
      2  INDEXTYPE IS CTXSYS.CONTEXT
      3  PARAMETERS('lexer global_lexer language column LANGCODE')
      4  /
    CREATE INDEX ACTCI_NDX3 ON ACTCI (DESCRIPTION)
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-10700: preference does not exist: global_lexer
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 366
    SCOTT@orcl12c> -- solution:
    SCOTT@orcl12c> DROP INDEX actci_ndx3
      2  /
    Index dropped.
    SCOTT@orcl12c> BEGIN
      2    CTX_DDL.CREATE_PREFERENCE ('global_lexer', 'multi_lexer');
      3    CTX_DDL.CREATE_PREFERENCE ('english_lexer', 'basic_lexer');
      4    CTX_DDL.ADD_SUB_LEXER ('global_lexer', 'default', 'english_lexer');
      5  END;
      6  /
    PL/SQL procedure successfully completed.
    SCOTT@orcl12c> CREATE INDEX ACTCI_NDX3 ON ACTCI (DESCRIPTION)
      2  INDEXTYPE IS CTXSYS.CONTEXT
      3  PARAMETERS('lexer global_lexer language column LANGCODE')
      4  /
    Index created.

  • Fatal Internal Error: "Memory Manager.cpp", line 547

    Hello,
    I am using LV 2009 and I am also getting an error as follows:
    =======================================================
    Fatal Internal Error: "Memory Manager.cpp", line 547
    LabVIEW version 9.0.1 
    You will lose any unsaved work. For assistance in resolving this problem, please relaunch LabVIEW, or contact National Instruments.
    ======================================================= 
    I get this error when I start executing steps on TS 4.2.1 as well as when I do "Unload All Modules" in TS. Please find the attched logs. Further, I could not run anything in TS and need to restart the PC to re-run the sequence after everytime this error occurs.
    We have transited through LV 8.0, 8.2, 8.5 and now 2009 over past 4 years for our project and this is the first time I could see this error.
    Please help.
    Thanks.
    Attachments:
    lvlog2010-06-09-10-06-07.txt ‏2 KB
    lvlog2010-06-09-18-52-36.txt ‏1 KB
    lvlog2010-06-09-19-16-20.txt ‏2 KB

    Adding on to Pritam's post:
    For the earlier "Fatal Internal Error: "Memory Manager.cpp", line 547" , we found that a couple of our dll's which were developed in LV 8.5.1 had not been recompiled in LV2009. After recompiling each of them in LV2009, and then running the same sequences in TestStand,this error vanished.
    But now again we're seeing this error, and that too only on  3 PCs systems out of 5 PCs!
    The same installer has been installed on all 5 sytems (after removing the earlier installers and running MSI Blast.exe them).
    The error now appears again, only when we try to exit TestExec.exe and another tool built in LabVIEW.
    So everything works fine and tasks are performed,etc, but when we close the window or try the exit that program, the "Fatal Internal Error: "Memory Manager.cpp", line 547" pops up.
    If we say "OK" to it, the window closes, but the Task is seen still running in the Task Manager and has to be manually terminated (End Task).
    Does anyone know what could be going wrong?

  • Fatal Internal Error : "objheap.c​pp", line 579 - Labview 7.1 running on vista

    Hello,  
    I was developing a project in Labview 7.1 and had saved it on vista when the vista OS decided to enter suspend, Labview 7.1 stopped responding as a result and I had to reboot. I will never trust vista again but when I try to open the VI I get the following error:
    Fatal Internal Error : “objheap.cpp”, line 579.
    And the following text file report is created. What I am wondering is there any way to restoring or uncorrupting this VI which is attached. Sub VI’s are not included but if you can get the VI to open even without them then the problem is sorted.
    #Date: 25 Feb 2009 12:13:28
    #OSName: Windows NT
    #OSVers: 5.1
    #AppName: LabVIEW
    #Version: 7.1
    #AppKind: FDS
    D:\lvmerc\src\source\objheap\objheap.cpp(579) : DAbort: Heap has insane block size
    $Id: //labview/branches/Mercury/dev/source/objheap/objh​eap.cpp#3 $
    0x009DFC85 - LabVIEW <unknown> + 0
    0x007080AC - LabVIEW <unknown> + 0
    0x007079E1 - LabVIEW <unknown> + 0
    0x00A66716 - LabVIEW <unknown> + 0
    0x00706B02 - LabVIEW <unknown> + 0
    0x006073AE - LabVIEW <unknown> + 0
    0x0070532B - LabVIEW <unknown> + 0
    0x00A653E5 - LabVIEW <unknown> + 0
    0x00A66911 - LabVIEW <unknown> + 0
    0x009ED231 - LabVIEW <unknown> + 0
    0x005ADED7 - LabVIEW <unknown> + 0
    0x004B7F79 - LabVIEW <unknown> + 0
    0x004B7EA7 - LabVIEW <unknown> + 0
    0x004B7CF9 - LabVIEW <unknown> + 0
    0x004B8492 - LabVIEW <unknown> + 0
    It also managed to corruptly my library file for the project which I cannot open also and is attached,
    Thank you
    Message Edited by Support on 03-02-2009 08:50 AM
    Attachments:
    looptest.vi ‏1743 KB
    AbbottHMITree.llb ‏4063 KB

    Hello Paul,
    I have been looking into your error code as well as the attached files of your VI and LLB.  Pasting in your error code is proving very helpful in trying to help you.  I initially tried to open your files in my system, where I would possibly be able to resave them for you, however it looks like I will have to try a different approach.
    As I understand it, you have been using LabVIEW 7.1 Full Development System with Windows Vista.  LabVIEW 7.1 was released during the years when only Windows 2000 and XP were available.  With the release of Windows Vista in later years, National Instruments produced LabVIEW 8.2.1 with support for Windows Vista Business or greater. 
    Please reply with the following information:
    Are you using Vista 32-bit or 64-bit?
    Are you still able to open the LabVIEW Development Environment to produce new VIs?
    Have you tried to open other VIs (after backing them up) with LabVIEW 7.1?
    Regards,
    George T.
    Applications Engineering Specialist
    National Instruments UK and Ireland

  • Error message: "invalid command line argument" while lodaing itunes

    I'm trying to load Itunes onto a computer that already has a version of itunes on it. I get a message that says "error: -1639 invalid command line argument" Does anyone know what this means? Does this mean I can't load itunes onto a computer that already has itunes on it?
    Also, I was able to load itunes on my laptop, but My ipod Icon is not appearing anywhere, not in itunes, not in explorer, not in my computer. I am, however, able to transfer music automatically when I plug the Ipod into the laptop. I have created several playlists and they have transferred over to the ipod as playlists. Any ideas why I can transfer despite not being recognized anywhere on the computer?
    Last thing is, I have plugged the Ipod into three different computers with itunes on them, and the ipod does not show up in the source list.
    I'm somewhat perplexed by all of this. Any help or insight would be greatly appreciated
    Dell   Windows XP Pro  

    hiya!
    "error: -1639 invalid command line argument"
    hmmm. folks typically only get that error if they are installing from removable media (such as a CD), although i have seen it happen if someone tries to install into the "recovery partition" of certain makes of PC.
    if you download and save an installer to your C drive and run the install from there, do you still get the 1639?
    iTunes 6.0.4.2 Installer
    love, b

  • Fatal Internal Error : "OMUDClassMgr.cpp". Line 1128

    I received the following message:
    Fatal Internal Error : "OMUDClassMgr.cpp", 1128
    LabVIEW version 8.2.1
    I was trying to build an application using the application builder.
    Has anyone else had this issue?  What needs to be done to fix this.

    Hello,
    This was reported to R&D (#4ALB7O89) for further investigation.  Are you able to reproduce this problem with the same VI?  Are you able to build an application with a simple VI?
    Regards,
    Elizabeth S.
    Applications Engineer
    National Instruments

  • Fatal internal error: memorymana​ger.cpp, line 566

    Hello all
    I have been seeing this error sicne recently, when I run a test sequence in TestStand 2010 SP1, f1. I call dll made in NI LabVIEW 2010 SP1, f4.
    I had been using this test sequence and dll functions since almost two months. but its just since last couple of days that I receive this error.
    I also get a TestStand execption and then the TestStand would crash. the reason why I am posting it here is because, when I do not run the step which has this dll call, I do not get the error. My entire tests runs over days. As soon as I include this dll call in the test, I keep getting this error.
    Along with this MemoryManager error, I also see "TestStand Exception" and "TestStand has to close due to an error".
    The dll function has been developed using LV 2010 SP1. That is a monitor VI whose front panel will be opened using dll call. I pass a test file name using the dll calls and then the VI will open the TDMS file and display the data till I click Stop.
    this TDMS file is being written into, inside a datalogging dll which is also launched from TestStand. This dll is also developed in LabVIEW by us.
    I have been using this setup since weeks and now I get this error.  Also, I get this after I had upgraded both TS and LV to the latest fixes (f1 and f4).
    But the help for this error on NI website actually says we should upgrade to the latest fix inorder to avoid this error!!
    I will post this also on the TS board.

    Same error.  TestStand 4.2.1 calling LabVIEW 10.0.1 (2010 SP1).
    Joe Gerhardstein
    Averna Test Systems
    Certified LabVIEW Architect
    http://www.averna.com
    Attachments:
    error.JPG ‏18 KB

  • Indexing error in CTXSYS.INSO_FILTER

    hi,
    Do you know, how can i correctly creat the index in oracle text? I have created a text table:
    CREATE TABLE texttable(text_id int PRIMARY KEY not null, titel varchar2(500), author varchar2(20), datum date, text_size int, text_typ varchar2(10), content CLOB)
    I have inserted the documents in content column. text_typ column is the format column (text or binary)help for the filtering. I want to create an index for the column content.
    CREATE INDEX oracle_index ON texttable(content) INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS('
    DATASTORE CTXSYS.DEFAULT_DATASTORE
    FILTER CTXSYS.INSO_FILTER format column text_typ
    LEXER oracle_lexer_intern
    WORDLIST oracle_wordlist_intern
    I get always the erro message:
    java.sql.SQLException: ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-11000: invalid keyword CTXSYS.INSO_FILTER
    ORA-06512: in "CTXSYS.DRUE", line 157
    ORA-06512: in "CTXSYS.TEXTINDEXMETHODS", line 186
    I don't understand why inso_filter is an invalid keyword. I have seen the same example for INSO_FILTER in the documentation Oracle Text Reference Release 9.2.
    How can I solve the problem? Can you give me any suggestions?
    Thank you very much. Greetings from Germany.
    rabbit

    Hi roger,
    thank you for your help. I think, i am not getting any line-feeds or other funny characters included in my "PARAMETERS" string. I have only set the attributs for lexer and wordlist. It is not a problem with CTXSYS.INSO_FILTER.
    For creating the index i have written the following java programm:
    public class OracleText_intern {
    public Connection connect() throws Exception{
    //OCI-Driver is used
    //I have used autocommit
    public String index_vorbereitung (Connection conn) throws Exception{
    CallableStatement cstmt;
    Statement stmt = conn.createStatement();
    cstmt = conn.prepareCall("{call ctx_ddl.drop_preference(?)}");
    cstmt.setString(1, "oracle_lexer_intern");
    cstmt.execute();
    cstmt = conn.prepareCall("{call ctx_ddl.create_preference(?, ?)}");
    cstmt.setString(1, "oracle_lexer_intern");
    cstmt.setString(2, "BASIC_LEXER");
    cstmt.execute();
    cstmt = conn.prepareCall("{call ctx_ddl.set_attribute(?, ?, ?)}");
    cstmt.setString(1, "oracle_lexer_intern");
    cstmt.setString(2, "base_letter");
    cstmt.setString(3, "yes");
    cstmt.execute();
    cstmt = conn.prepareCall("{call ctx_ddl.set_attribute(?, ?, ?)}");
    cstmt.setString(1, "oracle_lexer_intern");
    cstmt.setString(2, "index_stems");
    cstmt.setString(3, "german");
    cstmt.execute();
    cstmt = conn.prepareCall("{call ctx_ddl.set_attribute(?, ?, ?)}");
    cstmt.setString(1, "oracle_lexer_intern");
    cstmt.setString(2, "printjoins");
    cstmt.setString(3, "_-");
    cstmt.execute();
    cstmt = conn.prepareCall("{call ctx_ddl.drop_preference(?)}");
    cstmt.setString(1, "oracle_wordlist_intern");
    cstmt.execute();
    cstmt = conn.prepareCall("{call ctx_ddl.create_preference(?, ?)}");
    cstmt.setString(1, "oracle_wordlist_intern");
    cstmt.setString(2, "BASIC_WORDLIST");
    cstmt.execute();
    cstmt = conn.prepareCall("{call ctx_ddl.set_attribute(?, ?, ?)}");
    cstmt.setString(1, "oracle_wordlist_intern");
    cstmt.setString(2, "stemmer");
    cstmt.setString(3, "German");
    cstmt.execute();
    cstmt = conn.prepareCall("{call ctx_ddl.set_attribute(?, ?, ?)}");
    cstmt.setString(1, "oracle_wordlist_intern");
    cstmt.setString(2, "fuzzy_match");
    cstmt.setString(3, "German");
    cstmt.execute();
    cstmt = conn.prepareCall("{call ctx_ddl.set_attribute(?, ?, ?)}");
    cstmt.setString(1, "oracle_wordlist_intern");
    cstmt.setString(2, "substring_index");
    cstmt.setString(3, "true");
    cstmt.execute();
    cstmt = conn.prepareCall("{call ctx_ddl.set_attribute(?, ?, ?)}");
    cstmt.setString(1, "oracle_wordlist_intern");
    cstmt.setString(2, "prefix_index");
    cstmt.setString(3, "true");
    cstmt.execute();
    String index_str = "CREATE INDEX oracle_index_intern ON texttable_intern(content)" +
    "INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS('" +
    "DATASTORE CTXSYS.DEFAULT_DATASTORE" +
    "FILTER CTXSYS.INSO_FILTER format column text_typ"+
    "LEXER oracle_lexer_intern" +
    "WORDLIST oracle_wordlist_intern" +
    cstmt.close();
    return index_str;
    public void textmessung(Connection conn, String indexstr) throws Exception {
    for(int i=1; i<12; i++){
    if (i==1) {stmt.execute(indexstr);}
    else {stmt.execute("ALTER INDEX oracle_index_intern REBUILD PARALLEL");}
    public static void main(String[] args) throws Exception{
    String index_str = ortext.index_vorbereitung(con);
    ortext.textmessung(con, index_str);
    I can not find the error. Can you still give me little suggestions?
    Thank you very much and greeting from germany
    rabbit
         

  • Create index internal error

    I am trying to create an InterMedia index on a CLOB field in an Oracle 8.1.7.0.0 Win2000 instance and get an internal error. I can create the index on a subset of the data (by doing a partial load), but when I try to do it on the complete data set I get the error (which can be reproduced).
    ====================================
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: interMedia Text error:
    DRG-50857: oracle error in drsxsopen
    ORA-00600: internal error code, arguments: [19942], [], [], [], [], [], [], []
    ORA-06512: at "CTXSYS.DRUE", line 126
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 78
    ORA-06512: at line 1
    =========================
    Any thoughts, ideas, or advice?
    Thanks,
    Ken
    null

    There is a bug in 8.1.7 with UTF8 (CLOB rows are not indexed on UTF8 databases if more than 2000 CHARS long) but I don't think this is the case.
    What's the DB character set? Could you please post the table description and index creation script?
    null

  • Internal error occurs in background job scheduling

    Hi Experts,
    We are facing an error message "Internal error occurs in background job scheduling" while trying to execute a custom report(Z report) in background in SA38.
    Please find the following observation on our side on this message.
    1) This message is not coming for only one report not for others.
    2) SU53 screen shot shows that SE38 check is failed, but the weird thing is not happening for other report.
    3) Persons having SE38 auhtorization are able to run this report.
    Please advise.
    Thanks in advance,
    Viven

    What is the message ID and number? Have you tried OSS search and debugging?
    What does this program do, in a nutshell?

  • ORA-00600: internal error code, arguments: [25012], [954], [0], []

    I got
    ORA-00600: internal error code, arguments: [25012], [954], [0], []
    while doing bulk insert and bulk collect.I am in contact with oracle support.In the mean can you give your views about this error.What might caused to this error.What things need to change while doing bulk insert or collect if you got the same error before.I am waiting for your valuable suggetions.
    Regards

    MOS = My Oracle Support which requires a paid support, do you have one ?
    In most of the cases, the ORA-600 errors are coming from Oracle core and you should work as closest as possible with the Oracle support to solve it.
    In your case, it could be a physical corruption, take the log file and raise a Service Request to get Oracle people help.
    Nicolas.

  • Encountered an internal error in the SSL library

    Hi,
    We need to harden our environment according CIS standards. After applying those policies I am encountering following issue:
    Unix/Linux agents managed by the interal Unix/Linux resource (Management Servers domain joined) pool turn grey with the
    WS-Management Certificate Health in critical state. Some return healthy after a while... to fail again after a while.
    When I resign the certificate through Discovery Wizard the agent turns healthy again... to return to a grey state again after a while.
    Error in Health Explorer below:
    ErrorMessage
    WSManFault The server certificate on the destination computer (flexprod1.mydomain.net:1270) has the following errors:      
    Encountered an internal error in the SSL library.
    While troubleshooting I found out that executing following results in an error
    winrm e http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/SCX_Agent?__cimnamespace=root/scx -r:https://flexprod1.mydomain.net:1270
    -u:scomuser -p:pswd -auth:basic -encoding:utf-8
    WSManFault
    Message = The server certificate on the destination computer (flexprod1.mydomain.net:1270) has the following errors:
    Encountered an internal error in the SSL library.
    Error number:  -2147012721 0x80072F8F
    A security error occurred
    When I re-execute the command right afterwards... it succeeds! :-/ When I run the command 10 minutes afterwards, it fails again the
    first time it is executed.
    My guess the possibility it is related to above issue is likely. 
    I'm not having this issue on the gateway servers (not domain joined) where the policies are not applied.
    P.s. Unfortunately I installed security and critical updates a few hours before applying the gpo so it could well be related to that
    also.
    Before I try to revert the changes made by the gpo... can anyone verify if a setting in the gpo can cause this issue?
    Relevant part (I think) of the gpo below. Or does anyone know what this might be caused by or how to further troubleshoot this?
    Thanks!
    Microsoft network client: Digitally sign communications (always) Enabled
    Microsoft Network Server
    Policy Setting
    Microsoft network server: Digitally sign communications (always) Enabled
    Microsoft network server: Digitally sign communications (if client agrees) Enabled
    Network Access
    Policy Setting
    Network access: Do not allow anonymous enumeration of SAM accounts and shares Enabled
    Network Security
    Policy Setting
    Network security: LAN Manager authentication level Send NTLMv2 response only. Refuse LM & NTLM
    Network security: Minimum session security for NTLM SSP based (including secure RPC) clients Enabled
    Require NTLMv2 session security Enabled
    Require 128-bit encryption Enabled
    Network security: Minimum session security for NTLM SSP based (including secure RPC) servers Enabled
    Require NTLMv2 session security Enabled
    Require 128-bit encryption Enabled
    System Cryptography
    Policy Setting
    System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing Enabled
    System Settings
    Policy Setting
    System settings: Use Certificate Rules on Windows Executables for Software Restriction Policies Enabled
    User Account Control
    Policy Setting
    User Account Control: Admin Approval Mode for the Built-in Administrator account Enabled
    User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode Prompt for consent for non-Windows binaries
    User Account Control: Switch to the secure desktop when prompting for elevation Enabled
    Other
    Policy Setting
    Audit: Force audit policy subcategory settings (Windows Vista or later) to override audit policy category settings Enabled
    Registry Values
    Policy Setting
    MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\ScreenSaverGracePeriod "0"
    MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\SafeDllSearchMode 1
    MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters\DisableIPSourceRouting 2
    MACHINE\System\CurrentControlSet\Services\Tcpip6\Parameters\DisableIPSourceRouting 2

    Hi Steve,
    Thanks for your reply.
    I've managed to pinpoint the issue to the following gpo setting:
    System cryptography: Use FIPS 140 compliant cryptographic algorithms, including encryption, hashing and signing algorithms
    Description: For the Schannel Security Service Provider (SSP), this security setting disables the weaker Secure Sockets Layer (SSL) protocols and supports only the Transport Layer Security (TLS) protocols as a client and as a server (if applicable). If this
    setting is enabled, Transport Layer Security/Secure Sockets Layer (TLS/SSL) Security Provider uses only the FIPS 140 approved cryptographic algorithms: 3DES and AES for encryption, RSA or ECC public key cryptography for the TLS key exchange and authentication,
    and only the Secure Hashing Algorithm (SHA1, SHA256, SHA384, and SHA512) for the TLS hashing requirements.
    Disabled the setting in a new gpo and everything returned to normal.
    Grts.

  • Error Message "PLS:707, unsupported construct or internal error "

    I am having a Stored Procedure which runs most of the times successfully when executed.But all of a sudden it throws a error message
    ERROR at line 1:
    ORA-06553: PLS-707: unsupported construct or internal error [2601]
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    So to correct this problem, i just compile the procedure again without doing any change.After doing this it works fine.When i logout from Oracle and relogin and try to execute the same SP , it again throws the error message.I am in need of a solution for this problem at the earliest.So request you to provide the feedback at the earliest.
    I am using
    Oracle8 Release 8.0.5.0.0
    PL/SQL Release 8.0.5.0.0
    I have attached the source code below.
    CREATE OR REPLACE PROCEDURE Gen_SinPrjEff(Sp_Proj_Id IN NUMBER,
    Sp_Emp_Id IN VARCHAR2,
    Sp_Start_Date IN VARCHAR2,
    SP_End_Date IN VARCHAR2)
    IS
    Date_Null NUMBER(1) := 0;
    CURSOR prjeff IS
    SELECT aa,
    bb,
    dd,
    sum(ee)
    FROM ( SELECT 'ProjectEffort' aa,
    RPAD(SUBSTR(b.employeename,1,20),20,' ') bb,
    '' dd,
    SUM(a.hourstoday) ee
    FROM timesheetentry a,
    employeemst b,
    project c,
    project d
    WHERE a.entryfromprojectid = Sp_Proj_Id
    AND a.projectid = Sp_Proj_Id
    AND c.projectid = a.entryfromprojectid
    AND d.projectid = a.projectid
    AND b.employeeno = a.employeeno
    AND ((Date_Null = 9) OR ((Date_Null = 1) AND
    (a.entrydate BETWEEN TO_DATE(Sp_Start_Date,'DD-Mon-YYYY') AND
    TO_DATE(Sp_End_Date,'DD-Mon-YYYY'))))
    GROUP BY RPAD(SUBSTR(b.employeename,1,20),20,' '),
    SUBSTR(d.projname,1,30)
    UNION
    SELECT 'ProjectEffort' aa,
    RPAD(SUBSTR(b.employeename,1,20),20,' ') bb,
    '' dd,
    SUM(a.hourstoday) "ee"
    FROM timesheetentry a,
    employeemst b,
    project c,
    project d
    WHERE a.entryfromprojectid <> Sp_Proj_Id
    AND a.projectid = Sp_Proj_Id
    AND c.projectid = a.entryfromprojectid
    AND d.projectid = a.projectid
    AND b.employeeno = a.employeeno
    AND ((Date_Null = 9) OR ((Date_Null = 1) AND
    (a.entrydate BETWEEN TO_DATE(Sp_Start_Date,'DD-Mon-YYYY') AND
    TO_DATE(Sp_End_Date,'DD-Mon-YYYY'))))
    GROUP BY RPAD(SUBSTR(b.employeename,1,20),20,' '),
    SUBSTR(d.projname,1,30)
    GROUP BY aa,bb,dd
    UNION
    SELECT 'ProjectOthers',
    RPAD(SUBSTR(b.employeename,1,20),20,' ') "Employee Name",
    RPAD(SUBSTR(d.projname,1,30),30,' ') dd,
    SUM(a.hourstoday) "Effort Spent"
    FROM timesheetentry a,
    employeemst b,
    project c,
    project d
    WHERE a.entryfromprojectid = Sp_Proj_Id
    AND a.projectid <> Sp_Proj_Id
    AND c.projectid = a.entryfromprojectid
    AND d.projectid = a.projectid
    AND d.swonflag = 0
    AND b.employeeno = a.employeeno
    AND ((Date_Null = 9) OR ((Date_Null = 1) AND
    (a.entrydate BETWEEN TO_DATE(Sp_Start_Date,'DD-Mon-YYYY') AND
    TO_DATE(Sp_End_Date,'DD-Mon-YYYY'))))
    GROUP BY RPAD(SUBSTR(b.employeename,1,20),20,' '),
    SUBSTR(d.projname,1,30)
    UNION
    SELECT 'SwonEffort',
    RPAD(SUBSTR(b.employeename,1,20),20,' ') "Employee Name",
    RPAD(SUBSTR(d.projname,1,30),30,' ') "Project To",
    SUM(a.hourstoday) "Effort Spent"
    FROM timesheetentry a,
    employeemst b,
    project c,
    project d
    WHERE a.entryfromprojectid = Sp_Proj_Id
    AND a.projectid <> Sp_Proj_Id
    AND c.projectid = a.entryfromprojectid
    AND d.projectid = a.projectid
    AND d.swonflag = 1
    AND b.employeeno = a.employeeno
    AND ((Date_Null = 9) OR ((Date_Null = 1) AND
    (a.entrydate BETWEEN TO_DATE(Sp_Start_Date,'DD-Mon-YYYY') AND
    TO_DATE(Sp_End_Date,'DD-Mon-YYYY'))))
    GROUP BY RPAD(SUBSTR(b.employeename,1,20),20,' '),
    SUBSTR(d.projname,1,30);
    Eff_Type admin32.prjeffdata.prjefftype%type;
    Proj_Name admin32.prjeffdata.projname%type;
    Emp_Name admin32.prjeffdata.empname%type;
    Proj_Eff admin32.prjeffdata.projeff%type;
    Tmp_Dind admin32.prjeffdata.del_ind%type;
    BEGIN
    -- dbms_output.put_line('Begin');
    Tmp_Dind := NULL;
    TmP_Dind := LPAD(LTRIM(RTRIM(Sp_Emp_Id)),6,'0') || LPAD(LTRIM(RTRIM(TO_CHAR(Sp_Proj_Id))),5,'0');
    IF (Sp_Start_Date IS NULL) THEN
    Date_Null := 9;
    ELSE
    Date_Null := 1;
    END IF;
    dbms_output.put_line(to_char(date_null));
    DELETE prjeffdata
    WHERE del_ind = LPAD(LTRIM(RTRIM(Sp_Emp_Id)),6,'0') || LPAD(LTRIM(RTRIM(TO_CHAR(Sp_Proj_Id))),5,'0');
    COMMIT;
    OPEN prjeff;
    LOOP
    Eff_Type := NULL;
    Proj_Name := NULL;
    Emp_Name := NULL;
    Proj_Eff := NULL;
    FETCH prjeff
    INTO Eff_Type,
    Emp_Name,
    proj_Name,
    proj_Eff;
    EXIT WHEN prjeff%NOTFOUND;
    INSERT INTO prjeffdata(prjefftype,
    empname,
    projname,
    projeff,
    del_ind)
    VALUES (eff_type,
    emp_name,
    proj_name,
    proj_eff,
    Tmp_Dind);
    --dbms_output.put_line(eff_type || ',' || emp_name || ',' || proj_name );
    END LOOP;
    CLOSE prjeff;
    COMMIT;
    --dbms_output.put_line('End');
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    dbms_output.put_line('Error');
    WHEN OTHERS THEN
    dbms_output.put_line('Error');
    END

    This is what works on 8.1.7. I don't know the svrmgrl name in 8.0.5, but it should be in your %ORACLE_HOME%/bin
    > cd %oracle_home%\rdbms\admin
    >svrmgr sys/<password>@dbname
    SVRMGR> @standard
    Statement processed.
    Statement processed.
    Statement processed.
    SVRMGR> @UTLRP
    if this doesn't work then do this
    SVRMGR> @catalog
    good luck

  • Fatal Internal Error

    Fatal Internal Error in drawmgr2.cpp line 333 Labview version 7.1.1
    This
    is a repeatable crash when trying to open "Config Numeric
    Comparison.vi" from the Mindstorm 1.1 "Blocks" directory.  No option is
    given to send a report.
    -David

    duplicate post: http://forums.ni.com/ni/board/message?board.id=beta18&thread.id=563&jump=true
    LabVIEW Champion . Do more with less code and in less time .

  • Fatal Internal Error source/manager/thread.cpp line 3472 while starting LabVIEW

    When I try to begin LabVIEW 7.1.1 on my mac OS X 10.4, I see the LV logo and then I get the pop-up window:
    LabVIEW.app Alert
    Fatal Internal Error: "source/manager/thread.cpp", line 3472
    LabVIEW version 7.1.1
    You will lose any unsaved work. For assistance in resolving this
    problem, please relaunch LabVIEW, or contact National Instruments.
    When I click on Continue, it kills LabVIEW. I also get 2 other
    windows...one says Investigate Previous Internal Error...which does not
    do anything, irrespective of what I click in that window.
    The other window is called Controls.
    The last message I see on the LabVIEW splash screen is Server: Exported VIs list ok.
    The LV website says I need to make DLLs re-entrant, but I can't even begin LV to solve this problem.
    Any suggestions?

    Hi Enduro,
    I would suggest creating a service request for this problem at ni.com/ask. The Applications Engineer will be interested in looking at the error log that is being created, so that we can determine if this problem has occurred before.
    Amanda Howard
    Americas Services and Support Recruiting Manager
    National Instruments

Maybe you are looking for

  • Multiple ipods one itunes; repeat registering

    I had a ipod that just died. I am adding a new one to my computer at the same time I happen to be setting up my kids for christmas gifts. I have done the multiple libaries fine however now when I plug each on in to make updates itunes asks me to regi

  • ThinkPad W530 Review

    Just wanted to give a heads up about a review of the W530 that's written by a user who owns the W520, so it's heavy on comparisons which is kind of helpful if you're familiar with that machine.  I'll quote the whole review below sans all the images t

  • Iphoto hid my pictures when opening a CD of pictures

    my sisters wedding picture cd asked me for an update before i could open it in iphoto, then when i went to events only the pictures from her cd were in iphoto. now i have a bunch of icons on my desktop and NONE of my 3,000 pictures can be found in ip

  • Essbase error

    Hi all I am getting this peculiar error. Essbase server is not starting and throws error Error(1051518) Essbase global application does not exist at Shared Services prabha

  • Restoring default fonts without reinstalling OS X?

    I recently uninstalled a trial version of Microsoft Office, and followed an online tutorial to delete any and all files associated with it. However, by mistake, I deleted some of my default fonts. I've tried using Font Book to recover them but it kee