How to poll for the health of the Oracle database server
I have a problem for which I need to determine if the database is healthy enough to handle a batch up load. This database is used both for transactions and batch uploads (a mixed mode database). I want to prioritze the transactions over the uploads. What is the bext way to do this?
0