0% found this document useful (0 votes)
6 views1 page

Download Oracle XE and JDBC Driver

The document provides step-by-step instructions for downloading Oracle Software, checking the JAR file, and setting the classpath for accessing the Oracle driver. It includes specific URLs and file paths for Oracle Database Express Edition and the necessary JAR files. Additionally, it outlines how to edit environment variables to include the classpath for the Oracle JDBC driver.

Uploaded by

manoj sanikala
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Download Oracle XE and JDBC Driver

The document provides step-by-step instructions for downloading Oracle Software, checking the JAR file, and setting the classpath for accessing the Oracle driver. It includes specific URLs and file paths for Oracle Database Express Edition and the necessary JAR files. Additionally, it outlines how to edit environment variables to include the classpath for the Oracle JDBC driver.

Uploaded by

manoj sanikala
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

To download Oracle Software:

=========================
1) Open the browser
2) Type the following url in address bar
[Link]
[Link]
3) Scroll down
4) Click on Oracle Database Express Edition
5) Click on the following hyper link
Oracle Database 21c Express Edition for Windows x64

To check JAR file:


===============
1) Type sql in search bar
2) Right click on Run SQL Command Line App
3) Click on Open File Location
4) Again right click on Run SQL Command Line
5) Click on Open File Location
6) Click on Server folder
7) Double click on jdbc folder
8) Double click on lib folder
Here ojdbc6_g.jar file appears

To set the classpath to access oracle driver use


the following steps:
========================================
1) Type env in search bar
2) Click on Edit Environment Variables for your account
3) If the classpath variable is not present under user variables
then click on New button
4) Type variable name classpath
5) Type variable value C:\oraclexe\app\oracle\product\11.2.0\
server\jdbc\lib\ojdbc6_g.jar
(or)
C:\OracleXE213_Win64\dbhomeXE\jdbc\lib\ojdbc8_g.jar
(OR)
3) If the classpath variable already present then select the
classpath variable under user variables & click on Edit button
4) Click on New button
5) Type the following
C:\oraclexe\app\oracle\product\11.2.0\server\jdbc\lib\ojdbc6_g.jar
(or)
C:\OracleXE213_Win64\dbhomeXE\jdbc\lib\ojdbc8_g.jar
6) Click on OK buttons

You might also like