Oracle WEB ADI Success And Error Counts Not Displayed Correctly
Green Smiley Face Missing / Success Status If There Is An Error On One Of The Records Of Custom Integrators I am working on Oracle Web ADI which is PL/SQL based. When all the rows are successfully processed, Web ADI is showing green for all success records. When all rows are failed, Web ADI is showing red with error message for all the records. But If few rows are processed successfully and few are failed, there is no success icon for successfully processed records. To Solve this problem, Oracle has suggested a patch. Refer the Oracle doc ID: 1643524.1 After this patch is applied, I had to add a parameter bne:commitrows in custom integrator definition with two options -> All Rows and Each Row After adding this, issue is solved.