SAP ABAP Class CL_ORA_CCDB_EXTRACTOR (ORA-CCDB: Config Change DB Extractor for Oracle)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-MON-ORA (Application Component) Oracle Database Monitors
⤷
S_ORA_COCKPIT (Package) DBACockpit: Oracle Monitors

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_DBA_CCDB_EXTRACTOR | DBA-CCDB: Config Change DB Extractor | 20111019 |
Properties
Class | CL_ORA_CCDB_EXTRACTOR | |
Short Description | ORA-CCDB: Config Change DB Extractor for Oracle | |
Super Class | CL_DBA_CCDB_EXTRACTOR | DBA-CCDB: Config Change DB Extractor |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_ORA_COCKPIT | DBACockpit: Oracle Monitors |
Created | 20111019 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_ORA_CCDB_EXTRACTOR has no forward declaration.
Interfaces
Class CL_ORA_CCDB_EXTRACTOR has no interface implemented.
Friends
Class CL_ORA_CCDB_EXTRACTOR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'ORA_SYSTEM_FIX_CONTROL' | 20111109 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'ORA_LEVEL' | 20111019 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'ORA_PARAMETER' | 20111102 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | ORA-CCDB: SYSTEM_FIX_CONTROL | 20111109 |
2 | ![]() |
Instance method | Private | Method | ORA-CCDB: LEVEL | 20111019 |
3 | ![]() |
Instance method | Private | Method | ORA-CCDB: INSTANCE | 20111102 |
Events
Class CL_ORA_CCDB_EXTRACTOR has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | ORA_FIX_CONTROL | Protected | See coding | 20120828 | begin of ora_fix_control ,
inst_id type i,
bugno type string,
value type string,
sql_feature type string,
description type string,
optimizer_feature_enable type string,
event type string,
is_default type string,
end of ora_fix_control
|
||
2 | ORA_FIX_CONTROL_TAB | Protected | See coding | 20120828 | ora_fix_control_tab type standard table of ora_fix_control
|
||
3 | ORA_LEVEL | Protected | See coding | 20111109 | begin of ora_level ,
inst_id type i,
key type string,
banner type string,
end of ora_level
|
||
4 | ORA_LEVEL_TAB | Protected | See coding | 20111109 | ora_level_tab type standard table of ora_level
|
||
5 | ORA_PARAM | Protected | See coding | 20111102 | begin of ora_param ,
inst_id type i,
num type i,
ordinal type i,
sid type string,
name type string,
value type string,
spfile_value type string,
issys_modifiable type string,
isspecified type string,
ismodified type string,
isadjusted type string,
description type string,
update_comment type string,
end of ora_param
|
||
6 | ORA_PARAM_TAB | Protected | See coding | 20111102 | ora_param_tab type standard table of ora_param
|
Method Signatures
Method EXTRACT_FIX_CONTROL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20111109 | ||
2 | ![]() |
XML_DATA | Call by reference | Type reference (TYPE) | XSTRING | 20111109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
DBA-CCDB: General CCDB Error | 20111109 |
Method EXTRACT_LEVEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20111019 | ||
2 | ![]() |
XML_DATA | Call by reference | Type reference (TYPE) | XSTRING | 20111019 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
DBA-CCDB: General CCDB Error | 20111019 |
Method EXTRACT_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20111102 | ||
2 | ![]() |
XML_DATA | Call by reference | Type reference (TYPE) | XSTRING | 20111102 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
DBA-CCDB: General CCDB Error | 20111102 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |