Skip to Main Content

Integration

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!

invalid identifier error when inserting data into table using toplink class

429761Sep 24 2004 — edited Oct 7 2004
Hi,
I have created OR mapping to a table having 140 fields. For that i retrieved table into Toplink then generated the class . Now when i try to insert data into that table via my toplink generated class an error is thrown by saying identifier not found .i.e. it is saying one of the fields are not there in the database table. ( java.sql.SQLException: ORA-00904 )
I check with my toplink and database every this is correct and im referign to the same table in the same schema.
Can any one please suggest me what might have went wrong.
Thanx in advance
Mahesh
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 4 2004
Added on Sep 24 2004
2 comments
3,561 views