Hello !
I was trying some system view or trace file that contained all exceptions.
The reason is that I am trying to create a report that would contain all exception for couple days of computation and I should be able to specify those dates.
For example SELECT 1/0 FROM DUMMY should create an entry in log file or table (division by zero).
This is totally fine for me if these logs cannot be stored in tables but exist in some file inside /usr/ or any other directory inside SUSE Linux file system.
Thanks for any help.