View Single Post

   
  #3 (permalink)  
Old 02-24-2008, 05:24 PM
HansF
 
Posts: n/a
Default Re: how to pack the trigger into the package

Trigger != Stored Procedure. Trigger not valid for Package.

By reading docco, you find you can replace trigger body with 'CALL
stored_procedure' which is in package.

--
Hans Forbrich
Canada-wide Oracle training and consulting
mailto: Fuzzy.GreyBeard_at_gmail.com
*** Top posting guarantees I will not respond further ***

Reply With Quote