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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: I admit this is dumb. NT/W2K Services?

RE: I admit this is dumb. NT/W2K Services?

From: Guy Hammond <guy.hammond_at_avt.co.uk>
Date: Wed, 15 Aug 2001 02:45:30 -0700
Message-ID: <F001.0036AE3B.20010815024547@fatcity.com>

Hi
Lisa,
<SPAN

class=648032609-15082001> 
Yes,
I agree it can be confusing. The service is a background process that provides an environment for Oracle to execute in - I don't know about the specifics in this case, but Oracle on Unix is comprised of two logical parts, the VOS and Oracle itself. You don't see this because its all started from a single binary. Oracle's own engineering is split into two groups, VOS, or "virtual operating system" who maintain a version of VOS for each operating system Oracle supports, and the Oracle database itself, which uses the VOS API rather than the underlying Unix (or whatever) APIs. So, things that are the same on all Oracle platforms, like say the SQL parser, are actually the same code, making calls to VOS, and VOS is different on every platform.
<SPAN

class=648032609-15082001> 
So if
Oracle want to support a new OS, they simply develop a version of VOS for it, then use it to recompile the main codebase - and the people working on their core products never need to worry about operating systems and can concentrate on "pure" algorithms and functionality.
<SPAN

class=648032609-15082001> 
I
assume that the service (for example, OracleServiceTEST on my workstation) is VOS for NT. When you start the service, set ORACLE_SID then connect / as sysdba and type "startup", I guess what you are doing is invoking the platform-independent parts of Oracle's code, compiled for VOS on Intel.
<SPAN

class=648032609-15082001> 
<SPAN

class=648032609-15082001>Cheers,
<SPAN

class=648032609-15082001> 
<SPAN

class=648032609-15082001>g
<SPAN

class=648032609-15082001> 

  <FONT face=Tahoma
  size=2>-----Original Message-----From: Koivu, Lisa   [mailto:lisa.koivu_at_efairfield.com]Sent: Tuesday, August 14, 2001   6:22 PMTo: Multiple recipients of list ORACLE-LSubject:   I admit this is dumb. NT/W2K Services?   I'm playing with Oracle on w2k out of sheer   boredom.  So now I'm forced to learn a little bit about w2k.    

  I was looking at oradim and it has starttype and   shuttype with options srvc and inst.  OK, I understand the instance   part.  But what on earth are services?  Below is what the help says   about it.  So to translate this into Unix-speak, is this similar to a   daemon?  I guess I'm confused because as far as I know there's nothing   additional that needs to be running on Unix to just start up a database.    

  If that's the case, then why would you want to shut   down an instance and not services?  For RMAN?  I guess I'm at a loss   here.  Can someone give me an example of when you'd want to do   this? 
  Plus, there's notes on Metalink about recreating   services.  Why/when would you want to do that?    Here's the overly-generic definition I found.   A program, routine, or process that
  performs a specific system function to support other programs, particularly at   a low (close to the hardware) level. When services are provided over a   network, they can be published in Active Directory, facilitating   service-centric administration and usage. Some examples of Windows 2000   services are Security Accounts Manager service, File Replication Service, and   Routing and Remote Access Service.
  Any descriptions or web sites that can describe   this would be appreciated. 
  Lisa Koivu Oracle Database
  Administrator and Self-Professed W2K Idiot. <FONT   face=Batang>Fairfield Resorts, Inc. <FONT   face=Batang>954-935-4117 Received on Wed Aug 15 2001 - 04:45:30 CDT

Original text of this message

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