undcemcs02.und.edu
.~/.bash_profile
file for the first and only time.~/.bash_profile
is the personal initialization file and gets executed whenever you log in to undcemcs02
.
It is located in a user’s home directory and tilde slash (~/
) is the beginning of a path to a file or directory below the user’s home directory.
To use Oracle JDBC, you need to set environment variables in ~/.bash_profile
file by including the following commands:
~/.bash_profile
|
# To set up the Oracle environment for your shell account CLASSPATH=.:/usr/lib/oracle/23/client64 CLASSPATH=$CLASSPATH:/usr/lib/oracle/23/client64/lib/ojdbc8.jar CLASSPATH=$CLASSPATH:/usr/lib/oracle/23/client64/lib/ottclasses.zip export CLASSPATH |
.bash_profile
file:
shell> source ~/.bash_profile
My complete .bash_profile
can be found from here.
MyJDBC.java
.
Two sample JDBC programs can be found from EnterCustomer.java
and ListCustomers.java
.
>MyJDBC.class
,
shell> /usr/bin/javac MyJDBC.java shell> /usr/bin/java MyJDBCwhere the Java compiler and interpreter are located at
◀
Previous |
Slide 3.12: Using Oracle Database 21c Slide 3.14: Using Oracle SQL Developer Home Print version |
▶
Next |
The doctor said he would have me on my feet in two weeks. And did he? Yes, I had to sell the car to pay the bill. |