Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SID enumeration help
schw wrote:
> any OS, need to write a simple app in java working anywhere..
>
> two scenarios please
> - all installed
> - just those currently running..
>
> thanks!!!!
>
>
> EdStevens napisal(a):
> > schw wrote:
> > > Hi All,
> > >
> > > apologies for trivial question...but i need help..
> > >
> > > it is possible to run few oracle databases on a single machine...how
> >
> > Yes
> >
> >
> > > can I enumerate a list of SIDs?
> > >
> >
> > What OS? In what environment do you need to do this? (ad hoc command
> > line? shell script? etc?) All installed SIDs or just those currently
> > running?
> >
> > > thanks for your help..
> > >
> > > best regards,
> > > paw
Maybe someone else can correct me, but I don't see how this can be os neutral. In Unix, each sid runs as multiple seprarate processes while in windows each sid runs as a separate, multithreaded service. In unix, the 'repository' of installed sids is the oratab file, while in windows it is in the registry. Received on Mon Nov 13 2006 - 10:50:23 CST
![]() |
![]() |