Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: many instances of Oracle on single machine
> I am not sure if I'm correct but it's possible to set up many oracle
> databases on a single machine each will be accessed through different
> net listener , right ?
You can have more than one instance on the server. You do not need multiple listeners as one listener can support multiple instances. You can have multiple listeners, but there is rarely a benefit from this approach.
> how can I enumerate all oracle db running on a machine? is OCI helping?
In Unix/Linux, do as suggested 'ps -ef|grep pmon'.
In Windows, go to Control Panel->Administrative Tools->Services. Look for services with the name OracleServiceSID where SID is your database identifier.
HTH,
Brian
-- =================================================================== Brian Peasland oracle_dba_at_nospam.peasland.net http://www.peasland.net Remove the "nospam." from the email address to email me. "I can give it to you cheap, quick, and good. Now pick two out of the three" - UnknownReceived on Thu Apr 27 2006 - 09:59:55 CDT
![]() |
![]() |