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.
Use the SQL command "DESCRIBE tablename" to determine the correct order.
Last updated: 4/29/09