When describing an Oracle column that is of datatype TIMESTAMP, the describe function returns UNKNOWN. Am not certain if this causes any other issues. It appears that the datatype Oracle returns for timestamp is 187.
This is because the current Rexx/SQL for Oracle is based on the original Oracle 7 OCI, and TIMESTAMP was not a valid Oracle datatype. This will be fixed when the new Oracle interface is written using the latest OCI. This will take some time.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=86185
Originator: NO
This is because the current Rexx/SQL for Oracle is based on the original Oracle 7 OCI, and TIMESTAMP was not a valid Oracle datatype. This will be fixed when the new Oracle interface is written using the latest OCI. This will take some time.
New port of Oracle using Oracle 8 OCI. TIMESTAMP now valid. Fixed in v2.6