I am looking for a way to monitor Oracle Database status (health) via PHP script executing SQL query. There are system variables containing actual number of connection, sessions, work load, etc...
How I can access to those values: via regular SELECT statement, or build-in store procedure, or it need to be custom build store procedure...
How I can detect, after I get those values, is it a mormal, heavy, extreme work load. What are criterias.