The SJDBC Package provides an interface to databases using Java's JDBC connectivity.  
  Provides an interface to a databases using JDBC drivers.  You can get JDBC drivers from the software providers.  
  Place the JAR or ZIP file containing the JDBC drivers in the 
drivers folder under the package 
  installation directory. All files placed in this directory are added automatically to the Java 
CLASSPATH when
  the package is loaded.  Alternatively, drivers can be loaded explicitly at runtime using 
loadJDBCDriver.