What is buffer pool in the db2 database?
No Answer is Posted For this Question
Be the First to Post Answer
My DB2 program first read the data from a file and then it look into a table with the data it got from the file.If we did not bind the program , should the file read before SQL execution be success??
difference between group clause and order clause
What is buffrpool? Where we use it ?
Can we install 2 different versions of Db2 on same mainframe?
This was related to -811 sqlcode, In a COBOL DB2 program which accesses employee table and selects rows for employee 'A', it should perform a paragraph s001-x if employee 'A' is present. In this case it gets -811 sqlcode, but still it process the paragraph s001-x. What could be wrong in my code.
Which isolation level provides highest data integrity?
What is IMAGECOPY ?
How do I handle -911 (deadlock) error in a db2 program so that the program will never abend?
what's the best lock size that you could use when you create a tablespace?
What language is db2 written in?
What information is used as input to the bind process?
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?