Skip Headers
Oracle® OLAP DML Reference
10g Release 2 (10.2)

Part Number B14346-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

Categories of OLAP DML Data Types

Oracle OLAP workspace data types fall into categories, which are referred to as basic data types. They are listed in Table 2-1, "OLAP DML Basic Data Types".

Table 2-1 OLAP DML Basic Data Types

Basic Type Specific Types

Numeric

INTEGER, SHORTINTEGER, LONGINTEGER, DECIMAL, SHORTDECIMAL, NUMBER

Text

TEXT, NTEXT, ID

Boolean

BOOLEAN

Date

DATETIME, DATE


Different objects support the use of different data types for their values:

Also, when you want an OLAP DML program to be able to handle arguments without converting values to a specific data type, you can specify a data type of WORKSHEET for the arguments and temporary variables in the program. Use the WKSDATA function to retrieve the data type of an argument with a WORKSHEET data type.