- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Oralce 8i and Oracle 10 on same server
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
Forums
Discussions
Discussions
Discussions
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
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
07-11-2008 10:16 AM
07-11-2008 10:16 AM
Oralce 8i and Oracle 10 on same server
Has anyone gotten a DBlink to work between these 2 instance types on OpenVMS? Preferably from the Oracle8i instance to the Oracle10.
I keep getting the "ORA-12154: TNS:could not resolve service name" error."
Thanks
Andre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2008 07:35 PM
07-11-2008 07:35 PM
Re: Oralce 8i and Oracle 10 on same server
I've had them both running at the same time.
They were doing it to test the new version.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2008 05:00 AM
07-12-2008 05:00 AM
Re: Oralce 8i and Oracle 10 on same server
If the above doesn't help, you can restrict the search to the Oracle web site (a web site which is quite likely to have a cogent discussion of an Oracle error) with the Google [site:oracle.com] syntax.
Failing that, remember to check Oracle Metalink; the Oracle support database.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2008 05:39 AM
07-14-2008 05:39 AM
Re: Oralce 8i and Oracle 10 on same server
working on. There is one for the client, and
one for the Listener. Since I wish to get the DBlink running from the Oracle8i instance, I have modified the TNSNAMES.ORA file for both the client and the Oracle 8 listener to include the data for the Oracle10 database. Still no joy. I will play with it some more today.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2008 07:51 AM
07-14-2008 07:51 AM
Re: Oralce 8i and Oracle 10 on same server
This is applicable for DBLink and direct conneects.
That matrix suggest for most 8.i clients to 10g a "Has never been Supported"
But for the 8.1.7 client to 10.1 or 10.2 server is mentions "Was a supported combination but one of the releases is no longer covered by any of Premier Support , Primary Error Correct support , Extended Support nor Extended Maintenance Support so fixes are no longer possible."
So it should work. :-).
I would recommend testing with a TNSping/SQLplus is a simple (8i) client to (10g) server first, than add the (minor)complexcity of the DBlink.
You would need to work on the TNSnames.ora for the client. It needs to know where to find the 10g server.
hth,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2008 10:24 AM
07-14-2008 10:24 AM
Re: Oralce 8i and Oracle 10 on same server
Thanks
Andre