I know there are a lot of blog posts on ADRI, etc…
However, none of them solved what I was looking for, “How to show all specific problems?”
--- When there are more than 50 incidents
50 rows fetched (*** more available ***)
show incident -all
--- Show specific problem for ORA errors
show problem -all -p "problem_key='ORA 1578'"
---Generates the package for the problem id 100 in /tmp
ips pack problem 100 in /tmp
---Generates the package for the incident id 6439 in /tmp
ips pack incident 6439 in /tmp
---Generates the package for the problem with the problem_key 'ORA 1578'
ips pack problemkey "ORA 1578"
---Generates the package with the incidents occurred in last 8 seconds.
ips pack seconds 8
---Generates the package with the incidents occurred
---between the times '2007-05-01 10:00:00.00' and '2007-05-01 23:00:00.00'
ips pack time '2007-05-01 10:00:00.00' to '2007-05-01 23:00:00.00'