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



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

Post New Answer

More DB2 Interview Questions

What is db2 optimizer?

0 Answers  


Is it Possible to declare or create a cursor for UPDATE of table? If yes tell me how? If no Tell me why?

1 Answers   IBM, scintel,


What is a page?

2 Answers  


Is it Possible to read from PS file and write it to database by using dynamic sql(execute immediate)

2 Answers  


How can you display the current date & current time ?

7 Answers   Cap Gemini,






What is a NULL value? What are the pros and cons of using NULLS?

2 Answers  


Define data page.

0 Answers  


What is a buffer in memory?

0 Answers  


Is it possible to update a primary key value? If not, what is the error code given? If yes, can more than 1 primary key column be updated at a time?

8 Answers  


What information can you find in SYSIBM.SYSLINKS table?

1 Answers   TCS,


db2 restart logic ?

1 Answers   DELL, HTC, UHG,


What is host variable?

0 Answers  


Categories