I'm running db2 9.5 on AIX and have an authorisation issue on a SP:
Basically, the procedure creates a table (31 of them actually), then another process attempts to insert to the table(s). This causes a problem with authorisation as the inserter does not have insert authority on the table created from the procedure.
I don’t want to have the administrative overhead of granting to all the tables created in the procedure – is there another way of achieving this?
Cheers…