Hello guys.
I have a oracle database in ubuntu server, i need to create a script or something that read an log
"tail -1000f /u01/app/oracle/diag/rdbms/orcl/ORCL/trace/alert_ORCL.log"
and when this error happen ORA-04031: unable to allocate 4176 bytes of shared memory ("shared pool","unknown object","sga heap(1,0)","object queue ")
shoots trigger alert in my zabbix server.
how i can do this? i dont know where to start.
I have a oracle database in ubuntu server, i need to create a script or something that read an log
"tail -1000f /u01/app/oracle/diag/rdbms/orcl/ORCL/trace/alert_ORCL.log"
and when this error happen ORA-04031: unable to allocate 4176 bytes of shared memory ("shared pool","unknown object","sga heap(1,0)","object queue ")
shoots trigger alert in my zabbix server.
how i can do this? i dont know where to start.