What is the meaning of -805 SQL return code?
Answers were Sorted based on User's Feedback
Answer / nahid gorji
DBRM OR PACKAGE NAME not found in the Plan based on which
(DBRM or Package) had been bind to the plan.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / majidalt
Can you please elaborate with little more detail to me...
Thanks
maltafi@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the default page size of buffer pools?
Is it Possible to read from PS file and write it to database by using dynamic sql(execute immediate)
What should be specified along with a cursor in order to continue updating process after commit?
What is rebind in db2?
I have 3 cursors declared. Cursor1 retieves some data. Based on this curso2 will also fetches some data. In cursor3 (using for some updation) I'm using the data retrieved by the above 2 cursor. My question is, while working with cursor3, periodically if I give commit, will all the three crsors will be closed or only cursor3 will be closed?
how we will do null data selection in cobol-db2 program
Which command is used to connect to a database in DB2 ? Give the Syntax.
Is db2 relational database?
What are the 2 sqlcodes that are returned?
How we create a tables in db2,what is the process/syntax to create a table with example plz?
What is the SQL Communications Area and what are some of its key fields?
When can an insert of a new primary key value threaten referential integrity?