What is sqlcode -922 ?
Answers were Sorted based on User's Feedback
Answer / kanagaraj
Yes correct. In this case plan is exist but your racf
doesn't have privilage to access that plan.
It will be reslove by below command
grant execute planname to PUBLIC
you need to execute this command under creator of the plan
because plan owner have the full access.
| Is This Answer Correct ? | 15 Yes | 2 No |
Explain the use of the WHERE clause?
How to rename a table in DB2 ?
Normalization in DB2 – first normal form, second normal form
List out the buffer pools in db2
What type of database is db2?
How do you Load a table ?? and what is Load replace ?
how to resolve -811
What is commit in db2?
How is a typical db2 batch pgm executed?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
Plan is an executable form of sql statements,But what exactly resides inside a Plan. what are the details inside Plan.
Describe major components of db2?