What are the functions of Bind?

Answer Posted / swetha dasari

there are three things bind does:

1. as stated above, it derives the most optimised path for
each SQL in the DBRM.
2. it does a syntax check. this might sound redundant, but
here is where it refers to the DB2 Catalog and verifies the
table names, column names etc.
3. it checks authorization. here is where it checks if the
user has bind access to the table refered.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of with ur in db2?

615


What is schema in db2?

576


How many types of page locks can be held in db2?

593


What is role in db2?

620


Mention the location where the output received from explain statement is stored.

630






What is difference between alias and synonym in db2?

645


What is the use of db2?

587


What are foreign keys in db2?

616


I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.

1651


What is a db2 cursor?

626


What is the use of db2 optimizer?

611


What is dbrm in db2 database?

591


what is a corelated subquerry?

660


What db2 400?

679


While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?

1820