Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

LONG

LONG data type of ORACLE stores variable-length character strings containing up to 2 gigabytes

This type can be replaced with CLOB in ALTIBASE HDB.

LONG RAW

LONG RAW data type of ORACLE stores variable-length binary data containing up to 2 gigabytes.

This type can be replaced with BLOB in ALTIBASE HDB.

RAW

RAW data type of  ORACLE stores variable-length binary data containing up to 2000 bytes.

This type can be replaced with BYTE in ALTIBASE HDB.

The maximum length of BYTE data type is 32000 bytes.