From: oraclenewbie@yahoo.com (Oraclenewbie)
Newsgroups: comp.databases.oracle
Subject: Is it possible to Start Oracle Report Server during Unix Bootup ?
Date: 6 Jun 2001 01:08:37 -0700
Organization: http://groups.google.com/
Lines: 19
Message-ID: <54a16def.0106060008.78649d50@posting.google.com>
NNTP-Posting-Host: 148.87.1.170
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 991814917 16156 127.0.0.1 (6 Jun 2001 08:08:37 GMT)
X-Complaints-To: groups-support@google.com
NNTP-Posting-Date: 6 Jun 2001 08:08:37 GMT


Hi,

I have tried to start the report Server by writing a script S99RepServe 
in the /etc/rc2.d directory.
I am setting all the Environment variables required and starting the 
Report Server in another file called forms60.sh. I am calling the 
Report Server using the Reports60_Server script which is provided by Oracle.

The contents of the S99RepServe file is :

su -c oracle_user . /forms60.sh

The Report Server doesn't start up when I reboot my Unix Box ( Sun Solaris ).
But if I run the same script after the Server is up and running, it works well.

Any info, comments, suggestions most welcome.

Tq & Rg,
Oraclenewbie.

