Usage Statistics

clock

Member²
Everytime I go to close an instance of PL/SQL Developer, it re-prompts me if I want to allow the collection of usage statistics. Is there a way to turn this off globally so that I'm not re-prompted? My version if 14.0.6.1988
 
It should only be asked once. The answer is stored in the registry at:

HKEY_CURRENT_USER\Software\Allround Automations\PL/SQL Developer 14\Statistics\Store

If this registry value is missing, PL/SQL Developer will prompt you. If the (dword) registry value is 0, statistics will not be collected. If the registry value is 1, statistics will be collected.
 
Last edited:
Back
Top