Oracle 8i client can't connect Oracle 9i database [message #55249] |
Mon, 13 January 2003 13:05 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Susie Maxwell
Messages: 5 Registered: January 2003
|
Junior Member |
|
|
I have Oracle 8i client, Database on Oracle 9i in another machine. After I create one NEW database, I can access this database by using SQLPlus on Oracle9i server machine. But I cann't make connection on Oracle8i client. Error message is: ORA-12154 TNS:could not resolve service name. I did "tnsping oracle_sid" on client machine, it still gives me Error: TNS:03505: Failed to resolve name. Oracle client and server both are on Windows 2000.
I don't know why, please help me! Thanks in advance!
|
|
|
|
|
|
|
|
|
Re: Connectivity from ASP to oracle [message #55287 is a reply to message #55249] |
Wed, 15 January 2003 13:10 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Susie Maxwell
Messages: 5 Registered: January 2003
|
Junior Member |
|
|
I use Oracle8i client and Oracle9i database.
I found my Net8 assistant and Net8 configuration Assistant doesn't work. Do you think is that a problem to connect web browser?
By the way, I try to install Oracle9i client in the same machine as 8i client. But the installation stuck at PL/SQL install, take forever. It seems like something wrong with the installation. Somebody have idea about it?
|
|
|
Re: Connectivity from ASP to oracle [message #55292 is a reply to message #55287] |
Thu, 16 January 2003 01:51 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
sai sreenivas jeedigunta
Messages: 370 Registered: November 2001
|
Senior Member |
|
|
hi,
Why do u need 9i and 8i clients in the same machine ?
Anyways while installing did u select different paths for both the Clients.. I think that is a important thing to follow.
also because u have 2 clients now, u got configure tnsnames twice..do that for both the clients.
and then work out the ASP stuff, Problem shouldnt be there.
sai
|
|
|
Re: Oracle 8i client can't connect Oracle 9i database [message #55373 is a reply to message #55249] |
Tue, 21 January 2003 09:19 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Madhavi
Messages: 23 Registered: November 1999
|
Junior Member |
|
|
Hello,
I am having a similar problem. My case is a little different in that I am working with Oracle versions 7.3 and 8.0.5.
My web project is located on a W2K server, and I am connecting to two different Oracle Database servers. One databse server is on Oracle v8.0.5 and the second database server is on Oracle 7.3.
When connecting to the Oracle 8.0.5 database server, there are no problems.
But, I am getting the following errors when connecting to the Oracle 7.3 database server via ASP.
My PC (the client) is installed with Oracle 7.3 v 2.00.03.01. I am using Microsoft ODBC Driver to make the connection to either Server (Oracle 8.0.5 and Oracle 7.3 servers).
Within ASP, I am using a DSNless ADODB connection string.
The errors are:
-2147467259[[Microsoft]][[ODBC driver for Oracle]][[Oracle]]ORA-12154: TNS:could not resolve service name
-2147467259[[Microsoft]][[ODBC Driver Manager]] Driver's SQLSetConnectAttr failed
|
|
|