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

Home -> Community -> Usenet -> c.d.o.server -> Re: Context Server :can't run in background!!

Re: Context Server :can't run in background!!

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: 1997/07/24
Message-ID: <33d9b1cb.18179460@newshost>#1/1

Haven't heard of this myself. (and we run it in the background on all platforms)

I use the following script to start my context server in the background all the time:

set log = /usr/oracle/rdbms/log/ctxq.log  

ctxsrvx -user ctxsys/ctxsys -personality Q >& $log


If you have a problem with the server 'exiting' after the shell exits, look into the UNIX nohup command, eg:

$ nohup ctxstart &  

Nohup tells the background processes to ignore the signal that would otherwise have them exit when you exit....

On 23 Jul 1997 14:13:37 -0400, kkwiatek_at_nova.umuc.edu (Keith Kwiatek) wrote:

>
>Hello,
>
>We recently purchased Oracles Context option for our HPUX platform.
>
>However we are unable to get it to run in background mode. Oracle Corp.
>says they know of the problem... but have no fixes as of yet....
>
>Is anyone out there using the Oracle Context Option and having a similar
>problem....HAVE YOU come up with any work-arounds?
>
>Your help is greatly appreciated!!
>
>Keith Kwiatek
>

Thomas Kyte
tkyte_at_us.oracle.com
Oracle Government
Bethesda MD

http://govt.us.oracle.com/ -- downloadable utilities



Opinions are mine and do not necessarily reflect those of Oracle Corporation Received on Thu Jul 24 1997 - 00:00:00 CDT

Original text of this message

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