ORA-06550: line XX, column YY: PL/SQL: Statement ignored.

Problem

You get this error when attempting to add, edit or delete a record in your application:

Microsoft Internet Explorer

Unable to create record.  ORA-06550: line XX, column YY:

PLS-0905: object ZZZ is invalid

ORA-06550: line XX, column YY:

PL/SQL: Statement ignored.

This error occurs when your application’s stored procedures are not functioning properly at application run-time.

Solution

Step 1:  Change your application to use inline SQL instead of stored procedures via the Application Wizard.

Step 2:  Build and run your application.

See Also

Part VII:  Troubleshooting Applications

Application Will Not Run

Application Runs But No Data is Displayed

Application Error Messages