/SDF/ORATABINF2 SAP (Oracle table information) Structure details

Dictionary Type: Structure
Description: Oracle table information




ABAP Code to SELECT data from /SDF/ORATABINF2
Related tables to /SDF/ORATABINF2
Access table /SDF/ORATABINF2




Structure field list including key, data, relationships and ABAP select examples

/SDF/ORATABINF2 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Oracle table information" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/SDF/ORATABINF2 TYPE /SDF/ORATABINF2.

The /SDF/ORATABINF2 table consists of various fields, each holding specific information or linking keys about Oracle table information data available in SAP. These include STMT_ID (Statement ID), TABLE_OWNER (Table Owner), TABLE_NAME (Table Name), NUM_ROWS (Number of Rows).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SDF/ORATABINF2 structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ANALY_ID Analysis ID0
STMT_ID Statement ID0
TABLE_OWNER Table Owner0
TABLE_NAME Table Name0
NUM_ROWS Number of Rows0
BLOCKS Blocks used0
EMPTY_BLKS Empty Blocks0
AVG_SPACE Average Space0
CHAIN_CNT Chain Count0
AVG_ROW_LN Average row length0
SAMPL_SIZE Sample Size0
LAST_ANALY Last Update Statistic0
LAST_CHANG Last change in SAP DDIC0
BUFF_TYPE Type of buffering of Table0
TABLESPACE_NAME Name of the tablespace0
IOT_NAME Name of the indexed table0
STATUS If a previous DROP TABLE operation failed (valid or UNUSABLE0
PCT_FREE Minimum Percentage of Free Space in a Block0
LOGGING Indicates whether changes to the table are logged0
BACKED_UP Indicates whether the table has been backed up since the las0
AVG_SP_FREL_BLK Average free space of all blocks on a free list0
NUM_FREL_BLCKS Number of blocks on the free list0
DEGREE Number of threads per instance for scanning the table, or DE0
INSTANCES Number of instances across which the table is to be scanned,0
CACHE Indicates whether the table is to be cached in the buffer0
TABLE_LOCK Indicates whether table locking is enabled (ENABLED)0
PARTITIONED Indicates whether the table is partitioned (YES/NO)0
IOT_TYPE If the table is indexed0
BUFFER_POOL Default buffer pool for the table0
ROW_MOVEMENT Indicates whether partitioned row movement is enabled0
GLOBAL_STATS Partitioned tables (statistics were collected as a whole )0
USER_STATS Entered directly by the user0
TEMPORARY Indicates whether the table is temporary (Y or N)0
DURATION Duration of a temporary table (session or transaction)0
SKIP_CORRUPT Indicates whether Oracle Database ignores blocks marked corr0
DEPENDENCIES Indicates whether row-level dependency tracking is enabled0
COMPRESSION Indicates whether table compression is enabled (ENABLED)0
COMPRESS_FOR Default compression for what kind of operations0
DROPPED Indicates whether the table has been dropped and is in the r0
CREATED Timestamp for Creation of Object0
LAST_DDL_TIME Timestamp for Last Modification from a DDL Command0
STMT_SOURCE DBA HIST (D) or Cache (C)0
DBA_HIST_B_TS Start timestamp for statement selection from DBA HIST0
DBA_HIST_E_TS End timestamp for statement selection from DBA HIST0

Key field Non-key field



How do I retrieve data from SAP structure /SDF/ORATABINF2 using ABAP code?

As /SDF/ORATABINF2 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /SDF/ORATABINF2 as there is no data to select.

How to access SAP table /SDF/ORATABINF2

Within an ECC or HANA version of SAP you can also view further information about /SDF/ORATABINF2 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!