Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Ora-00917 missing comma

Eslam_ElbyalyOct 13 2017 — edited Oct 13 2017

Hi,

I am using oracle fusion middle ware 11g.

when I try to commit the form, it shows Ora-00917. When I click Shift+F1 to see the error. I see an Insert statement into my detail table with 23 columns in the "Into" Clause and 24 values in the "Values" clause like that,

"Insert into my_table(col1,col2,...,col23) values(v1,v2,...,v24)".

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 10 2017
Added on Oct 13 2017
1 comment
369 views