PLSQL Developer

Kishu

Member²
Whenever we execute the query, always it will struck at initializing at start and to execute it wiil take more time, can anybody help me out?
 
Can you go to Help > Support Info, press the 'Copy all pages' button on this info screen, and paste this text into an e-mail reply?
 
I had this behavior due to connection problems with the db.
In my case the connection was through site to site vpn and the firewall dropped the connection after half hour of idle time (could be less depending on the timeout configured in the firewall). The dropping of the connection was done without notifying the end points - PLSD and oracle.
PLSD was sure it was connected and when trying to execute I got this long Initialize after which PLSD reconnected and run the query.
Extending the timeout period in the firewall solved the problem.
If you try to run the query immediately after it run without idle time and still not succeeding then it's probably not your case.

gad
 
Last edited:
Back
Top