Previous
Previous
 
Next
Next

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 32,767 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 32,767 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).)