Question
PT Kynerja Abadi Solusindo
ID
Last activity: 6 Nov 2024 8:28 EST
Stored Procedure on RDB-List Error for many data
So I have a stored procedure that has a cursor in it, to select and insert data into some tables.
I call the procedure with RDB-List on the activity and it works fine but if my case has many rows of data, the process stops and the rest of the data is not inserted (data entered may vary each time run sometimes 20+, 30+ then stops). After that the activity still executes the next steps.
Is it because it takes a long time to process the RDB-List? and is there a way to extend the RDB-List timeout threshold?
Thank you