Oracle8 Administrator's Reference for Sun SPARC Solaris 2.x Release 8.0.4 A56101-01 |
|
Data cartridges require a C compiler to build their sample applications after installation.
See Also:
For more information about Oracle data cartridges, refer to the Oracle Enterprise Manager Configuration Guide and the documentation for the individual cartridge. |
More information: For additional information, refer to the Oracle Time Series Cartridge User's Guide.
Time Series Cartridge demo files are stored in $ORACLE_HOME/ord/ts/demo
. This directory contains several demos, each in its own subdirectory:
usage
demo shows how to build a time series object and call time series functions. This usage
demo should be run first, to create sample time series schemas used by the other demos.
extend
demo shows how to write and add customized time series functions.
proc
demo demonstrate accessing data stored with the cartridge using Pro*C.
oci
demo demonstrates access data via the Oracle Call Interface.
dev2k
demo includes a Developer 2000 form which retrieves data using the cartridge.
Refer to the README files in the demo directories for more information about each demo.
More information: For additional information, refer to the Oracle Visual Information Retrieval Cartridge User's Guide.
% svrmgrl SVRMGRL> connect internal; SVRMGRL> create or replace directory virdemodir as "$ORACLE_HOME/ord/vir/demo";
SVRMGRL> grant read directory virdemodir to public with grant option; SVRMGRL> exit;
% cd $ORACLE_HOME/ord/vir/demo % make -f demo_ordvir.mk virdemo
More information: For additional information, refer to the Oracle Image Cartridge User's Guide.
% svrmgrl SVRMGRL> connect internal; SVRMGRL> create or replace directory imgdemodir as "$ORACLE_HOME/ord/img/demo";
SVRMGRL> grant read directory imgdemodir to public with grant option; SVRMGRL> exit;
% cd $ORACLE_HOME/ord/img/demo % make -f demo_ordimg.mk imgdemo