DB2 Version 9.5 on windows
I have a user who reported this error to me:
Warning: Cannot create stored procedure(s), resulting in non-optimal performance. To improve performance, you must authorize
user <OPETLL70> to CREATE, DROP, and EXECUTE stored procedures. DB2 data source <%1> warning message for operation <%3>: <%4>,
He is trying to execute a stored procedure when he receives the error.
The user OPETLL70 has Full authority in the database and full priviledges to the stored procedure itself.
I googled the error and found this:
Help - IBM WebSphere Help System
and then I executed this:
GRANT CREATE_EXTERNAL_ROUTINE ON DATABASE TO USER OPETLL70
he is still getting the error. can anyone help?