How to Capture timestamp in Oracle Change data Capture?
We are trying to capture Timestamp while using oracle Change data capture for replication. But it seems that the feild COMMIT_TIMESTAMP$ in the change tables is of DATE datatype. Then how can we capture timestamp of the commits at source database level through CDC?
Thanks