Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to see trigger code.

Status
Not open for further replies.

StickyBit

Technical User
Jan 4, 2002
264
CA
Folks,

How can I see the code for my trigger without using procedure builder, is there a table I can view or a command in sqlplus.

Thanks,

StickyBit.
 
select trigger_body from [dba|user|all]_triggers

If you use Oracle Procedure Builder you may find them under Tables node.
 
Another suggestion - get TOAD (Tool for Oracle Application Developers) from Quest software ( There is a somewhat limited-function free version available at I can't imaging doing PL/SQL programming without TOAD (actually I can because I used to do it).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top