Limitations and Non-supported Items for Oracle TimesTen
The limitations and non-supported items for Oracle TimesTen are:
-
Capture (extraction) of DML operations is not supported.
-
Capture and replication of DDL (data definition language) operations is not supported.
-
The support of range and precision for floating-point numbers depends on the host machine. In general, the precision is accurate to 16 significant digits, but you should review the database documentation to determine the expected approximations. Oracle GoldenGate rounds or truncates values that exceed the supported precision.
-
Oracle GoldenGate supports timestamp data from 0001/01/03:00:00:00 to 9999/12/31:23:59:59. If a timestamp is converted from GMT to local time, these limits also apply to the resulting timestamp. Depending on the time zone, conversion may add or subtract hours, which can cause the timestamp to exceed the lower or upper supported limit.
-
Modifying the Primary Key Column value is not supported.
-
Limitations on Automatic Heartbeat Table support are as follows:
-
Oracle GoldenGate supports only Delivery on TimesTen so no mechanism is required to populate/update the heartbeat tables using any event/job schedulers.
-
The
ALTER HEARTBEATTABLE
command is not supported and if used is ignored. -
The
ADD HEARTBEATTABLE
command with theFREQUENCY
,PURGE_FREQUENCY
, orRETENTION_TIME
option is not supported. When any of these options are specified with theADD HEARTBEATTABLE
command, a warning is displayed that the option is ignored. -
Since TimesTen does not have any internal event/job schedulers, automatic purging of heartbeat history tables cannot occur. As such, you should explicitly drop or truncate the corresponding heartbeat objects to suit your environment.
-