Can I specify a different datasource and use XDODTEXE?
I have a data template written and I've uploaded to an instance of eBS. I've defined a concurrent program and I'm using the XDODTEXE Java Concurrent Program as my executable to run this program.
I'd like the data template to run some of the sqlStatements in the template against a different database. According to the BI Publisher blog I found, I can easily do this if I call out the DataSourceRef in the template:
https://blogs.oracle.com/xmlpublisher/entry/multiple_datasources_ii
However, in that, I also have to define the data sources in my Java concurrent program. Can I do this and still use XDODTEXE? If not, is there a way that I can find the source for XDODTEXE so that I can add in relevant data source information and then run as my own custom Java concurrent program?