Obtain CPU and Memory Utilization (%) by PL/SQL Program
Hi,
I have 3 Oracle databases on 3 differents OS:
- Oracle 9iR2(9.2.0.4) on SuSE Linux ES9.3
- Oracle 11gR2 (11.2.0.2) on Linux RHEL Server 5.6 x86_64
- Oracle 10gR2 (10.2.0.3) on Solaris SunOS 5.10
How to obtain daily CPU and Memory Utilization (%) on these 3 servers. I want to collect then in Oracle Database tables so I can put the results in MS Excel file format.
I suggest to collect them by:
- PL/SQL program which can automatically and daily collect these statistics using Oracle Database views
- PL/SQL program which can automatically and daily collect these statistics using OS commands.
I am not using EM. I know that I can collect this by EM.
0