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 ?
No Answer is Posted For this Question
Be the First to Post Answer
What will the FREE command do to a plan?
What is a page?
how can u retrieve the data from null values using applicaion program.
What is the purpose of the WHENEVER statement?
Why cursor is used in db2?
where can we use index and subscript ? with example ?
Which catalog tables contain authorization information?
what is check point and restart Logic ? why do we go for that ??
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
For unmatched rows returned from an outer join, the column values in the other table are set to null e.g If A OUTER JOIN B returns some unmatched rows from A, the corresponding column values in B will be set to null. What can be done so that a null value is not displayed for these columns?
which authority can be granted to group of users using the GRANT stmt? A) SYSCTRL B) SYSADM C) DBCTRL D) DB ADM
What is cursor stability?