ORA-20001: invalid column name or duplicate columns/column groups/expressions in method_opt***

At times, while fixing performance issues in Oracle database or after Oracle data base 11g upgrade, the following ORA error occurs: ORA-20001: invalid column name or duplicate columns/column groups/expressions in…

Continue ReadingORA-20001: invalid column name or duplicate columns/column groups/expressions in method_opt***

oracle.jbo.DMLException: JBO-26041: Failed to post data to database during “Insert”: SQL Statement “INSERT INTO XX(X,x,x,x,x) VALUES (:1,:2,:3,:4,:5,:6)”

Error:   oracle.jbo.DMLException: JBO-26041: Failed to post data to database during "Insert": SQL Statement "INSERT INTO XX_TABLE(X1,X2,X3) VALUES (:1,:2,:3)" Description:   an error occurred while performing DML operation "Insert" on…

Continue Readingoracle.jbo.DMLException: JBO-26041: Failed to post data to database during “Insert”: SQL Statement “INSERT INTO XX(X,x,x,x,x) VALUES (:1,:2,:3,:4,:5,:6)”