what's the error code for Unique Index Violation?

Answers were Sorted based on User's Feedback



what's the error code for Unique Index Violation?..

Answer / abhishek kumar

-803 is th error code for the Unique Index Violation

Is This Answer Correct ?    5 Yes 2 No

what's the error code for Unique Index Violation?..

Answer / bhanu prasad

2803

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More DB2 Interview Questions

Which catalog table stores referential constraints?

1 Answers  


Hi. I am currently working as a application developer. I would like to persue a DB2 certification exam. Can anybody please provide me the details about this exam like Syllabus, Cost and how to take the certification?

2 Answers  


In cursor program-1 can we create another cursor program-2 inside the cursor program-1.If yes how/no why ?

2 Answers   Wipro,


What is data manager?

0 Answers  


what is consistency token

3 Answers  






Discuss about db2 bind?

0 Answers  


When reorg is used?

0 Answers  


How does DB2 determine what lock-size to use?

2 Answers  


When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing?

2 Answers  


In a Cobol-DB2 program, I am fetching rows from 4 tables using cursor and then based on the a field present in that table, It processes the information accordingly..for example stat-c is one digit field..if stat-c is 'D' then the a row is deleted from table and written those details in to a file. If the stat-c is 'U' then a row is updated (hardcoded what to update)in a table and written those details in to a file. If the stat-c is 'I' then a row is inserted in a table and written those details in to two files. The issue is i have to include the intermediate commits. When an abend occurs, due to commit statement db2 tables will be saved, But there will be lose of file contents. When we resubmitting the job associated with this program there will be insert ,update and delete anomolies to avoid that what measures could be taken?. The intermediate commit is nothing but issuing commit after massive inserts, updates and deletes(sum of 500actions)

2 Answers  


What technique is used to retrieve data from more than one table in a single SQL statement?

9 Answers   CTS, IBM, TCS,


assume ther are 5000 records in a database and want to fetch using cursor. cursor fetches only 3000 records and fetch is not happening for remaining 2000 records. why it happens and how to rectify it

1 Answers   TCS,


Categories