SQL Window Update

poei

Member²
When I select data for update and change more than one row in the selected data and try to post the records I get an oracle error ORA-01410 invalid ROWID.

I go about this the same way I used to in PLSQL DEV 5. There I didn't have the problem.

Please advise.
 
This depends on the Oracle Net / Oracle Server version. You need to include the rowid in the select statement, just like the Table > Edit Data function does.
 
Back
Top