SDBAH - Header Table for DBA Logs
Header Table for DBA Logs information is stored in SAP table SDBAH.
It is part of development package SDBO in software component BC-DB-ORA-CCM. This development package consists of objects that can be grouped under "Database Administration: Oracle-Specific Components".
It is part of development package SDBO in software component BC-DB-ORA-CCM. This development package consists of objects that can be grouped under "Database Administration: Oracle-Specific Components".
Fields for table SDBAH
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
BEG | Start of the DBA action | X | SDBA_BEGIN | CHAR | 14 | |
FUNCT | Function ID for DBA action | X | SDBA_FUNCT | CHAR | 3 | |
SYSID | Database System ID | X | SDBA_SYSID | CHAR | 8 | |
OBJ | Object of DB operation | SDBA_OBJ | CHAR | 16 | ||
RC | Return code for DBA action | SDBA_RC | NUMC | 4 | ||
ENDE | End of database operation | SDBA_END | CHAR | 14 | ||
ACTID | Name of DBA Log | SDBA_ACTID | CHAR | 16 | ||
LINE | Text Line for DBA Logs | SDBA_TEXT | CHAR | 254 |