DBA Data[Home] [Help]

VIEW: SYS.PDB_ALERTS

Source

View Text - Preformatted

select time, name, cause#, type#, error#, line#, msg$, status, action
from pdb_alert$ where type# = 3
order by time, name, status, line#
View Text - HTML Formatted

SELECT TIME
, NAME
, CAUSE#
, TYPE#
, ERROR#
, LINE#
, MSG$
, STATUS
, ACTION FROM PDB_ALERT$
WHERE TYPE# = 3 ORDER BY TIME
, NAME
, STATUS
, LINE#