Hi,
Often times I have atleast 4 PL/SQL developer programs connected to different databases at the same time (dev, test, prod databases). Each of those have atleast 8 to 10 PL/SQL windows, for eg: Edit window for a package, SQL window for some queries, Program window, etc.
Given this scenario, each of those 4 programs tend to grow in virtual memory size and reach around 100 MB within a week or so!!
Now the problems I want expert advise on are these:
1. Is there anyway for the virtual memory (of PLSQL developer) to be reduced by doing say "garbage collection" or some other memory optimization? Ofcourse removing any "memory
leaks" within the program would help too...
2. More importantly, how can I shutdown my machine, reboot and go back to the same setup without losing/wasting much time in trying to save all of my open & unsaved windows?
I do have a trick that I accidently discovered: Simply close the PLSQL developer using the "End program" when you press "Ctrl-Alt-Del". When the machine is rebooted, restart PLSQL developer and it will ask you to choose one of the previous (recovered) sessions. However, this is a very unreliable way to achieve what I want. Any thoughts?
Thanks.
Often times I have atleast 4 PL/SQL developer programs connected to different databases at the same time (dev, test, prod databases). Each of those have atleast 8 to 10 PL/SQL windows, for eg: Edit window for a package, SQL window for some queries, Program window, etc.
Given this scenario, each of those 4 programs tend to grow in virtual memory size and reach around 100 MB within a week or so!!
Now the problems I want expert advise on are these:
1. Is there anyway for the virtual memory (of PLSQL developer) to be reduced by doing say "garbage collection" or some other memory optimization? Ofcourse removing any "memory
leaks" within the program would help too...
2. More importantly, how can I shutdown my machine, reboot and go back to the same setup without losing/wasting much time in trying to save all of my open & unsaved windows?
I do have a trick that I accidently discovered: Simply close the PLSQL developer using the "End program" when you press "Ctrl-Alt-Del". When the machine is rebooted, restart PLSQL developer and it will ask you to choose one of the previous (recovered) sessions. However, this is a very unreliable way to achieve what I want. Any thoughts?
Thanks.