oraclelover
Member²
I have simple select statement that I query from a table. I than go to sqlplus session and update a value on that table for a given record. This is same record I selected from in pl/sql devleoper.
I commit
I query in sqlplus and my update is showing
I go back to same pl/sql devleper sql window and requery change not showing
I open new sql window in pl/sql developer and the new value is there
I go back to origanal window in pl/sql developer where value is not showing and requery and still don't see the change.
When I get time I will try to reproduce this issue.
Any ideas?
I commit
I query in sqlplus and my update is showing
I go back to same pl/sql devleper sql window and requery change not showing
I open new sql window in pl/sql developer and the new value is there
I go back to origanal window in pl/sql developer where value is not showing and requery and still don't see the change.
When I get time I will try to reproduce this issue.
Any ideas?