D.22 HS_FDS_TIMESTAMP_MAPPING

HS_FDS_TIMESTAMP_MAPPING initialization parameter for Oracle Database Gateway for SQL Server.

Property Description

Default Value

DATE

Range of Values

CHAR|DATE|TIMESTAMP

Syntax

HS_FDS_TIMESTAMP_MAPPING={CHAR|DATE|TIMESTAMP}

If set to CHAR , then non-Oracle target timestamp would be mapped to CHAR(26). If set to DATE (default), then non-Oracle target timestamp would be mapped to Oracle DATE. If set to TIMESTAMP, then non-Oracle target timestamp would be mapped to Oracle TIMESTAMP.