DB Adaptor and inserting dates into Oracle DB
Hi,
I'm using the Oracle DB Adaptor to poll a table in one instance (using logical delete) and to invoke a DB adaptor to insert/merge a row into a separate instance.
NOTE :both tables have different definitions.
I am using a BPEL transform to tfrm the data received from the poll/receive step.
I need to transform some date variables and the target date column CreatedTs is expecting to receive the date in the Oracle DD-MON-YYYY format (can't change the NLS_DATE_FORMAT value for the target).
I'm trying to use the provided xsl:formatDateTime function with various formats but can't get anything useful to work.
Any ideas ?