total server [message #192267] |
Mon, 11 September 2006 11:35 |
vijaychauhan
Messages: 106 Registered: December 2005
|
Senior Member |
|
|
hi!
Is there any way to find out how many oracle servers are located on a particular host using sql query on linux platform?
|
|
|
|
Re: total server [message #192273 is a reply to message #192267] |
Mon, 11 September 2006 11:47 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
>> using sql query on linux platform
Nope.
The sql will talk to only one database. Unless you have a database link to all other databases , you cannot do it.
>>Is there any way to find out how many oracle servers are located on a particular host
You can check the oratab file.
For every database created, there should be an entry here.
But, it is not a reliable method. Anyone with proper access can edit/remove those entries.
|
|
|