Work via modem

Wojtek

Member²
Did anybody work with PLSQL Dev on remote database via modem (RAS)?
It's horrible. PLSDev checking something all the time - it makes work to be ordeal.
 
The only thing that is checked all the time is:

1. Code Assistant
When you are editing and type . , or ( the database is accessed to obtain a description of the object. You can go to Tools > Preferences > Code Assistant and disable the "Automatically activated" preference. Now you have to explicitly press F6 to invoke it.

2. Check connection
If this preference (Tools > Preferences > Options tab page) is activated, the connection will be checked once a minute. You can disable this option.

3. Transaction check
Whenever a new Window is brought to front, the transaction state of the session of that window is checked to update the Commit and Rollback buttons. This is improved in 6.0.

If you notice any other activity besides this, let me know.
 
Hi Mark,
no, it rather seems like some internal checking (inside program code), because I didn't notice any movement on communication connection.
Maybe its because I have quite old-fashioned ;) PC - 300Mhz with 500M RAM.
Bur problem still exists even though I unmarked all setting you menshioned.

Regs
 
If the cause of the problem is the CPU instead of the modem, then perhaps you have enabled the Code Contents? For large packages on a slow PC this may cause problems. Can you disable it and try again?
 
Back
Top