- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Two Servers running databases with same Oracle SID...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2004 02:17 AM
тАО06-09-2004 02:17 AM
Two Servers running databases with same Oracle SIDs ?
It would be easier for us, if the machines could have the same SIDs, as one of the servers in question will be retired shortly. But will this cause problems with listeners etc till then? Many Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2004 02:21 AM
тАО06-09-2004 02:21 AM
Re: Two Servers running databases with same Oracle SIDs ?
The unexpected behavior is probably due to inconsistencies in tnsnames.ora or sqlnet.ora, maybe even listener configuration.
Two databases with the same sid is something my dba doesn't do because of of fears that connectivity would be affected.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2004 02:36 AM
тАО06-09-2004 02:36 AM
Re: Two Servers running databases with same Oracle SIDs ?
Though it is not recommended, but you can still have that. The oracle db to which one gets connected to depends on which db location / server is referred to in the tnsname.ora file on the server / client from where the connection is being made. Lot of times we configure the db as a dns entry, for eg,
db_name.some_company.com
In this type of situation you'll be able to config only one db in the dns.
It is best to have different names to avoid confusing situations.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2004 02:37 AM
тАО06-09-2004 02:37 AM
Re: Two Servers running databases with same Oracle SIDs ?
Yes you can have the same SID names on two different servers. It should not be an issue. Because in you tnsnames.ora and listener.ora files in the address lists you specify the hostname which are different.
When you need to refresh on a regular basis, having the same name helps. We have an environment here where the database names on two servers with HP-UX 11i are the same and we do a complete refresh of the database on one server from the database on the other server every month.
Indira A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2004 12:39 AM
тАО06-10-2004 12:39 AM
Re: Two Servers running databases with same Oracle SIDs ?
We were able to set up db_links so that we could access either table from either server. Then, we created scripts to move the last pieces of data from the old server to the new server just before will pulled the plug. Changed the hostname in the tnsnames.ora on all the clients and we were done.
The listener is listening for a connection to a service on it's host. It doesn't know about the other hosts. So as long as the SID HOSTNAME combination is unique, you should be in good shape.