I want to use a cursor for an editable grid object. So I set MULTILOCKS ON, SELECT ... INTO CURSOR MyCursor READWRITE, and change buffering to 5 (optimistic table). When the user changes the WHERE condition, I repeat the SELECT but now the underlying table is different even though the alias is...