Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Q: how to properly start up and shutdown Oracle?

Re: Q: how to properly start up and shutdown Oracle?

From: Barry Schader <barry.schader_at_medtronic.com>
Date: 1996/12/30
Message-ID: <32C84CF4.7E3@medtronic.com>#1/1

Charles Chen wrote:
>
> Hi. I just finished installing Oracle 7.3.2.1.0 on Solaris 2.5.1 on a
> Sparc10. It is currently up and running since I can go into SQL*Plus
> and query the default EMP table. However, I would like to know how to
> properly shut down Oracle both manually and by some automatic method.
> In addition, I was wondering how to automatically start up Oracle when
> the Sparc10 is rebooted. Thanks for any help you can provide.
>
> Sincerely,
> Henry

Henry,

I don't know much about Oracle on UNIX, but in the VMS environment, the Oracle installer creates some scripts in the ORA_DB directory for the database:
  shutdown_<dbname>.com
  startup_exclusive_<dbname>.com
  startup_parallel_<dbname>.com

We modified these for our own purposes, and call the startup procedure in our system startup, after a delay to ensure that all of the supporting VMS stuff has had time to get started.

Barry Schader
barry.schader_at_medtronic.com Received on Mon Dec 30 1996 - 00:00:00 CST

Original text of this message

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