Data Element list used by SAP ABAP Table ORABLKANAL (Detailed Analysis of Oracle Tables)
SAP ABAP Table ORABLKANAL (Detailed Analysis of Oracle Tables) is using
# Object Type Object Name Object Description Note
     
1 Data Element  OAVG_BFREE Avg. freespace in a used data base block
2 Data Element  OAVG_ROW_E Average row length without block header
3 Data Element  OAVG_ROW_I Avg. row length including the block header
4 Data Element  OAVG_RO_IH Avg. row length to take into account for initial loading
5 Data Element  OA_BLOCKS Allocated blocks for an Oracle table
6 Data Element  OA_EXTENTS Allocated extents for an Oracle table
7 Data Element  OA_SIZE Allocated diskspace for an Oracle table
8 Data Element  OBLKSIZE Oracle block size
9 Data Element  OCHAINED Number of rows requiring block chaining
10 Data Element  ODATA_MAX Maximum size of the data area in a block
11 Data Element  ODATA_MIN Minimum size of the data area in a block
12 Data Element  OE_BLOCKS Empty blocks allocated for an Oracle table
13 Data Element  OE_SIZE Empty space allocated for an Oracle table
14 Data Element  OHEADER_MA Block header, maximum size
15 Data Element  OHEADER_MI Block header, minimum size
16 Data Element  OINIT_EXT Size of initial table extent
17 Data Element  OINI_TRANS Number of initial transactions (Oracle storage parameter)
18 Data Element  OMAX_EXTS Oracle storage parameter 'maxextents'
19 Data Element  OMAX_TRANS Maximum number of transactions (Oracle storage parameter)
20 Data Element  OMIN_EXTS Oracle storage parameter 'minextents'
21 Data Element  ONEXT_EXT Size of next extent
22 Data Element  OPCTINCR Storage parameter 'pctincrease'
23 Data Element  OPCT_FREE Oracle storage parameter 'PCTFREE'
24 Data Element  OPCT_USED Storage parameter 'PCTUSED'
25 Data Element  OP_PCT_FRE Recommended value for storage parameter 'PCTFREE'
26 Data Element  OP_PCT_USE Recommended value for storage parameter 'PCTUSED'
27 Data Element  OROWS Number of rows in a table
28 Data Element  OU_BLOCKS Used blocks of an Oracle table
29 Data Element  OU_SIZE Disk space used for Oracle table