hi all,
how to connect to orcale 8.0
using weblogic server.
when i say
in the command prompt
> java utils.dbping ORACLE scott tiger 127.0.0.1
"TNS service could not resolve error is thrown"
anybody knows how to tell/resolve the service name
thanks in advance,
dhanasekaran
-
how to connect to oracle8.0 (2 messages)
- Posted by: dhanasekaran vivekanandhan
- Posted on: December 29 2000 23:55 EST
Threaded Messages (2)
- how to connect to oracle8.0 by vj d on December 30 2000 00:27 EST
- how to connect to oracle8.0 by Ed Roman on December 30 2000 02:56 EST
-
how to connect to oracle8.0[ Go to top ]
- Posted by: vj d
- Posted on: December 30 2000 00:27 EST
- in response to dhanasekaran vivekanandhan
Hi,
If you r using OCI drivers for oracle then, first thing, you have to install Oracle Client on the machine where you have installed weblogic and after that you have configure ur TNSNames.ora for the database you want to connect to..
Hope, this helps...
vijay -
how to connect to oracle8.0[ Go to top ]
- Posted by: Ed Roman
- Posted on: December 30 2000 02:56 EST
- in response to dhanasekaran vivekanandhan
insted of
java utils.dbping ORACLE scott tiger 127.0.0.1
try
java utils.dbping ORACLE scott tiger <server name>