Is there a way to stop the Oracle warning messages from appearing on my web page? I am running OCIError and sending the collected errors to my pager, but I would like to prevent the customer from seeing the errors:
Warning: _oci_open_server: ORA-12154: TNS:could not resolve service name in /www/html/energas.com/SQL/jobs.php on line 5
I know most people don't get these very often, but most of our databases are being moved constantly (we're in a transition), and I am trying to make sure I am notified and the user isn't thinking that our site is always messed up.
Warning: _oci_open_server: ORA-12154: TNS:could not resolve service name in /www/html/energas.com/SQL/jobs.php on line 5
I know most people don't get these very often, but most of our databases are being moved constantly (we're in a transition), and I am trying to make sure I am notified and the user isn't thinking that our site is always messed up.