When is the authorization check on DB2 objects done - at
BIND time or run time?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to find the number of rows in db2 tables?

612


What is package in cobol db2?

698


How does coalesce work?

581


Which component is responsible for processing sql statements and selecting access paths?

661


Explain how can you do the explain of a dynamic sql statement?

649






What is difference between isnull and coalesce?

618


How does a cursor work?

554


How to rename a table in DB2 ?

636


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 ?

1710


How do you select a row using indexes in db2?

643


What are the two types of logging in the db2 database? Explain them.

574


How to check table size in db2 sap?

573


Is it possible to create an Instance in DB2 using DB2 Control Center ?

625


What is the physical storage length of timestamp data type?

640


What is the cobol picture clause of the db2 data types date, time, timestamp?

611