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: StartUp/ShutDown Questions 7.3.2/Sol2.5

Re: StartUp/ShutDown Questions 7.3.2/Sol2.5

From: RacerX <wyatt_at_tough.com>
Date: 1997/05/28
Message-ID: <338C89E5.50F9@tough.com>#1/1

Rao Uppuluri wrote:
>
> Hi
>
> I have the following questions on START UP and SHUTDOWN of database.
>
> Platform : Solaris 2.5
> Oracle Ver: 7.3.2.2
>
> 1. Whenever I boot my system, the boot process does the following
> among other things.
> a. start "svrmgrl" to start the database instatnces.
> b. starts the "tcp listener".
> c. starts the web processes.
> then
> d. while running the following command, it doesn't come out of
> process. I have to type "exit".
>
> "..bin/lsnrctl dbsnmp_start"
>
> (Yes, every time I boot I do that. If I am not around then boot
> process stops and waits until I type "exit" and then continues
> with other boot procedures).
>
> WHY? and What is this process for any way???
> "oracle" installed all these scripts in my /etc/rc2.d during the
> installation.
>
> 2. What is the process "oracle<sid>" ???
>
> 3. How do I shutdown "all" oracle processes without "killing" them.
> I know how to "shutdown" instances through "svrmgrl" (server manager)
> After that I still have some processes left like "web processes",
> "maid.SunOS5.4.release" etc.
>
> Thanx a bunch in advance
>
> Rao Uppuluri
> --
> /************************************************************/
> Rao Uppuluri : rao_at_intsec.com
> "All generalizations are wrong"

Rao,

Re: startup
Start SQL*Net listner in background (i.e.. include & at end of command). I had same problem of startup hang on Digital UNIX.

Re: shutdown
Use ServerManager (svrmgrl) to shutdown database (ora_sid processes) Use lsnrctl to shutdown SQL*Net (Ex. lsnrctl stop listsner) Use wlctl to shutdown WEBServer (Ex. wlctl stop)

Hope this helps.

-- 
==================================
Email: wyatt_at_tough.com
Phone: 302.886.1084
-
Life Starts at 140
Engine on the cam
Glued to the tank!
==================================
Received on Wed May 28 1997 - 00:00:00 CDT

Original text of this message

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