Jun 7, 2007 #1 pzxkys IS-IT--Management Joined Jul 18, 2000 Messages 24 Location US Does anyone know how to determine the jdbc driver version in use with weblogic 8.1 sp3? Thanks!
Jun 7, 2007 1 #2 Diancecht Programmer Joined Jan 8, 2004 Messages 4,042 Location ES Go to the classpath, look which jar is being included, open its manifest and you should get your info. Cheers, Dian Upvote 0 Downvote
Go to the classpath, look which jar is being included, open its manifest and you should get your info. Cheers, Dian
Jun 7, 2007 Thread starter #3 pzxkys IS-IT--Management Joined Jul 18, 2000 Messages 24 Location US 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. Upvote 0 Downvote
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.
Jun 8, 2007 #4 Diancecht Programmer Joined Jan 8, 2004 Messages 4,042 Location ES Go to weblogic/server/lib and see if there's an ojdbc.jar there. Cheers, Dian Upvote 0 Downvote
Jun 8, 2007 Thread starter #5 pzxkys IS-IT--Management Joined Jul 18, 2000 Messages 24 Location US There is an ojdbc14.jar file. I don't know how to view it. Thanks again for your feedback. Upvote 0 Downvote
Jun 8, 2007 #6 Diancecht Programmer Joined Jan 8, 2004 Messages 4,042 Location ES Open it with Winzip or any other zip software you have. If not, there's a jar utility that comes with JDK Cheers, Dian Upvote 0 Downvote
Open it with Winzip or any other zip software you have. If not, there's a jar utility that comes with JDK Cheers, Dian
Jun 11, 2007 Thread starter #7 pzxkys IS-IT--Management Joined Jul 18, 2000 Messages 24 Location US Thank you Dian! That dit it. Upvote 0 Downvote