Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> anyone running ctxsrv program?

anyone running ctxsrv program?

From: Guang Mei <gmei_at_incyte.com>
Date: Wed, 9 Jun 2004 15:44:09 -0400
Message-ID: <NJEDKDKJDGAKAEKKNEEJGEJIDEAA.gmei@incyte.com>


Hi:

8173 running on Solaris 2.8.

Does any one have experience running oracle's "ctxsrv" as background process to alleviate some locking issues? We are experiencing session piling up when sometimes Oracle Intermadia index is being built (when two sessions were updating different rows in the same table). When it happened, I ran a query and saw something like this:

       SID OBJECT USERNAME
---------- ---------- ------------------------------

IMAGE                                            LOCK_TYPE

------------------------------------------------ --------------------------
MODE_HELD

MODE_REQUESTED
        29 DR$WAITING ISI
(TNS V1-V3)                                      DML
Row-X (SX)
None

       SID OBJECT USERNAME
---------- ---------- ------------------------------

IMAGE                                            LOCK_TYPE

------------------------------------------------ --------------------------
MODE_HELD

MODE_REQUESTED
        29 TEMPTEXT   ISI
(TNS V1-V3)                                      DML
Row-X (SX)
None

       SID OBJECT USERNAME
---------- ---------- ------------------------------

IMAGE                                            LOCK_TYPE

------------------------------------------------ --------------------------
MODE_HELD

MODE_REQUESTED
        29 DR$TEMPTEX ISI
(TNS V1-V3)                                      DML
Row-X (SX)
None

...

Usually after a few minutes, everthing is back to normal. My guess is that Oracle is somehow trying to build context index and it takes long time to do that (don't know why). I saw from the oracle doc perhaps running ctxsrv at the background would help. So what is your experience of running ctxsrv?

TIA. Guang



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Wed Jun 09 2004 - 14:51:57 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US