ORASAREA_B SAP (Structure for Base List: 'Oracle Cursor Cache Statistics') Structure details

Dictionary Type: Structure
Description: Structure for Base List: 'Oracle Cursor Cache Statistics'




ABAP Code to SELECT data from ORASAREA_B
Related tables to ORASAREA_B
Access table ORASAREA_B




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

ORASAREA_B 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 "Structure for Base List: 'Oracle Cursor Cache Statistics'" 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_ORASAREA_B TYPE ORASAREA_B.

The ORASAREA_B table consists of various fields, each holding specific information or linking keys about Structure for Base List: 'Oracle Cursor Cache Statistics' data available in SAP. These include CURR_EXEC (Number of users executing this cursor), DISK_READS (Sum of all 'disk reads'), DISKRPER_E (Number of 'disk reads' for each execution), BUFFER_GET (Total number of 'buffer gets').. 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: Not classified


SAP ORASAREA_B 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
EXECUTIONSTotal number of executions ORAEXECNUMDEC31ORAPNUMBER
CURR_EXECNumber of users executing this cursor ORACURREXINT410ORANUMB7
DISK_READSSum of all 'disk reads' ORADISKRDEC31ORAPNUMBER
DISKRPER_ENumber of 'disk reads' for each execution ORADRPEREDEC31(1) ORADEC16
BUFFER_GETTotal number of 'buffer gets' ORABUFFERGDEC31ORAPNUMBER
BUFFGPER_ENumber of 'buffer gets' for each execution ORABGPEREDEC31(1) ORADEC16
ROWS_PROCENumber of processed rows ORAROWPROCDEC31ORAPNUMBER
ROWSPPER_ENumber of rows processed for each execution ORARPPEREDEC31(1) ORADEC16
BUFFGPER_RNumber of 'buffer gets' for each row ORABGPERRDEC31(1) ORADEC16
SORTSSort orders ORASQLSORTINT410ORANUMB8
CPU_TIMECPU Time in Miroseconds ORACPUTIMEDEC31ORAPNUMBER
CPU_TIME_ECPU Time per Execution ORACTPEREDEC31(1) ORADEC16
ELAPSED_TIElapsed Time in Microseconds ORAELAPSEDDEC31ORAPNUMBER
ELAPSEDTIEElapsed Time per Execution ORAELAPEREDEC31(1) ORADEC16
WAIT_TIMEWait time ORAWAITTIMDEC31ORAPNUMBER
WAITTIME_EWait Time per Execution ORAWTPEREDEC31(1) ORADEC16
SQL_TEXTStart of SQL statement ORASQLTEXTCHAR60CHAR60

Key field Non-key field



How do I retrieve data from SAP structure ORASAREA_B using ABAP code?

As ORASAREA_B 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 ORASAREA_B as there is no data to select.

How to access SAP table ORASAREA_B

Within an ECC or HANA version of SAP you can also view further information about ORASAREA_B 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!