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
List down the data types in the db2 database.
is it compulsory commitment control in journal?
What is runstats db2?
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
Can we delete records from view?
Explain the function done by data manager?
What is db2 bind process?
What is copy pending and check pending in db2?
List down the types of triggers in the db2 database?
What is table space in db2?
What is a db2 cursor?
What is drop table?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
B37 abend during spufi?
What is db2?