Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to autostart Oracle 10g on SuSE 9.3
"Christian Meier" <tomtailor_at_freesurf.fr> wrote in message
news:1127561758.078824.158780_at_g44g2000cwa.googlegroups.com...
> Hello!
>
> I am not able to get my Oracle 10g Database starting on System startup.
> Listerner and emctl are running very vell but the Databases i have to
> start by foot. At this time I have the following 2 Shellscripts in
> rc.d/rc5.d/
>
> S01setenviroment.sh
> export ORACLE_HOME=/opt/oracle/product/10gR2
> export ORACLE_SID=oracle
>
> S25startemctl.sh
> su oracle -c '$ORACLE_HOME/bin/emctl start dbconsole'
>
> and I have also placed a Symlink of Oracles dbstart into the
> rc5.d/S24dbstart
>
> How can I start the Databases automatically??
>
> THX!
You probably need to set the ORATAB environment variable for dbstart
(usually /etc/oratab). If you can get dbstart/dbshut to work correctly from
the command line then it should work from startup scripts too. I noticed in
10.1 the path to oratab was hard coded in dbstart and it was incorrect for
SUSE.
Received on Sat Sep 24 2005 - 11:13:19 CDT
![]() |
![]() |