Some time ago here in the forum a user wrote that he could open the same program window (same source object) two times in parallel, but could not reproduce. PL/SQL should avoid this, you answered. (Sorry, but I cannot find the post again.)
But today I had had the same effect and invested some time to find out when it happend. Believe it or not, I can reproduce it when waiting long enough ! PL/SQL "forgets", that the object is already open !
Steps:
Edit a package (Edit Spec & Body)
Minimize the Window (Don't know if necessary)
Wait 10 Minutes
Edit Spec & Body OF THE SAME PACKAGE
Nothing happens, because it's already open
Wait another 5 minutes
Edit Spec & Body OF THE SAME PACKAGE
The program editor opens
In the lower left corner u can see two identical window entries and you can edit the same object two times and compile one after another (and loose changes you made in the first compiled window
)
It sounds mad for me ! Can someone reproduce it ?
Thanks in advance
Andree
But today I had had the same effect and invested some time to find out when it happend. Believe it or not, I can reproduce it when waiting long enough ! PL/SQL "forgets", that the object is already open !
Steps:
Edit a package (Edit Spec & Body)
Minimize the Window (Don't know if necessary)
Wait 10 Minutes
Edit Spec & Body OF THE SAME PACKAGE
Nothing happens, because it's already open
Wait another 5 minutes
Edit Spec & Body OF THE SAME PACKAGE
The program editor opens
In the lower left corner u can see two identical window entries and you can edit the same object two times and compile one after another (and loose changes you made in the first compiled window

It sounds mad for me ! Can someone reproduce it ?
Thanks in advance
Andree