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: Starting "Services" for Oracle on NT - question

Re: Starting "Services" for Oracle on NT - question

From: Sybrand Bakker <postmaster_at_sybrandb.demon.nl>
Date: Tue, 2 Nov 1999 18:56:36 +0100
Message-ID: <941565441.2858.0.pluto.d4ee154e@news.demon.nl>


Oracle is on NT implemented as a service, the background processes as threads within that service.
When you start the Oracle service, the strt<%ORACLE_SID%>.cmd in %ORACLE_HOME%\database is run.
This script calls the instance manager, oradim<xx>, which load the Oracle executable in memory, and starts all the threads. A shutdown by means of svrmgr<xx> doesn't stop the service, as you probably have discovered. You should use oradim<xx> to accomplish that.

Hth,

--
Sybrand Bakker, Oracle DBA
<chrisoc_at_ans.net> wrote in message news:7vn4mu$5jd$1_at_nnrp1.deja.com...
>
>
> I'm new to the NT environment but familiar with Oracle on
> Unix. The "startup" and "shutdown" commands typically
> used in svrmgr or even sqlplus, don't "do it all" on NT.
>
> Can someone give me a deeper explanation of what happens
> when you start a SERVICE (why we have to, exactly)?
>
> Thanks,
>
> Chris O'Connor
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Tue Nov 02 1999 - 11:56:36 CST

Original text of this message

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