Determine JDBC Driver Version. You may be required to determine the version of a JDBC driver used to connect to your Oracle Database. In cases were the JDBC driver used is the one included with Oracle Client or Database identification could be rather straight forward. Many Oracle products that utilize JDBC connectivity store the JDBC driver used by the product in . Verifying the JDBC Driver Version using the qds-jdbc- version.jar¶ To verify on Windows: Launch the Command Prompt. Go to the folder that contains qds-jdbc- version.jar. Run the following commands: jar-xvf qds-jdbc- version.jar META-INF/www.doorway.ru; more "META-INF/www.doorway.ru" | findstr "Implementation-Version" To . Answer: To check your version of the JDBC Driver, there are two methods. One is with the jar (or zip) utility. $ jar -xvf www.doorway.ru META-INF/www.doorway.ru inflated: META-INF/www.doorway.ru $ grep Implementation META-INF/www.doorway.ru Implementation-Vendor: Oracle Corporation Implementation-Title: JDBC Implementation-Version:
If you have java 8, you won’t find any ojdbc8 available at the time of writing, a safer bet is to use the latest version and to wait for a support note. According to the MOSC note , only Oracle JDBC driver (and greater) versions support JDK Be careful if you want to get the version number from the manifest file of the jar, is often wrong. For example, for the version of Oracle JDBC Driver, the manifest will say "Oracle JDBC Driver version - " Another theorical way to get this version number is to decompile. Resolving The Problem. There is a command you can use to check the version of the embedded driver that you currently have. See the WebSphere® Application Server (WAS) technote on "How to determine the version of the DataDirect Connect or SequeLink JDBC Driver for WebSphere Application Server", linked in the Related Information section of this technote.
JDBC Version, Driver, Database, MaxDB, Oracle, Sybase, MSSQL,, KBA, BC-JAS-COR, Enterprise Runtime, Core J2EE Framework, How To. This video explains how to find DataDirect JDBC driver version in www.doorway.ruise: Intermediate User Type: Administrator Category. The Downloading the JDBC Driver page always lists the most-recently released version of the JDBC driver. You can get the version from the driver INFO logs.
0コメント