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.
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.