Oracle Database Instance Performance Ratios
(SM-Pro-OraPerf)
(SM-ProUpd-OraPerf)
(SM-ProPlus-OraPerf)
Solution’s SOSL Based management process scripts:
Below is the SOSL based Management Script in its basic (raw) format were further comments, journal messages, and maybe threshold conditions could be added as per the implementing Organization’s requirements.
The solution defines the following main modules:
MainOraTables:
This is the main module that controls and instantiates the ‘OraMibTables’ module.
MainOraFilterTables:
This is the main module that controls and instantiates the ‘OraFilterTables’ module.
MainOraPerfRatios:
This is the main module that controls and instantiates the ‘OraPerfRatios1’ and the ‘OraPerfRatios2’ modules.
The details of the Main modules and the transient Service modules are provided below:
MODULE MainOraTables ();
DESCRIPTION "Oracle Databse information";
BEGIN
POLL-FREQ
{
MODULE-CALL OraMibTables();
WAIT (15000);
};
END
MODULE MainOraFilterTables ();
DESCRIPTION "Interface INVENTORY information";
BEGIN
POLL-FREQ
{
MODULE-CALL OraFilterTables();
WAIT (12000);
};
END
MODULE MainOraPerfRatios ();
DESCRIPTION "FrameRelay Speed Interfaces Process";
BEGIN
ALL-DEV BY DEV
{
MODULE-CALL OraPerfRatios1 (DEV);
};
POLL-FREQ
{
WAIT (3000);
ALL-DEV BY DEV
{
MODULE-CALL OraPerfRatios2 (DEV);
};
};
END
|
Oracle Database Instance Performance |
Previous Page Page 4/5 Next Page |
[Small Solutions], [Professional Solutions], [Security
Solutions], [Development Solutions]
[Home], [About],
[Solutions
Center], [NMS
Market],
[Products & Services],
[Management
Technology], [Technical Support],
[Contact us],
[Site Map]