STI_SQL_WA_ACTIV SAP (Oracle monitoring: structure for GV$SQL_WORKAREA_ACTIVE.) Structure details

Dictionary Type: Structure
Description: Oracle monitoring: structure for GV$SQL_WORKAREA_ACTIVE.




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




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

STI_SQL_WA_ACTIV 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 monitoring: structure for GV$SQL_WORKAREA_ACTIVE." 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_STI_SQL_WA_ACTIV TYPE STI_SQL_WA_ACTIV.

The STI_SQL_WA_ACTIV table consists of various fields, each holding specific information or linking keys about Oracle monitoring: structure for GV$SQL_WORKAREA_ACTIVE. data available in SAP. These include WORKAREA_ADDRESS (Oracle Monitoring: WORKAREA_ADDRESS: @ of w.a. handle), OPERATION_TYPE (Oracle Monitoring: OPERATION_TYPE), OPERATION_ID (Oracle Monitoring: OPERATION_ID), POLICY (Oracle Monitoring: POLICY: Sizing Policy (Manual or Auto)).. 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 STI_SQL_WA_ACTIV 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
INST_IDOracle monitor: Instance ID ORA_INST_IDDEC22ORA_INST_ID
WORKAREA_ADDRESSOracle Monitoring: WORKAREA_ADDRESS: @ of w.a. handle ORA_WORKAREA_ADDRESSRAW8ORA_RAW_8
OPERATION_TYPEOracle Monitoring: OPERATION_TYPE ORA_OPERATION_TYPECHAR20ORA_CHAR_20
OPERATION_IDOracle Monitoring: OPERATION_ID ORA_OPERATION_IDDEC22ORA_NUMBER
POLICYOracle Monitoring: POLICY: Sizing Policy (Manual or Auto) ORA_POLICYCHAR6ORA_CHAR_6
SIDOracle monitoring: SID ORA_WAA_SIDDEC22ORA_SID
QCINST_IDOracle Monitoring: QCINST_ID: Query Coordinator ID ORA_QCINST_IDDEC22ORA_NUMBER
QCSIDOracle Monitoring: QCSID: Query Coordinator Session ID ORA_QCSIDDEC22ORA_NUMBER
ACTIVE_TIMEOracle Monitoring: ACTIVE_TIME: Average Active Time ORA_ACTIVE_TIMEDEC22ORA_NUMBER
WORK_AREA_SIZEOracle Monitoring: WORK_AREA_SIZE: Maximum Workarea size ORA_WORK_AREA_SIZEDEC22ORA_NUMBER
EXPECTED_SIZEOracle Monitoring: EXPECTED_SIZE ORA_EXPECTED_SIZEDEC22ORA_NUMBER
ACTUAL_MEM_USEDOracle Monitoring: ACTUAL_MEM_USED: Actual PGA mem. used ORA_ACTUAL_MEM_USEDDEC22ORA_NUMBER
MAX_MEM_USEDOracle Monitoring: MAX_MEM_USED ORA_MAX_MEM_USEDDEC22ORA_NUMBER
NUMBER_PASSESOracle Monitoring: NUMBER_PASSES ORA_NUMBER_PASSESDEC22ORA_NUMBER
TEMPSEG_SIZEOracle Monitoring: TEMPSEG_SIZE: Size of Temporary Segment ORA_TEMPSEG_SIZEDEC22ORA_NUMBER
WA_TABLESPACEOracle Monitoring: TABLESPACE: TableSpace of Temp. Segment ORA_TABLESPACECHAR31ORA_CHAR_31
SEGRFNOOracle Monitoring: SEGRFNO#: Rel File # of Tmp Segment ORA_SEGRFNODEC22ORA_NUMBER
SEGBLKOracle Monitoring: SEGBLK#: Block # of Temp. Segment ORA_SEGBLKDEC22ORA_NUMBER

Key field Non-key field



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

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

How to access SAP table STI_SQL_WA_ACTIV

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