Forms 4.5 help
From: Cindy Swafford <Cindy_Swafford_at_pacibm.org>
Date: 1997/10/21
Message-ID: <344CEF8A.1F35_at_pacibm.org>#1/1
Date: 1997/10/21
Message-ID: <344CEF8A.1F35_at_pacibm.org>#1/1
[Quoted] [Quoted] I have a form with a trigger that calls a stored procedure.
[Quoted] When I am connected as the dba that created the stored procedure, I have no problems. When I am connected as a user with EXECUTE privileges on the procedure, I get a compilation error at run time:
"procedure_name not declared in this scope"
[Quoted] What do I have to do in order for my users to be able to run this procedure?
I have done:
[Quoted] "Grant execute on dba_name.procedure_name to user_name"
Received on Tue Oct 21 1997 - 00:00:00 CEST