Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

replace keyword

800528Mar 20 2011 — edited Mar 21 2011
hi,


when you create a trigger using syntax,

create or replace trigger <trigger_name>....
......
now
if you use REPLACE and the name of an existing stored function, procedure, or package, it will be replaced by the trigger.is it true?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 18 2011
Added on Mar 20 2011
2 comments
129 views