Text Data Types |
The text data types described in Table: OLAP DML Text Data Types are supported by Oracle OLAP.
OLAP DML Text Data Types
| Data Type | Data Value |
|---|---|
TEXT
|
Up to 4000 bytes for each line in the database character set. This data type is equivalent to the CHAR and VARCHAR2 data types in the database.
|
NTEXT
|
Up to 4000 bytes for each line in UTF-8 character encoding. This data type is equivalent to the NCHAR and NVARCHAR2 data types in the database.
|
ID
|
Up to 8 single-byte characters for each line in the database character set. (ID is valid only for values of simple dimensions, see DEFINE DIMENSION (simple).)
|