How can the trigger Oracle Database '{#DBNAME}': Open status in mount mode work if, when the database is in the mounted status, the session cannot log in to the database? All items (including Oracle Database '{#DBNAME}': Open status item ) receive the following error:
Cannot connect to ODBC DSN: [SQL_ERROR]:[08004][1033][[Oracle][ODBC][Ora]ORA-01033: ORACLE initialization or shutdown in progress Process ID: 0 Session ID: 0 Serial number: 0 ]
Is there any way to trigger when ORA-01033 happens? Why this trigger exists if it does not work since the session receive ORA-01033 when it is in mount status.
Cannot connect to ODBC DSN: [SQL_ERROR]:[08004][1033][[Oracle][ODBC][Ora]ORA-01033: ORACLE initialization or shutdown in progress Process ID: 0 Session ID: 0 Serial number: 0 ]
Is there any way to trigger when ORA-01033 happens? Why this trigger exists if it does not work since the session receive ORA-01033 when it is in mount status.