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

What is db2 plan table?

801


Explain about dbrm.

768


Explain about rct.

849


what is a corelated subquerry?

821


What is null value in db2?

744


How do you pull up a query which was previously saved in qmf?

888


How to find the number of rows in db2 tables?

785


How do I copy a table in db2?

743


What is bind package and plan in db2?

789


What is db2 connect?

772


What does runstats do in db2?

756


What is reorg?

808


What is the maximum number of columns in a db2 table?

962


What is dbrm library?

768


What is the purpose of using commit?

810