Extracting Alert log file with PL/SQL
I want to write a Pl/SQL that take input as from_date and To_date and a text. And displays/count the number of time that text exists in Alert log file between the given two dates.
My objective is to find out how many times a specific message exists in an Alert log file between two days.
regards,