All MIBs › BEA-WEBLOGIC-MIB › startupClassLoadBeforeAppActivation
startupClassLoadBeforeAppActivation
Module: BEA-WEBLOGIC-MIB
OID (symbolic): BEA-WEBLOGIC-MIB::startupClassLoadBeforeAppActivation
OID (numeric): 1.3.6.1.4.1.140.625.750.1.30
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: Specifies whether the targeted servers load and run this startup class after activating JMS and JDBC services and before activating applications and EJBs. If you enable this feature for a startup class, a server loads and runs the startup class before the activate phase. At this point, JMS and JDBC services are available. (Deployment for applications and EJBs consists of two phases: prepare and activate.) Enable this feature if the startup class needs to be invoked after JDBC connection pools are available but before the applications are activated and ready to service client requests. If you do not enable this feature, a server instance loads startup classes after it activates JMS and JDBC services, EJBs, and applications.
What is startupClassLoadBeforeAppActivation?
This flag indicates whether the startup class runs after JDBC/JMS are available but before applications are activated, allowing database access without application code running yet. Administrators set this true for startup classes that populate cache tables before applications become available to handle requests. Example: a cache pre-loader sets this true to warm up memory from the database during server startup.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.750.1.30 snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::startupClassLoadBeforeAppActivation
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.750.1.30.1 snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::startupClassLoadBeforeAppActivation.1
Start monitoring BEA/Oracle WebLogic Server (Java EE application server) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the BEA-WEBLOGIC-MIB::startupClassLoadBeforeAppActivation OID value, configure state conditions and alerts, and monitor any BEA/Oracle WebLogic Server (Java EE application server) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.140 | bea | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625 | wls | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.750 | startupClassTable | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.750.1 | startupClassEntry | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.750.1.30 | startupClassLoadBeforeAppActivation | BEA-WEBLOGIC-MIB |