Skip to main content

Employing Oracle DB for CRL caching needs additional configuration

Portal Admin
Published on: 09/07/2003 Discussion Archived

The IAIK PKI module has built-in support for mysql and postgreSQL JDBC drivers.
Other JDBC drivers work if they are implememted as suggested in the JavaDoc of
java.sql.DriverManager (i.e. setting the environment variable jdbc.drivers is
sufficient since invokation of Class.forName("jdbc.driver.classname") leads to
a registration of the driver in the DriverManager).

However, it seems that the Oracle 9 JDBC driver is not implemented in this way
and must be manually registered with method DriverMangager.registerDriver.

It would make sense to have a generic configuration parameter in the MOA config
file specifiying the class name of the JDBC driver to be used by MOA.

NOTE: This bug is originally from Bugzilla, bug_id=7.



ProductMOA
ComponentSPSS Webservice
Version1.0.9
Severityenhancement
ResolutionFixed
URLNone
Target MilestoneNone

Category

Bugs
Login or create an account to comment.