Error: DRG-11208: ORACLE_HOME is not set

Hello, All.
When I try to create index from client side,
following error occures:
create index quick_text on quick ( text )
indextype is ctxsys.context
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-20000: interMedia Text error:
DRG-11422: linguistic initialization failed
DRG-00100: internal error, arguments : [52100],[drxs.c],[553],[gxtopen],[1]
DRG-11208: ORACLE_HOME is not set
ORA-06512: at "CTXSYS.DRUE", line 126
ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 78
ORA-06512: at line 1
When I run this query in Server Side this
error does not occures.
Can anyone help me to fix this problem ?
Best Regards,
Maxim Krapivin,
Quantum Art Inc., http://www.artq.com
null

i think this sql is sent to server for processing ,

Similar Messages

  • Oracle Text Index Error - DRG-10700: preference does not exist: CTXSYS.DEFA

    Hi we are having a Oracle 11g db.And we have installed CTX SYS package and provided the grants to the required schema.
    But while creating the oracle text index, following error is thrown:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-10700: preference does not exist: CTXSYS.DEFAULT_LEXER
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 365
    Following grnats are given :
    GRANT EXECUTE ON CTXSYS.CTX_DDL TO <schema_name>;
    GRANT APPOWN TO <schema_name>;
    GRANT CTXAPP TO <schema_name>;
    I have verifyed the ctxsys.CTX_PREFERENCES view which is having an entry as :
    SELECT PRE_OWNER, PRE_NAME
    FROM CTXSYS.CTX_PREFERENCES
    WHERE PRE_NAME = 'DEFAULT_LEXER';
    The Result is :
    PRE_OWNER     PRE_NAME
    SYS     DEFAULT_LEXER
    Can you please assist if there is a way to update the permission on this DEFAULT_LEXER preference to set the PRE_OWNER as CTXSYS ?
    Thanks

    That's odd. If I run the same query I see:
    SQL> SELECT PRE_OWNER, PRE_NAME
      2  FROM CTXSYS.CTX_PREFERENCES
      3  WHERE PRE_NAME = 'DEFAULT_LEXER';
    PRE_OWNER                      PRE_NAME
    CTXSYS                         DEFAULT_LEXERAre all your defaults like thsi? What do you see if you run
    select pre_owner, pre_name from ctxsys.ctx_preferences where pre_name like 'DEFAULT%';
    It would be easy enough to update the underlying table DR$PREFERENCES to fix the owner, but who knows what else might be wrong.
    Has this database been updated from a 9i installation by any chance?

  • "An error has occurred:Object reference not set to an instance of an object."

    This error message comes up with a user in InfoView.  The user schedules a report, updates parameters, and the report kicks off successfully.  But then a few minutes later, this error is received.    This occurs sporadically, regardless of the length of time of report or amount of data being retrieved.  Sometimes the report runs to completion.  Other times this error message occurs.
    Has anyone seen this before and have any thoughts?
    Thank you.
    “An error has occurred:Object reference not set to an instance of an object.”

    Are you able to replicate the issue both in Java and .NET InfoView?
    For .NET InfoView, sometimes the "An error has occurred: Object reference not set to an instance of an object" error shows up after the .NET Framework is upgraded to 2.0

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

  • In Production IC AGENT Bussines role ,iam getting error Worker session error in session initialization(SAM_QUEUE NOT SET ) in sap crm?

    Hi Team,
    In Production IC AGENT Bussines role ,I have configured the bussines role.in DEV,and QA system it is working fine...in production ,iam getting error as below.
    Worker session error in session initialization(SAM_QUEUE NOT SET )
    Type = SYSTEM_ERROR,ID = ERROR_SESSOPN_INIT,description=
    Could youe please help here..
    Thanks
    Kalpana

    Hi Kalpana,
    Please take a look at KBA 1954574 - Problems with CRM IC Functionalities related to Communication Session (alerts, greyed out ready/not ready buttons, agent dashboard) in complex system landscapes
    This details a few things you need to check.
    Let me know how you get on. If you have any questions or concerns.
    Kind Regards,
    James

  • Error in ExecFormMode: Object reference not set...Enprise Job Costing

    Partner Add-on: Enprise Job Costing Version 245
    SAP 2007A SP01 PL05
    Open Job window -> trying to create the first job in a new company -> Add mode -> Get the error message:
    Error in ExecFormMode: Object reference not set to an instance of an object
    Thanks.

    This error was resolved in the job costing version 8.00.248.  The problem was a field name conflict occurring in SBO 2007A SP01 PL08 and higher and SBO 8.8 PL08 and higher with Enprise Job Costing versions earlier than 8.00.248.  The Enprise partner support website has an important note explaining this on the home page - www.enprise.com/partner
    Regards,
    Lianne Plant
    Support Manager

  • Worker session error in session initialization (SAM_QUEUE NOT SET )

    Hello,
    We are in CRM7.0 web ui.
    When we try to  create service ticket and clicking partners link , we are getting exception.
    "Worker session error in session initialization (SAM_QUEUE NOT SET )"
    Can anyone tell how to set queue value for SAM_SESS_QUEUE in SICF?
    Regards,
    Indhra

    hi Indhra,
    did you check, whether the services are active:
    /Nsicf
    /default_host/sap/bc/bsp/sap/
    sam_sess_queue and sam_notifying
    and the polling profile is defined with polling frequence:
    /Nspro
    ->Interaction Center WebClient
    ->Basic Functions
    ->Define Context Area Profile
    there "Define Polling Profile"
    best wishes,
    Hakan

  • Sharepoint 2010 Error: System.NullReferenceException: Object reference not set to an instance of an object when trying to upload a document

    Hi,
    Environment: Windows server 2008 R2 , Sharepoint2010
    Getting the below error while uploading a document.  Below is the stack trace.
    System.NullReferenceException: Object reference not set to an instance of an object.    
    at Microsoft.Office.RecordsManagement.PolicyFeatures.ApplicationPages.UploadPage.GetEditFormUrl(SPWeb web, SPList currentList, SPFolder currentFolder, SPContentTypeId id, String comments, SPFile spfile, String sourceUrl, HttpRequest request)     
    at Microsoft.Office.RecordsManagement.PolicyFeatures.ApplicationPages.UploadPage.GetEditFormUrl(SPFile spfile)     
    at Microsoft.Office.RecordsManagement.PolicyFeatures.ApplicationPages.UploadPage.OnSubmit(Object o, EventArgs e)     
    at Microsoft.Office.RecordsManagement.PolicyFeatures.ApplicationPages.UploadExPage.OnSubmit(Object o, EventArgs e)     
    at System.Web.UI.HtmlControls.HtmlInputButton.OnServerClick(EventArgs e)     
    at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)     
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Still new in sharepoint, so no idea where to start.  Please advice.
    Thanks.

    Hi Alex,
    Do you have any update?
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • ITunes on my computer does not recognize my phone after 3 years.  Error message says iTunes is not set up on phone.  How do I rectify this?

    ITunes is not recognizing my iPhone 4 after several years of using iTunes and an iPhone.  I receive an error message that now says my Apple device is not set up for iTunes.  Why would this stop working and what do I do to rectify the problem?

    Log in to iTunes,  go to "view your account info" on the itunes store,  deauthorise all five, (Please Note: this can only be done Once every 12 months)  and then re-authorize your current Computers one at a time.
    Authorise / Deauthorise About
    http://support.apple.com/kb/HT1420

  • Error in ArjunaMs Provider: Could not set up Initial Context

    Hi,
    I am trying to run the chatdemo example that comes with arjunams using http as the protocol and for that I have changed the file "chatdemo.properties" to this:
    java.naming.factory.initial=com.arjuna.ams.client.naming.AMSInitialContextFactory
    java.naming.provider.url=ams://server?web#http://localhost:8090/WebConnect/WebConnect
    I have already tried running the tomcat server in port 8080 now I am trying it in 8090 and I have WebConnect.war deployed in webapps folder. When I run the chatdemo I get the following error:
    Caught exception getting properties from file
    javax.naming.CommunicationException: Cannot set up Initial Context : Timeout whe
    n communicating with the server (ams.timeout=3000 [milliseconds]). [Root excepti
    on is [TIMEOUT_EXCEPTION]com.arjuna.ams.internal.client.common.TransportExceptio
    n: Timeout when communicating with the server (ams.timeout=3000 [milliseconds]).
    at com.arjuna.ams.internal.client.core.AbstractInitialContext.<init>(Abs
    tractInitialContext.java:171)
    at com.arjuna.ams.internal.client.transport.server.InitialContext.<init>
    (InitialContext.java:72)
    at com.arjuna.ams.internal.client.transport.server.web.naming.InitialCon
    text.<init>(InitialContext.java:40)
    at com.arjuna.ams.internal.client.transport.server.web.naming.InitialCon
    textFactory.getInitialContext(InitialContextFactory.java:41)
    at com.arjuna.ams.client.naming.AMSInitialContextFactory.getInitialConte
    xt(AMSInitialContextFactory.java:360)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
    62)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243
    at javax.naming.InitialContext.init(InitialContext.java:219)
    at javax.naming.InitialContext.<init>(InitialContext.java:195)
    at com.arjuna.ams.demos.chat.core.JMSChatInterface.<init>(JMSChatInterfa
    ce.java:240)
    at com.arjuna.ams.demos.chat.ui.text.TextClient.test(TextClient.java:163
    at com.arjuna.ams.demos.chat.ui.text.TextClient.main(TextClient.java:67)
    Caused by: [TIMEOUT_EXCEPTION]com.arjuna.ams.internal.client.common.TransportExc
    eption: Timeout when communicating with the server (ams.timeout=3000 [millisecon
    ds]).
    at com.arjuna.ams.internal.client.common.MessageCarrierBuffer.get(Messag
    eCarrierBuffer.java:67)
    at com.arjuna.ams.internal.client.common.RPCMapper.sendRPC(RPCMapper.jav
    a:102)
    at com.arjuna.ams.internal.client.transport.server.TransportManager.init
    (TransportManager.java:139)
    at com.arjuna.ams.internal.client.transport.server.InitialContext.create
    TransportLayer(InitialContext.java:102)
    at com.arjuna.ams.internal.client.core.AbstractInitialContext.createComm
    Chain(AbstractInitialContext.java:999)
    at com.arjuna.ams.internal.client.core.AbstractInitialContext.<init>(Abs
    tractInitialContext.java:165)
    What can be the error? Please I need help urgently!!!
    Thanks in advance!

    Hi RESIDENT2,
    First of all, please let me apologise for the delay in response time to your message! Unfortunately it seems as though we missed this one.
    Can I suggest to you that the best place to get help with ArjunaMS is from:
    http://www.arjuna.com/forum/
    As far as your problem is concerned it appears as though you have performed the correct procedures to setup ArjunaMS, if your problem still exists can I ask you to post a complete description of the system as it stands.
    NOTE: To check the WebConnect servlet is running you should be able to connect to http://localhost:8090/WebConnect, which should display a welcome page for the servlet. If this welcome screen cannot be seen then the servlet failed to deploy.
    Once again, sorry for the delayed response!
    Cheers,
    Tom
    Arjuna Technologies Limited

  • DRG-11208 at Oracle 8.1.7 on Windows NT

    Hi,
    I have some problem with the creating of a text index. If I type something like:
    create index quick_text on quick(text) indextype is cntsys.context
    the following error message comes every time:
    DRG-11208 ORACLE_HOME is not set
    But there is a section with ORACLE_HOME in LISTENER.ORA and the environment variable ORACLE_HOME is set too.
    This problem takes place only for Oracle 8.1.7, not for 8.1.5
    Has someone an idea, how one can solve this problem?
    Thanks in advance

    You need to set up your enviromental variables. Check with your DBA.

  • Problems with OCI without an environment (ORACLE_HOME not set)

    System: Solaris 9, Sun-Fire-V440
    Our application has Oracle 9i as one of the possible persistence backends. Oracle is not always available at all clients sites so we use dlopen/dlsym to access the required OCI functions in clntsh on demand. Moreover, the app is started by inetd, so there is no environment and ORACLE_HOME is not set. The result is that OCIEnvCreate fails and returns -1. Presumably libclntsh.so.9.0 looks for ORACLE_HOME and falls over when it doesn't find it.
    Q: Is there a work around for this purely in terms of 9i version software?
    One work around we've found is to install Instant Client. IC is intended to run in cases where there is no ORACLE_HOME set. This now acts as a gateway between our app and 9i. However, in order to make our app work with IC we've had to 'crle' the install path of IC. This is not so desirable because it adds to the admin burden.
    Q. If the answer to the first question is 'no', is there another way of connecting to Oracle without modifying lib search paths?
    I am including skeleton.cpp and the corresponding skeleton.ksh which demonstrates the problem.
    Any advice is very much appreciated.
    Adam
    ############## skeleton.cpp ########################
    #include <stdlib.h>
    #include <stdio.h>
    #include <dlfcn.h>
    #include <link.h>
    #include <oci.h>
    #include <oratypes.h>
    int main(int argc, char *argv[])
    OCIEnv *envhp;
    sword (*MY_OCIEnvCreate)(...);
    char* dlerr;
    sword ociret;
    if(argc < 1)
    exit(1);
    char dllname = (char )argv[1];
    void *mydll = dlopen(dllname,RTLD_NOW|RTLD_GLOBAL);
    if (mydll==NULL)
    fprintf(stderr,"Error while loading Oracle module. dlopen() failed.\n"
         "OS says: %s.\n",
         (dlerr=dlerror())?dlerr:"");
    exit(1);
    MY_OCIEnvCreate = (sword(*)(...)) dlsym(mydll,"OCIEnvCreate");
    if (MY_OCIEnvCreate == NULL)
    fprintf(stderr,"Error while loading Oracle module function %s.\n"
         "OS says: %s.\n",
         "OCIEnvCreate",
         (dlerr=dlerror())?dlerr:"");
    exit(1);
    ociret = MY_OCIEnvCreate(&envhp, OCI_DEFAULT, (dvoid *)0,
                   0, 0, 0, (size_t)0, (dvoid **)0);
    if (OCI_SUCCESS != ociret)
    fprintf(stderr, "OCI Error %ld occurred.\n", ociret);
    exit(1);
    return 0;
    ########### skeleton.ksh #####################
    #!/bin/ksh -vx
    ORA_DIR=/usr/opt/oracle/product/9.2.0.1.0
    INSTCLI_DIR=/d0/adam/instantclient/instantclient10_1
    # Make with 9i libs
    CC -ldl -I$ORA_DIR/rdbms/demo -I$ORA_DIR/rdbms/public -o skeleton skeleton.cpp
    if [[ $? -ne 0 ]]; then
    print "ERROR: compile 1 failed"
    exit 1
    fi
    # expect to succeed with ORACLE_HOME set and fail with ORACLE_HOME unset
    export ORACLE_HOME=$ORA_DIR
    skeleton $ORA_DIR/lib32/libclntsh.so
    if [[ $? -ne 0 ]]; then
    print "ERROR: unexpectedly failed in 9i on ORACLE_HOME set"
    exit 1
    fi
    unset ORACLE_HOME
    skeleton $ORA_DIR/lib32/libclntsh.so
    if [[ $? -eq 0 ]]; then
    print "ERROR: unexpectedly succeeded in 9i on ORACLE_HOME set"
    exit 1
    fi
    # Make with Instance Client libs
    CC -ldl -I$ORA_DIR/rdbms/demo -I$ORA_DIR/rdbms/public -o skeleton skeleton.cpp
    if [[ $? -ne 0 ]]; then
    print "ERROR: compile 2 failed"
    exit 1
    fi
    # expect to succeed with ORACLE_HOME unset
    skeleton $INSTCLI_DIR/libclntsh.so
    if [[ $? -ne 0 ]]; then
    print "ERROR: unexpectedly failed with Instance Client 10.1 and ORACLE_HOME set"
    exit 1
    fi
    exit 0
    ############################################

    After some investigation I have found a surprisingly simple solution to this problem. When inetd exec's a process, it provides a bare bones environment that comes from the /etc/default/login file. This environment can be extended using putenv(3C). Thus after dlopen/dlsym of clntsh, the program calls putenv with "ORACLE_HOME=/usr/opt/oracle/product/9.2.0.1.0" as argument. OCIEnvCreate and other OCI calls work fine after this.
    Adam

  • MSS Error Page Counter is not set.

    Hi,
         I am using EP 7.01 and ECC 6.0 I am getting error in MSS-->Inbox and selecting the option PCR  contract agreement generation ,then getting the error like Page counter is not set. How to resolve this error? Can someone give the solution?
    Thanks,
    Kundan

    Goto--> Main Program.
    Then Goto->Attributes.
    You can change the unicode checks active flag here

  • DRG-11110: matches does not support functional invocation

    Hi all,
    We are working on the some prototype and we hit this road block.
    When 'matches' was included with other conditions in query and used in pl/sql we are getting this error.
    Oracle Text error: DRG-11110: matches does not support functional invocation
    We tried including the hint /*+ index(t2 t2x) */ * (t2 table and t2x index ) in query but it didn't help.
    The query works fine from SQL developer, but included in pl/sql gives the error 9 out of 10times.
    Is there something that anyone can help
    Regards,
    Chaitanya.

    The optimizer tends to choose functional invocation, which will cause the query to fail, when the structured portion of the query is most restrictive. So you will need to stop it from selecting what might otherwise be the most efficient plan at the times when you might have otherwise gained the most performance benefit from it. You want to try to force the optimizer to use the domain index to select the rows based on the matches criteria first, then evaluate the other conditions. You will need to experiment with things like your date filter to see if that causes funcitonal invocation or not. It will depend on how restricitve that is, whether there is an index on the date column and whether there is a small enough amount of data to do a full table scan benficially. You might benefit from hints but the "rownum > 0" seems to have the most consistent effect. You can use "explain plan for" on a query that fails to see what it was trying to do. Notice the difference in the execution plans below for the first failed query and the second working query that uses the domain index.
    SCOTT@orcl_11g> SET AUTOTRACE ON EXPLAIN
    SCOTT@orcl_11g> SELECT req_id, request, query_id, query_string
      2  FROM   queries, requests, tmptab
      3  WHERE  matches (query_string, request) > 0
      4  AND    tmptab.ID = query_id
      5  /
    SELECT req_id, request, query_id, query_string
    ERROR at line 1:
    ORA-20000: Oracle Text error:
    DRG-11110: matches does not support functional invocation
    SCOTT@orcl_11g> SET AUTOTRACE OFF
    SCOTT@orcl_11g> EXPLAIN PLAN FOR
      2  SELECT req_id, request, query_id, query_string
      3  FROM   queries, requests, tmptab
      4  WHERE  matches (query_string, request) > 0
      5  AND    tmptab.ID = query_id
      6  /
    Explained.
    SCOTT@orcl_11g> SELECT * FROM TABLE (DBMS_XPLAN.DISPLAY)
      2  /
    PLAN_TABLE_OUTPUT
    Plan hash value: 3854985881
    | Id  | Operation           | Name     | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT    |          |     1 |   855 |    13   (8)| 00:00:01 |
    |   1 |  NESTED LOOPS       |          |     1 |   855 |    13   (8)| 00:00:01 |
    |*  2 |   HASH JOIN         |          |     3 |  1320 |     7  (15)| 00:00:01 |
    |   3 |    TABLE ACCESS FULL| TMPTAB   |     3 |    39 |     3   (0)| 00:00:01 |
    |   4 |    TABLE ACCESS FULL| QUERIES  |   300 |   125K|     3   (0)| 00:00:01 |
    |*  5 |   TABLE ACCESS FULL | REQUESTS |     1 |   415 |     2   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       2 - access("TMPTAB"."ID"="QUERY_ID")
       5 - filter("CTXSYS"."MATCHES"("QUERY_STRING","REQUEST")>0)
    Note
       - dynamic sampling used for this statement
    22 rows selected.
    SCOTT@orcl_11g> DELETE plan_table
      2  /
    6 rows deleted.
    SCOTT@orcl_11g> SET AUTOTRACE ON EXPLAIN
    SCOTT@orcl_11g> SELECT req_id, request, query_id, query_string
      2  FROM   (SELECT req_id, request, query_id, query_string
      3            FROM   queries, requests
      4            WHERE  matches (query_string, request) > 0
      5            AND    ROWNUM > 0),
      6           tmptab
      7  WHERE tmptab.ID = query_id
      8  /
        REQ_ID REQUEST           QUERY_ID QUERY_STRING
             1 A B C                  699 A | B
             2 B C                    699 A | B
    Execution Plan
    Plan hash value: 615182442
    | Id  | Operation                        | Name             | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT                 |                  |    45 | 37935 |    14   (8)| 00:00:01 |
    |*  1 |  HASH JOIN                       |                  |    45 | 37935 |    14   (8)| 00:00:01 |
    |   2 |   TABLE ACCESS FULL              | TMPTAB           |     3 |    39 |     3   (0)| 00:00:01 |
    |   3 |   VIEW                           |                  |    45 | 37350 |    10   (0)| 00:00:01 |
    |   4 |    COUNT                         |                  |       |       |            |          |
    |*  5 |     FILTER                       |                  |       |       |            |          |
    |   6 |      NESTED LOOPS                |                  |    45 | 37890 |    10   (0)| 00:00:01 |
    |   7 |       TABLE ACCESS FULL          | REQUESTS         |     3 |  1245 |     3   (0)| 00:00:01 |
    |   8 |       TABLE ACCESS BY INDEX ROWID| QUERIES          |    15 |  6405 |    10   (0)| 00:00:01 |
    |*  9 |        DOMAIN INDEX              | QUERY_STRING_IDX |       |       |     0   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       1 - access("TMPTAB"."ID"="QUERY_ID")
       5 - filter(ROWNUM>0)
       9 - access("CTXSYS"."MATCHES"("QUERY_STRING","REQUEST")>0)
    Note
       - dynamic sampling used for this statement
    SCOTT@orcl_11g>

  • "DRG-10700: preference does not exist: french_lexer"

    Hi
    I am working on a database migration from 9.2.0.7 to 10.2.0.4.
    Everything is working fine but Oracle text no.
    The user CTXSYS is ok, he is granted all privilege
    I am trying to create this index, and I have got this error:
    CREATE INDEX USER.MY_TABLE_CTX01 ON USER.MY_TABLE
    (TITLE) INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS('storage mystore LEXER french_lexer');
    Error at line 3
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-10700: preference does not exist: french_lexer
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 364
    But berfore creating this index, I create the french lexer with
    sqlplus ctxsys/<password> @defaults/drdeffrc.sql.
    The table "my_table" is very simple, title is varchar(2000).
    But i can create this index with the default options
    CREATE INDEX USER.MY_TABLE_CTX01 ON USER.MY_TABLE
    (TITLE) INDEXTYPE IS CTXSYS.CONTEXT ;
    I can't understant why french lexer seems to be not installed despite of running this script drdeffrc.sql.
    Any idea?
    Regards
    Martin

    Where did you get the instructions to run drdeffrc.sql? I'm not aware of that script - I assume it's meant to be installed at installation time.
    There is no french_lexer as such. If your language settings are set to French, then the system will use French defaults in the basic_lexer.
    - Roger

Maybe you are looking for

  • Remove link for uploaded files in application

    Hi all, I've been following the tutorial on how to upload and download files in application at http://download-uk.oracle.com/docs/cd/B32472_01/doc/appdev.300/b32469/up_dn_files.htm. I have now created my own table which stores the uploaded files and

  • Data Selection tab in infopackage

    Hi Gurus Its a very basic question but can anybody tell me what function the "data selection " Tab does in infopackage? I know the setting required on R3 side for that but not sure why we use the data selection. Can we use this data selection for mas

  • Can't print pdf files from my imac

    can't print pdf files from my imac.

  • Document archive settings

    Hi I 've a document library in sharepoint and I want the users to save files, change the filenamn. BUT they should not have the possibility to delete the file. How do I the settings/permissions for that?

  • Cannot find the "Import Designs" option in BPM Studio/JDev 11.1.1.3

    Dear All, I'm using JDeveloper 11.1.1.3 and the corresponding BPM studio. I cannot see the option to "Import Designs" as described here: How to import XPDL