How to resolve the -305 error code in DB2?
And also please let me know, how to resolve the db2 error
codes.
Answer Posted / yogesh
- 407 : Column in the table is defined as "NOT NULL", but
an INSERT or UPDATE is done to make the column as 'NULL'
-305 : Trying to FETCH or SELECT a null value from the
column of a table to a output host variable, which doesn't
have a null indicator declared for the host variable.
Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
What is meant by union and union all?
What is ibm db2 used for?
How do I connect my db2 database to ibm?
Highlight all the advantages that are attached to a package.
Is db2 a database?
Mention the different locking levels that are available in db2.
What is the use of commit in db2?
Is it possible to create an Instance in DB2 using DB2 Control Center ?
What is a page in db2?
What is runstats db2?
Name the various locking levels available?
What do you mean by between and in? Is between inclusive of specified range values?
What is the clustering index in the db2 database?
How can you classify the locks in db2?
What are host variables in db2?