Apr 25, 2002 #1 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.
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.
Apr 25, 2002 #2 sem Programmer Jun 3, 2000 4,709 UA select trigger_body from [dba|user|all]_triggers If you use Oracle Procedure Builder you may find them under Tables node. Upvote 0 Downvote
select trigger_body from [dba|user|all]_triggers If you use Oracle Procedure Builder you may find them under Tables node.
Apr 26, 2002 #3 jee Programmer Sep 20, 2001 358 US Another suggestion - get TOAD (Tool for Oracle Application Developers) from Quest software (http://www.quest.com). There is a somewhat limited-function free version available at http://www.toadsoft.com. I can't imaging doing PL/SQL programming without TOAD (actually I can because I used to do it). Upvote 0 Downvote
Another suggestion - get TOAD (Tool for Oracle Application Developers) from Quest software (http://www.quest.com). There is a somewhat limited-function free version available at http://www.toadsoft.com. I can't imaging doing PL/SQL programming without TOAD (actually I can because I used to do it).
Apr 26, 2002 Thread starter #4 StickyBit Technical User Jan 4, 2002 264 CA Thank you for your input. StickyBit. Upvote 0 Downvote