Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Auto Startup on Novell?
Tom,
Create a NCF file (or put it in your ORALOAD.NCF) like:
STARTUP.NCF
load svrmgr @admin\startup.sql
Then your STARTUP.SQL should look like:
set instance s:sid
connect internal/password_at_dbname
startup pfile=sys:\oranw73\database\initsid.ora
exit
The sid is the instance name and the dbname is the SQLNet 2 alias. You must also have it connect to the database via a IPC connect string, so we have two: one for client connects and one for startup/shutdown connections.
HTH //Karl
Karl M. Nordquist karln_at_brightwood.com Application Development Bright Wood Corporation Madras, OregonReceived on Mon Jun 16 1997 - 00:00:00 CDT
====================================================
![]() |
![]() |