Performs a datatype translation on a value, displaying the results in delimited literal format.
admin translate, '1999-06-22-14.35.23.123456', rs_db2_timestamp, rs_oracle_date
admin translate, 0x1122aabb, 'binary(4)', 'rs_oracle_binary(4)'
Delimit value according to the delimitation requirements of the base datatype of the source datatype.
If source_datatype or target_datatype requires a length specification, for example char(255), enclose the datatype name in single quotes.
Use admin translate with the diagnostic version of Replication Server to trace errors in translations.
For information about supported datatype translations, see the Replication Server Heterogeneous Replication Guide. For information about translating datatypes using heterogeneous datatype support (HDS), see the Replication Server Administration Guide Volume 1.