SAP ABAP Function Module GET_DB_ORA_UNDOSTAT (retrieves data from view V$UNDOSTAT.)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-MON-ORA (Application Component) Oracle Database Monitors
⤷
STUO (Package) ORACLE Database Monitor

⤷

⤷

Basic Data
Function Module | GET_DB_ORA_UNDOSTAT | retrieves data from view V$UNDOSTAT. |
Function Group | STD9 | Oracle Monitoring (New features) |
Program Name | SAPLSTD9 | Update Statistics for Certain Index |
INCLUDE Name | LSTD9U02 |
Parameters
Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
---|---|---|---|---|---|---|---|
![]() |
CURR_TIME | TYPE | SYST-UZEIT | Date and Time, Current Application Server Time | |||
![]() |
CURR_DATE | TYPE | SYST-DATUM | Date and time, current (application server) date | |||
![]() |
CURR_SYSTEM | TYPE | SYST-SYSID | Database instance (OPS) | |||
![]() |
IS_GV | TYPE | DATA_TYPE | datatype of the column | |||
![]() |
UNSTTAB | TYPE | UNSTTAB | structure representing the db view V$UNDOSTAT. | |||
![]() |
UNSTTAB_GV | TYPE | UNSTTAB_GV | structure representing the db view GV$UNDOSTAT. | |||
![]() |
WRONG_DATABASE | TYPE | non Oracle DB. | ||||
![]() |
WRONG_ORACLE_RELEASE | TYPE | wrong oracle release. | ||||
![]() |
NOT_FOUND | TYPE | no lines in the DB view. | ||||
![]() |
ERROR | TYPE | any error that causes the SQL not to work. | ||||
![]() |
DB_RELEASE_UNKNOWN | TYPE | unknown database release. | ||||
Processing Type
Normal Function Module | |
![]() |
BaseXML supported |
Update Module | Start immediately |
Immediate Start, No Restart | |
Start Delayed | |
Coll.run | |
JAVA Module Callable from ABAP | |
Remote-Enabled JAVA Module | |
Module Callable from JAVA |
History
Last changed by/on | SAP | 20040312 |
SAP Release Created in | 640 |