Created
December 1, 2011 13:27
-
-
Save germanrsolis/1416722 to your computer and use it in GitHub Desktop.
xa-gist-3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<jdbc:connector name="jdbcConnectorSource" | |
dataSource-ref="mySqlDataSource"> | |
<jdbc:query key="selectQuery" value-ref="dbQuerySql" /> | |
</jdbc:connector> | |
<jdbc:connector name="jdbcConnectorDest" | |
dataSource-ref="oraDataSource"> | |
<jdbc:query key="insert_call" value="CALL INSERT_FIELD ('test')" /> | |
</jdbc:connector> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment