Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Permission question 1

Status
Not open for further replies.

slok

Programmer
Jul 2, 1999
108
SG
I have created a set of tables using a user called PADMIN
and is now writing a PL/SQL package that have various logic
for different scenarios.

How can I create the package such that any logged in user
will be able to carry out the tasks BUT direct entry via SQL for such users (other than PADMIN) will not be permitted.
 
just to add on, should permission for things like triggers be given to PADMIN or normal users?
 
Normally your package will be executed under creators(PADMIN) writes so the executor needs only package execution permission.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top