#rdbColumnMapping must follow strict order
When using #rdbColumnMapping, the order of the column declarations must
follow that used in the internal Oracle table layout. Failure to do so
will result in a spurious #columnBindingError.
The correct order can be determined from SQL using the "DESCRIBE tablename"
command.
Workaround:
Use the SQL command "DESCRIBE tablename" to determine the correct order.