Does CRConfig.xml support more than one JDBC driver ? It has just one jdbc url tag.
My CTConfig has driver details for Postgresql. How do I add JDBC driver details for Oracle db ?
<JDBCURL>jdbc:postgresql://localhost:5432/dbname</JDBCURL> <JDBCClassName>org.postgresql.Driver</JDBCClassName>