Oracle8i Time Series User's Guide Release 8.1.5 A67294-01 |
|
This guide describes how to use Oracle8i Time Series. (In previous releases, this product was called the Oracle8 Time Series Cartridge.)
For changes to this guide for the current release, see "Changes to This Guide" at the end of this Preface.
This guide is intended for anyone who is interested in storing, retrieving, and manipulating time series data in an Oracle database, including developers wishing to extend Oracle8i Time Series.
This guide contains the following chapters, appendixes, and glossary:
For information added after the production of this guide, see the README file in the following directory:
The location of the README file is operating system-dependent.
For more information, see the following manuals in the Oracle8i documentation set:
The following conventions are used in this guide:
The following substantive changes have been made to this guide since its previous (and initial) version for release 8.0.4.
Other minor corrections and clarifications have also been included.
See also the description of deprecated features in Appendix C.
Calendar enhancements include:
These calendar enhancements are included in Section 2.2.
The following calendar functions have been added:
These functions are documented in Chapter 4.
Oracle8i Time Series now supports irregular time series, which are time series without associated calendars. Using an irregular time series lets you handle unpredictable data, and it also lets you conveniently process predictable data (although some Oracle8i Time Series features are unavailable with this approach). Irregular time series are explained in Section 2.1.1.
Time series can now be stored in an object table (nested index-organized table). This storage model is described in Section 2.6.2.
Administrative tools procedures are provided to simplify the creation and maintenance of time series schema objects. These procedures are introduced in Section 2.12. Reference information on these procedures is in Chapter 7.
The quick-start demo (described in Section 1.6.1) uses the administrative tools procedures.
All time scaling functions have been placed in a new TimeScale package. These functions are now documented in a separate chapter (Chapter 6).
The use of the TimeSeries package for scaleup functions that were available in release 8.0.4 is a deprecated feature (see Section C.4).
The following scaleup functions are been added:
These functions are documented in Chapter 6.
Scaledown functions are now provided:
These functions are documented in Chapter 6.
Functions that return a time series accept an optional tsname parameter specifying a name for the resulting time series. Specify this parameter if you need to assign a name to the resulting time series, for example, to insert it into an object table.
The lookback window (k) parameter for the Mavg and Msum functions now comes before any optional start-end date range. (The old format is a deprecated feature. See Appendix C for information about deprecated features.)
The following clarification is added to the ORDTNumSeriesIOTRef data type description in Section 2.7.2: "table_name can be a view, but the view must be updatable and must map to an IOT. If the view includes any functions, they must include the PRAGMA RESTRICT_REFERENCES compiler directive with the keywords WNPS, RNPS, and WNDS."
A glossary of Oracle8i Time Series terms has been added.