It is possible to monitor Oracle Process in Linux environment ? Anyone can help me with example

  1. Oracle Database is started with a “startup” command.

  2. I checked database name with query “select name from v$database”.its showing ORCL.

  3. Terminated the Oracle Database with a “shutdown immediate” command.

I want to monitor this type of scenario for Oracle Database, if Oracle database shutdown then the user should know that the Database server is terminated, we will take immediate action.