is it possible to get -811 error when you use cursors. why?
Answers were Sorted based on User's Feedback
When you are fetching cursor without declaration.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / purushothr
Yes it is possible only in cursor. if u trying to retrieve
more than one row at the same time by using cursor then -
811 error ll come.
| Is This Answer Correct ? | 6 Yes | 14 No |
What are the disadvantages of using VARCHAR?
When can an insert of a new primary key value threaten referential integrity?
select 100 records from million records ?
Name some fields from SQLCA
how to resolve -805. give clear explination for that
how can you save the query in QMF?IS IT POSSIBLE OR NOT.IF POSSIBLW HOW?
How do I import a csv file into db2?
Suppose we have a query for update update table1 set col1 = 'val1' where col2=(select .... from ...) suppose the subquery does not return any record, what will happen to update?
Where would you find information about the type of database authority held by the user?
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 ?
What are the various isolation levels possible?
Explain what are the various isolation levels possible?