Skip to Content
0
Former Member
Nov 17, 2008 at 10:56 AM

CRConfig.xml

57 Views

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>