What does this mean ?
GRANT BIND,EXECUTE ON PLAN MK2 TO PUBLIC;
Answer Posted / guest
BIND gives the authority to bind, rebind and free the plan
MK2 by anyone(PUBLIC)
EXECUTE gives the authority to run the programs that uses
the plan MK2.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what are bind concepts in db2 cobol?
What is the difference between bind and rebind in db2?
What are the contents of a dclmgen?
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?
What is a cursor in programming?
How can we read records for specific member in CL? AND rpg?
Explain about open switch business continuity software?
How can we retrieve the total number of records in RPG & CLLE?
Which component is responsible for db2 startup and shutdown?
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?
How do I delete a table in db2?
What is db2?
How can you count the number of rows from a table tab?
What is a db2 collection?
What is the maximum size of a char data type in db2?