Yes, in Oracle 8i, the dba_source does not include the code for triggers. I am working on creating a view for dba_triggers.
But the trigger_body is a long type.
It seems that when I use select in sqlplus, it doesn't show the
whole text. Is there some package I need to use to display a long type column?

Thanks!