Rollback statement is not rollbacking the data in PLSQL type concurrent program
Hi All,
In PLSQL type concurrent program,I have a for loop to insert the data into table and I have condition to check for error in loop ,and after the loop is ended,I have put a ROLLBACK statement to rollback all the records even if one record resulted in an error. But my concurrent program is not rollbacking the data. is there any reason as to why the data is not getting rollback through concurrent program?