Oracle ODCICONST
Version 11.2.0.3

General Information
Purpose This package is only a specification used to define constants. The constants are the defintions of the object types that are used as parameter datatypes in extensibility routines used for extensible indexing/statistics and external tables.
Constants
Name Data Type Value
Constants for Return Status
Success INTEGER 0
Error INTEGER 1
Warning INTEGER 2
ErrContinue INTEGER 3
Fatal INTEGER 4
Constants for ODCIPredInfo.Flags
PredExactMatch INTEGER 1
PredPrefixMatch INTEGER 2
PredIncludeStart INTEGER 4
PredIncludeStop INTEGER 8
PredObjectFunc INTEGER 16
PredObjectPkg INTEGER 32
PredObjectType INTEGER 64
PredMultiTable INTEGER 128
PredNotEqual INTEGER 256
Constants for ODCIQueryInfo.Flags
QueryFirstRows INTEGER 1
QueryAllRows INTEGER 2
QuerySortAsc INTEGER 4
QuerySortDesc INTEGER 8
QueryBlocking INTEGER 16
Constants for ScnFlg(Func /w Index Context)
CleanupCall INTEGER 1
RegularCall INTEGER 2
Constants for ODCIFuncInfo.Flags
ObjectFunc INTEGER 1
ObjectPkg INTEGER 2
ObjectType INTEGER 4
Constants for ODCIArgDesc.ArgType
ArgOther INTEGER 1
ArgCol INTEGER 2
ArgLit INTEGER 3
ArgAttr INTEGER 4
ArgNull INTEGER 5
ArgCursor INTEGER 6
Constants for ODCIStatsOptions.Options
PercentOption INTEGER 1
RowOption INTEGER 2
Constants for ODCIStatsOptions.Flags
EstimateStats INTEGER 1
ComputeStats INTEGER 2
Validate INTEGER 4
Constants for ODCIIndexAlter parameter alter_option
AlterIndexNone INTEGER 0
AlterIndexRename INTEGER 11
AlterIndexRebuild INTEGER 2
AlterIndexRebuildOnline INTEGER 3
AlterIndexModifyCol INTEGER 4
AlterIndexUpdBlockRefs INTEGER 5
AlterIndexRenameCol INTEGER 6
AlterIndexRenameTab INTEGER 7
AlterIndexMigrate INTEGER 8
Constants for ODCIIndexInfo.IndexInfoFlags
Local INTEGER 1
RangePartn INTEGER 2
HashPartn INTEGER 4
Online INTEGER 8
Parallel INTEGER 16
Unusable INTEGER 32
IndexOnIOT INTEGER 64
TransTblspc INTEGER 128
FunctionIdx INTEGER 256
ListPartn INTEGER 512
UpdateGlobalIndexes INTEGER 1024
Constants for ODCIIndexInfo.IndexParaDegree
DefaultDegree INTEGER 32767
Constants for ODCIEnv.Envflags
DebuggingOn INTEGER 1
NoData INTEGER 2
Constants for ODCIEnv.CallProperty
None INTEGER 0
FirstCall INTEGER 1
IntermediateCall INTEGER 2
FinalCall INTEGER 3
RebuildIndex INTEGER 4
RebuildPMO INTEGER 5
StatsGlobal INTEGER 6
StatsGlobalAndPartition INTEGER 7
StatsPartition INTEGER 8
Note: According to Oracle the following ODCIExtTable related definitions should not be documented (internal use only).
Constants for ODCIExtTableInfo.OpCode
FetchOp INTEGER 1
PopulateOp INTEGER 2
Constants for ODCIExtTableInfo.Flag
Sample INTEGER 1
SampleBlock INTEGER 2
Constants for ODCIExtTableQCInfo.IntraSourceConcurrency (OUT) argument
True INTEGER 1
False INTEGER 0
Constants (bit definitions) for 'flag' (IN) argument to ODCIExtTableOpen
QueryCoordinator INTEGER 1
Shadow INTEGER 2
Slave INTEGER 4
Constants (bit definitons) for ODCIExtTableFetch 'flag' OUT argument
FetchEOS INTEGER 1
Constants (bit definitions) for ODCIColInfo.Flags
CompFilterByCol INTEGER 1
CompOrderByCol INTEGER 2
CompOrderDscCol INTEGER 4
CompUpdatedCol INTEGER 8
CompRenamedCol INTEGER 16
CompRenamedTopADT INTEGER 32
Constants for ODCIOrderByInfo.ExprType
ColumnExpr INTEGER 1
AncOpExpr INTEGER 2
Constants for ODCIOrderByInfo.SortOrder
SortAsc INTEGER 1
SortDesc INTEGER 2
NullsFirst INTEGER 4
Constants for ODCIPartInfo.PartOpt
AddPartition INTEGER 1
DropPartition INTEGER 2
Dependencies
AGGRCENTROID MVAGGRAWBITOR_TYP SAMCLUST_IMP_T
AGGRCONVEXHULL ODCICOLINFOFLAGSDUMP SCHEDULER$_BATCHERR_VIEW_T
AGGRLRSCONCAT ODCIENVDUMP SDOAGGR
AGGRLRSCONCAT3D ODCIINDEXALTEROPTIONDUMP SDO_INDEX_METHOD_10I
AGGRMBR ODCIINDEXCALLPROPERTYDUMP SDO_JOIN
AGGRUNION ODCIINDEXINFODUMP SDO_PRIDX
CATINDEXMETHODS ODCIINDEXINFOFLAGSDUMP SDO_SAM
CTX_DDL ODCIPARTINFODUMP SDO_STATISTICS
DBMS_STATS ODCIPREDINFODUMP SDO_TPIDX
DRICON ODCIQUERYINFODUMP TEXTINDEXMETHODS
DRIEXP ODCISTATSOPTIONSDUMP TEXTOPTSTATS
DRISGP ORACLE_DATAPUMP V_LBRECSETIMPL_T
DRIXMD ORACLE_LOADER WM_CONCAT_IMPL
DRVDDL PRVT_IDX XDBHI_IM
DRVDML PRVT_SAM XDBPI_IM
EXPRESSIONINDEXMETHODS QRY2OPT XMLIDXSTATSMETHODS
EXPRESSIONINDEXSTATS RTREE_INDEX_METHOD XMLINDEXMETHODS
FUNCSTATS RULEINDEXMETHODS XPATHINDEXMETHODS
MDPRVT_IDX    
Security Model Owned by SYS with EXECUTE granted to PUBLIC
Source {ORACLE_HOME}/rdbms/admin/catodci.sql
 
Usage Examples
catxdbeo.sql create or replace type body xdb.funcstats is
 static function ODCIGetInterfaces(ifclist OUT sys.ODCIObjectList)
 return number is
  begin
    ifclist := sys.ODCIObjectList(sys.ODCIObject('SYS','ODCISTATS2'));
    return ODCIConst.Success;
  end ODCIGetInterfaces;
end;
/
show errors;

Related Topics
DBMS_ODCI
OdciVarchar2List

Morgan's Library Page Footer
This site is maintained by Dan Morgan. Last Updated: This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2013 Daniel A. Morgan All Rights Reserved