Search This Blog

Wednesday, June 4, 2025

Error From Interactive Grid - Process ' Process- Save Interactive Grid Data' raised 'ORA-0000: normal, successful completion' while performing row locking.

Error:

Process ' Process- Save Interactive Grid Data' raised 'ORA-0000: normal, successful completion' while performing row locking. This error can occur when the process issues a SELECT FOR UPDATE on a complex view with an instead-of trigger, to lock the row. Set the process attribute 'Lock Row' to No or PL/SQL Code.



Solution:  Go to the Interactive Grid Process properties. Then, Setting > Lock Row > No 


Create a Form Using Python for Save Data into Excel like a Database

#Download Pyhton from here https://www.python.org/downloads/  #Download Python: #Click the “Download Python 3.x.x” button (the latest versio...