Expand my Community achievements bar.

How to setup Oracle with SQLAssembler in data-management.config.xml

Avatar

Former Community Member
Hi,

How to setup Oracle with SQLAssembler in data-management.config.xml?. Moreover, I have add the following:


jdbc:oracle:thin
localhost:1521/XE
user
password
15


But, it did not work. Help is needed

Best regards

Khaled
1 Reply

Avatar

Former Community Member
Try this:


oracle.jdbc.driver.OracleDriver
jdbc:oracle:thin:@localhost:1521:XE
user
password
15