I am wondering if itīs possible to get the same security schema for nested procedures in db2 as in SQLServer.
I have made a main procedure that calls many utility procedures and that I want to avoid is that these utility procedures can be called directly.
In sqlserver thereīs no problem, because the utility procedures donīt need permission when called from inside a procedure.
In db2 if I omit grant execute permission to the utility procedures I got an error.
Help!