I have installed 8.1.6 onto a machine that already has 8.0.4 installed on it .
The 8.0.4 version accesses about 20 db's through the listener.
I have added the tns entries to the 8.1.6 version but get the following error when trying to connect. I have checked these over and they seem OK
ORA-12154: TNS:could not resolve service name
How do i go about setting up the 8.1.6 listener to listen to the 8.0.4 dbs?
I'm not aware that you can do that - surely you'll still have to go through the 8.0.4 listener for the 8.0.4 databases.
I'm pretty sure you can have both running on the machine at the same time (since the 8.0.4 will be in the default_home, and 8.1.6 in a new home). You would of course need to use different ports for each listener, and update client TNSNAMES.ORA to point to the correct port for each database.
That sounds like using 2 different listeners though like I suggested. (i.e. as in 2 listener services, one from 8.0.4 and one from 8.1.6 each listening for their respective database)
I think the question was can he use the one listener (supplied with the 8.1.6 database) to listen for both the 8.0.4 and 8.1.6 database - to which I 'think' the answer is no.
Bookmarks