Tables accessed from forms/triggers ?
From: Stan Novinsky <stan_novinsky_at_jhuapl.edu>
Date: 1995/05/23
Message-ID: <3ptgt3$e69_at_aplinfo.jhuapl.edu>#1/1
Date: 1995/05/23
Message-ID: <3ptgt3$e69_at_aplinfo.jhuapl.edu>#1/1
I created several tables in my own schema. I granted users
the SELECT priv to access the tables. When I run the Form
I have no problem accessing the tables. The Form extracts
data from the tables by executing the Select clause from a trigger.
If a user logs in as him/herself via the Oracle username/pass and
runs the Form, an error occurs. If the user logs in as me, it
works. The problem may be that the select clause
is using the table name only and not prefixing it with my name
as the owner (ie. tablename vs. OPS$STAN.tablename).
Is there a way to grant a priv or something to allow a user to execute
my Form ...
Thanks for any help.
stan_novinsky_at_jhuapl.edu Received on Tue May 23 1995 - 00:00:00 CEST