Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need to determine the jdbc driver version in use with weblogic 8.1 sp3 1

Status
Not open for further replies.

pzxkys

IS-IT--Management
Jul 18, 2000
24
US
Does anyone know how to determine the jdbc driver version in use with weblogic 8.1 sp3?

Thanks!
 
Go to the classpath, look which jar is being included, open its manifest and you should get your info.

Cheers,
Dian
 
Thanks Dian.

Here's what I see in startWebLogic.sh:

CLASSPATH="${WEBLOGIC_CLASSPATH}:${POINTBASE_CLASSPATH}:${JAVA_HOME}/jre/lib/rt.jar:${WL_HOME}/server/lib/web
services.jar:${CLASSPATH}"

I'm sort of a newbie. Are you suggesting I look at the manifest for webservices.jar. If so, how is that done?

Thanks again.
 
Go to weblogic/server/lib and see if there's an ojdbc.jar there.

Cheers,
Dian
 
There is an ojdbc14.jar file. I don't know how to view it. Thanks again for your feedback.
 
Open it with Winzip or any other zip software you have. If not, there's a jar utility that comes with JDK

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top