When is the authorization check on DB2 objects done - at
BIND time or run time?
Answer / shyam
In the Plans or packages which has the Static SQL's,
Authorization check is done based on the VALIDATE parameter
in BIND control card ..If VALIDATE(BIND), Authorization
check is done during the BIND time. If VALIDATE(RUN),
Authorization check is done during the run time.
For the plans or packages having Dynamic SQL's ,
Authorization check is done during the run time.
Shyam
| Is This Answer Correct ? | 16 Yes | 1 No |
What are union and union all?
Which component is responsible for db2 startup and shutdown?
When is the authorization check on DB2 objects done - at BIND time or run time?
What do you mean by rollback?
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?
db2 restart logic ?
How to find schema of a table in db2?
How to fetch the uncommited data from table ?
where will u check for sqlcode ?
Explain about mirror activator disk mirroring?
What is null value in db2?
How can we define a table? How can we apply SEARCH ALL on it ?