SAP ABAP Function Module C_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
⤷
S_DBMON_ORA_COCKPIT (Package) Database Monitor for Oracle in Cockpit Framework
⤷
⤷
Basic Data
| Function Module | C_GET_DB_ORA_UNDOSTAT | retrieves data from view V$UNDOSTAT. |
| Function Group | S_ORA_COCKPIT_1 | Oracle DB Monitor |
| Program Name | SAPLS_ORA_COCKPIT_1 | |
| INCLUDE Name | LS_ORA_COCKPIT_1U02 |
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 | 20070813 |
| SAP Release Created in | 710 |