Oracle® OLAP DML Reference 10g Release 2 (10.2) Part Number B14346-03 |
|
|
PDF · Mobi · ePub |
The FCOPEN function creates a forecasting context and returns a handle to this context.
You must use the FCOPEN function in combination with other OLAP DML statements as outlined in "Forecasting Programs".
INTEGER
FCOPEN(text-expression [prototype-handle])
The name of the forecasting context.
An INTEGER expression that is the handle to a different forecasting context that was previously-created using the FCOPEN function. Oracle OLAP initializes the new forecasting context with the same options as the forecasting context specified by this parameter. (See FCSET for descriptions of the options that specify the characteristics of a forecasting context.)
For an example of a forecasting program, see Example 14-9, "A Forecasting Program".