Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Starting Oracle 7.1.5 on OpenVMS?
I use a submit from our standard VMS startup procedure to submit a DCL procedure under the ORACLE user account. The procedure as located in the ORACLE user's home directory has the following components:
$ @disk:[dir...UTIL]ORAUSER.COM ! This sets some logicals and
symbols
$ INSORACLE ! Does the install of shared images
$ @ORA_ROOT:[DB_dbname]STARTUP_EXCLUSIVE_dbname.COM ! This does the
startup
$ LSNRCTL START listener_name ! This will start the TNS Listener
The first line is very much installation dependent. The others should be
the same on your system.
Hope this helps.
-- Thomas W. Vanya Oracle and OracleRdb Database Administrator Eastman Chemical Company ------------------------------------------------------------------------- (Due to proliferation of spammers, remove nospam from address.) Douglas Scott <Douglas.S.Scott_at_boeing.com> wrote in article <344B719D.790A6F48_at_boeing.com>...Received on Mon Oct 20 1997 - 00:00:00 CDT
> Does anyone know where I can find a DCL script that will load shareable
> images into memory and start an Oracle instance on OpenVMS? I would
> like the Operator account to be able to start up Oracle when they reboot
> the VAX.
> --
>
> Douglas Scott
> Douglas.S.Scott_at_boeing.com
>
>
>
![]() |
![]() |