Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle on Windows
Matthias Hoys wrote:
> "Martin T." <bilbothebagginsbab5_at_freenet.de> wrote in message
> news:1155154307.253235.290290_at_i3g2000cwc.googlegroups.com...
> > Sybrand Bakker wrote:
> >> On 9 Aug 2006 05:16:40 -0700, "Martin T."
> >> <bilbothebagginsbab5_at_freenet.de> wrote:
> >>
> >> >If you delete the database, the OracleService<SID> windows service
> >> >should be deleted (not sure if this will really happen)
> >>
> >>
> >> It won't, depending on how you delete the database.
> >>
> > I guess the service would be deleted ... after all Oracle created it
> > for us, so when we use it to delete the database I'd assume (read:
> > don't know) the service would be removed.
> >
> >> Even if it would, you would still need to reboot the system.
> >>
> > Actually you wouldn't.
> >
>
>
>
>
>
Matthias - Thanks for looking this up :) Good to have this info.
In general, however (on Windows XP) you can do: sc delete <MyServiceName>
And the service will be removed from the System. (I would use this if I had to remove a single Oracle service on XP/server2003) Also, I do not see any value in rebooting the system after removing the service. -- Though I understand that Oracle will put this line there as saveguard ;)
best,
Martin
Received on Thu Aug 10 2006 - 04:12:36 CDT