db sanity check
470229Apr 2 2006 — edited Apr 2 2006Hi All,
I would like to develop sanity check script for our product Oracle Db.
It should be put on crontab, worked periodically.
How can I retrieve simple pl/sql query(for example how many connections and user..) elapsed time?. Is it possible to achieve this goal by using UNIX scripts(perl, bash etc..) and specific pl/sql statement or have I write to application with java or C?