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