Tag Archive | "ORA-02014"

ORA-02014: cannot select FOR UPDATE from view with DISTINCT, GROUP BY, etc.

Sunday, May 4, 2008

0 Comments

If you get an ORA-02014: cannot select FOR UPDATE from view with DISTINCT, GROUP BY, etc. from your DML process when you submit the changes in an Oracle APEX application, then this is because Oracle APEX tries to lock the effected record before it updates/deletes it. This behavior was introduced in Oracle APEX 3.0, but [...]

Continue reading...