Message FRM-40508: ORACLE error: unable to INSERT record. |
|||
Cause of Error This behavior occurs because the table where you tried to insert records does not exist in the database. |
|||
Solution Summary Create the necessary table, and then run the form again to insert the record. |
|||
Solution Details 2) At the SQL*Plus prompt, type the following command, and then press ENTER: CREATE TABLE
|
|
