Title:
Hi ,
I am having problems deploying a bean which
works fine with cloudscape.But am unable to do the
same with oracle and thin driver.

I created a connection pool in weblogic 6.0 using the
following parameters:
url --- jdbc:oracle:thin:@oraclemachineip:1521:orcl
driver class name --- oracle.jdbc.driver.OracleDriver

properties ---

user=scott
password=tiger
dll=ocijdbc8
server=none
protocol=thin

I have put the classes111.zip in classpath.the
oracle(8.1.5) is on other machine.I haven't installed
the client on the weblogic machine(Do i need to
install client for thin driver to work??)

When i try to deploy an entity bean using the pool
created above it gives me the error pasted below.

Can somebody tell what me what is wrong here?

Thanks for the help in advance.

Regards,
Ravi

oracle.net.TNSAddress.SOException
at
oracle.net.TNSAddress.ServiceAlias.initFromNVPair(Unknown
Source)
at
oracle.net.TNSAddress.ServiceAlias.initFromString(Unknown
Source)
at
oracle.net.resolver.AddrResolution.resolveAddrTree(Unknown
Source)
at
oracle.net.resolver.AddrResolution.resolveAndExecute(Unknown
Source)
at
oracle.net.ns.NSProtocol.establishConnection(Unknown
Source)
at oracle.net.ns.NSProtocol.connect(Unknown
Source)
at
oracle.jdbc.ttc7.TTC7Protocol.connect(TTC7Protocol.java:1120)
at
oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:195)
at
oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:198)
at
oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:251)
at
oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:224)
at
weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFacto

This message was posted using eunum
To interact with a real-time, threaded interface to this e-mail list, clickthe link below:

[EMAIL PROTECTED]

=========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to