SAP ABAP Function Module ORAENQ_GET_DATA (Gets data from GV$enqueue_stat ot GVD_ENQUEUE_STAT)
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 ORAENQ_GET_DATA Gets data from GV$enqueue_stat ot GVD_ENQUEUE_STAT  
Function Group STD8   Oracle DB-monitor  
Program Name SAPLSTD8    
INCLUDE Name LSTD8U44    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_IS_RAC TYPE CHAR1 Is RAC, Y/N?
Exporting E_DB_UPTIME TYPE I Total Time the DB has been up
Exporting E_CURR_TIME TYPE SYUZEIT Date and Time, Current Application Server Time
Exporting E_CURR_DATE TYPE SYDATUM Date and time, current (application server) date
Exporting E_CURR_SYSTEM TYPE SYSYSID Name of SAP R/3 System
Importing I_INST_ID TYPE ORA_INST_ID Oracle monitor: Instance ID
Importing I_SNAPSHOT_FROM TYPE ORA_SNAPSHOT_ID Snapshot ID (From)
Importing I_SNAPSHOT_TO TYPE ORA_SNAPSHOT_ID Snapshot ID (To)
Tables T_ENQSTAT TYPE ENQSTAT Copy of GV$ENQUEUE_STAT
Exception WRONG_DATABASE TYPE non Oracle DB.
Exception WRONG_ORACLE_RELEASE TYPE wrong oracle release.
Exception DB_RELEASE_UNKNOWN TYPE unknown database release.
Exception WRONG_INSTANCE TYPE specified instance is not available.
               
Processing Type
Normal Function Module  
Remote-Enabled 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  20041005 
SAP Release Created in 700