SAP ABAP Table ORASQLAREA (DDIC Structure According to Oracle Table V$SQLAREA)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB-ORA-SYS (Application Component) Database Interface/DBMS for Oracle
⤷
STUN_ORA (Package) Objects for Performance Analysis (ST04): Oracle DB
⤷
⤷
Basic Data
| Table Category | INTTAB | Structure |
| Structure | ORASQLAREA |
|
| Short Description | DDIC Structure According to Oracle Table V$SQLAREA |
Delivery and Maintenance
| Pool/cluster | ||
| Delivery Class | ||
| Data Browser/Table View Maintenance | Display/Maintenance Allowed with Restrictions |
Components
| |
Field | Key | Data Element | Domain | Data Type |
Length | Decimal Places |
Short Description | Check table |
|---|---|---|---|---|---|---|---|---|---|
| 1 | |
ORASQLTEXT | CHAR60 | CHAR | 60 | 0 | Start of SQL statement | ||
| 2 | |
ORASHARMEM | ORAPNUMBER | DEC | 31 | 0 | Total shareable memory | ||
| 3 | |
ORAPERSMEM | ORAMEMORY | INT4 | 10 | 0 | Total 'persistent memory' | ||
| 4 | |
ORARUNTMEM | ORAMEMORY | INT4 | 10 | 0 | Total "runtime memory" | ||
| 5 | |
ORASORTS | ORANUMB8 | INT4 | 10 | 0 | Sum of the number of sorts | ||
| 6 | |
ORAVERSCOU | ORANUMBER | INT4 | 10 | 0 | Number of children | ||
| 7 | |
ORALOADVER | ORANUMB8 | INT4 | 10 | 0 | Loaded cursor versions | ||
| 8 | |
ORAOPENVER | ORANUMB8 | INT4 | 10 | 0 | Number of opened cursor versions | ||
| 9 | |
ORAUSROPEN | ORANUMB8 | INT4 | 10 | 0 | Number of users who have opened cursor version | ||
| 10 | |
ORAEXECNUM | ORAPNUMBER | DEC | 31 | 0 | Total number of executions | ||
| 11 | |
ORAUSREXEC | ORANUMB7 | INT4 | 10 | 0 | Number of users executing | ||
| 12 | |
ORALOADS | ORANUMB5 | INT4 | 10 | 0 | Number of loads or reloads | ||
| 13 | |
ORALOAD_T | ORATIMESTA | CHAR | 19 | 0 | Time SQL statement loaded | ||
| 14 | |
ORAINVALID | ORANUMB8 | INT4 | 10 | 0 | Number of 'invalidations' for all versions | ||
| 15 | |
ORAPARSEC | ORANUMB8 | INT4 | 10 | 0 | Sum of all 'parse calls' | ||
| 16 | |
ORADISKR | ORAPNUMBER | DEC | 31 | 0 | Sum of all 'disk reads' | ||
| 17 | |
ORABUFFERG | ORAPNUMBER | DEC | 31 | 0 | Total number of "buffer gets" | ||
| 18 | |
ORAROWPROC | ORAPNUMBER | DEC | 31 | 0 | Number of processed rows | ||
| 19 | |
ORACOMTYPE | ORANUMBER | INT4 | 10 | 0 | Oracle command type definition | ||
| 20 | |
ORAOPTMODE | ORAOPTMODE | CHAR | 10 | 0 | Optimizer mode | ||
| 21 | |
ORAPARSUSR | ORANUMBER | INT4 | 10 | 0 | ID of the user who built this child cursor | ||
| 22 | |
ORAPARSSCH | ORANUMBER | INT4 | 10 | 0 | Schema ID | ||
| 23 | |
ORAKEPTVER | ORANUMBER | INT4 | 10 | 0 | Indicator for using DBMS_SHARED_POOL | ||
| 24 | |
ORAADDRESS | CHAR16 | CHAR | 16 | 0 | Address of statement in the cache | ||
| 25 | |
ORAHASHVAL | ORAP16 | FLTP | 16 | 16 | Hash value of statement | ||
| 26 | |
ORAMODULE | ORACHAR64 | CHAR | 64 | 0 | Program Name | ||
| 27 | |
ORAUSER | CHAR10 | CHAR | 10 | 0 | Column USERNAME in V$SESSION | ||
| 28 | |
ORAMODULEH | ORAP16 | FLTP | 16 | 16 | Hash value of module | ||
| 29 | |
ORAACTION | CHAR64 | CHAR | 64 | 0 | Action name | ||
| 30 | |
ORAACTIONH | ORAP16 | FLTP | 16 | 16 | Hash value of action | ||
| 31 | |
ORASERIAL | ORANUMBER | INT4 | 10 | 0 | Number of producing ORA-8177 | ||
| 32 | |
ORACHILDLA | ORANUMBER | INT4 | 10 | 0 | Child Latch Number | ||
| 33 | |
ORACPUTIME | ORAPNUMBER | DEC | 31 | 0 | CPU Time in Miroseconds | ||
| 34 | |
ORAELAPSED | ORAPNUMBER | DEC | 31 | 0 | Elapsed Time in Microseconds | ||
| 35 | |
0 | 0 | Derived Columns for V$SQLAREA | |||||
| 36 | |
ORADRPERE | ORADEC16 | DEC | 31 | 1 | Number of 'disk reads' for each execution | ||
| 37 | |
ORABGPERE | ORADEC16 | DEC | 31 | 1 | Number of 'buffer gets' for each execution | ||
| 38 | |
ORAPCPERE | ORADEC16 | DEC | 31 | 1 | Parse calls per execution | ||
| 39 | |
ORARPPERE | ORADEC16 | DEC | 31 | 1 | Number of rows processed for each execution | ||
| 40 | |
ORABGPERR | ORADEC16 | DEC | 31 | 1 | Number of 'buffer gets' for each row | ||
| 41 | |
ORACOLFIEL | CHAR3 | CHAR | 3 | 0 | Field for controlling colors in ABAP List Viewer | ||
| 42 | |
ORAWAITTIM | ORAPNUMBER | DEC | 31 | 0 | Wait time | ||
| 43 | |
ORACTPERE | ORADEC16 | DEC | 31 | 1 | CPU Time per Execution | ||
| 44 | |
ORAELAPERE | ORADEC16 | DEC | 31 | 1 | Elapsed Time per Execution | ||
| 45 | |
ORAWTPERE | ORADEC16 | DEC | 31 | 1 | Wait Time per Execution |
History
| Last changed by/on | SAP | 20130604 |
| SAP Release Created in |