What is the default page size of buffer pools?
No Answer is Posted For this Question
Be the First to Post Answer
Consider that a package is bound into 2 different collections and the PKLIST option specifies both the collections. If the collection id is not specified in the program while executing the SQL query, then when the DB2 system will search the package list, which collection will it pick up or will it give an error/abend?
What is the specific need of Plan and..where are the tables in DB2 are physically saved
what is the role of the cursor in db2?
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?
Mention the different locking levels that are available in db2.
when i am trying to update a table having 1000 rows. the program abends.how we will come to know the last successful updated row was. we are not using any commit operations
What is db2 and what is the use of db2 optimizer?
What is a PLAN table? How will you use it? Give the various fields of PLAN table?
What's the difference between DB2 active log and archive log? Thanks a lot...
What DB2 Catalog column tell you when an index needs table reorganized ?
1) I have 3 programs : PGMA, PGMB, PGMC. PGMA calls PGMB and PGMB calls PGMC. I have to do inserts, updates in all the 3 pgms. 2) Say PGMC has done its work successfully and returned to PGMB 3) PGMB had an SQL error while doing some update 4) PGMA has already done some updates before calling PGMB all are running under the same CICS region. What will happen if I issue SYNCPOINT ROLLBACK in PGMB when it abends ? Does all the changes in PGMA,B,C rollback ? (because all the pgms belong to same task).
What are db2 error codes -305 and -407. What is the difference between these 2 error codes ?