When I try to execute the following statement:
SELECT t.* from schema.table@db_link t FOR UPDATE
The statement executes fine (and returns rows) but as soon as I click the "Edit Data" padlock icon I get the error message:
"These query results are not updateable. Include the ROWID to get updateable results."
Have tried adding "t.row_id, t.*" and it makes no difference.
SELECT t.* from schema.table@db_link t FOR UPDATE
The statement executes fine (and returns rows) but as soon as I click the "Edit Data" padlock icon I get the error message:
"These query results are not updateable. Include the ROWID to get updateable results."
Have tried adding "t.row_id, t.*" and it makes no difference.