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: Autostart Oracle 8i on bootup

Re: Autostart Oracle 8i on bootup

From: Anthony Hogan <anon_at_spain.es>
Date: Fri, 22 Feb 2002 10:43:29 +0000
Message-ID: <3C7620D1.8B49F05F@spain.es>

In the meanwhile you can create a batch file and tie it to the system startup in the task scheduler. It would look like:

startup.bat
c:\oracle\ora81\bin\svrmgrl @c:\oracle\scripts\startup.sql

startup.sql
connect internal/oracle_at_inst
startup pfile=c:\oracle\admin\inst\pfile\initinst.ora exit

Hth
Anthony Hogan
hogananthony_at_hotmail.com Received on Fri Feb 22 2002 - 04:43:29 CST

Original text of this message

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