adspace
Answer Posted / Chandrajeet Verma
To find the version of the ojdbc jar file, you can use a command-line tool like Maven or Gradle. For example, if using Maven, add this dependency to your pom.xml file:nn<dependency>n <groupId>oracle.ojdbc</groupId>n <artifactId>ojdbc8</artifactId>n <version>19.7.0.0</version>n</dependency>nThe version number (19.7.0.0 in this example) indicates the specific version of the ojdbc jar file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers