Oracle SetUp

To set up using Oracle at CSUC:

After

If it runs it means two things, you are set up correctly and you do not have to worry about a firewall, thus you can run the program to see exactly what I would see.

If not you have two paths to take: see


Summary

  1. get an account on oracle and set the new password
  2. get a copy of the .java program on your machine and edit it with your Oracle UserName and Password
  3. get a local copy of the oracle driver (classes12.zip) for your machine
    Oracle does not need the jdbc:odbc bridge
  4. make sure the CLASSPATH on your machine knows where this driver is
    on Windows 98 and less this is a line in the autoexec.bat
    on Windows 2000 and NT,
The CLASSPATH should have the classes12.zip at the end. This allows java to look into the .zip file for any class it needs. You do not need to unzip the file anywhere. Check out this page for other potential classpath errors.