PL/SQL Developer insists on either rowid or for update to allow editing data in a grid. While this makes sense for conventional sql, it is not necessarily a valid requirement for views with Instead of trigger logic that handles the inserts. Unfortunately, there doesn't seem to be an obvious way to get around the above requirements. Does anyone have any suggestions?