SUI and Oracle

Introduction:

You can access Oracle databases from Sui both by using the native Oracle drivers or the JDBC-ODBC driver. The recommended approach is to use Oracles' thin client driver.

Set-up a  connection to a Oracle database:

If you intend to use Oracle's thin client driver, you have to make the driver available to Javas Classpath. To dynamically add a classpath select Sui Preferences and the “C Path” tab. Browse your directory and select the driver by clicking on the blue Left-Arrow. The thin driver normally resides under the \jdbc\lib subdirectory (under Oracles installation directory). The driver is called something like classes111.jar (the last digits are release dependant and may differ).




Making the driver and URL available in Sui

Some usefull Oracle Links:

 

Link Title

Link

Description

bOracles Homepage

http://www.oracle.com

General information about Oracle