I’m running on Oracle SQL Developer (hereinafter, OSD) 23.1.
I need to distribute a homogeneous installation of OSD across multiple Citrix instances, children of a golden image, and, refering to configuration, I need to stablish the content of
Tools --> Preferences --> Database --> Advanced
, so it looks like this:
Yet, after some reverse engineering, I found those properties in the image are persisted at
%appdata%SQL Developersystem23.1.0.097.1607o.sqldeveloperproduct-preferences.xml
and %appdata%SQL Developer
is not created in the user profile until user runs for the first time OSD.
So the question is:
How can I configure OSD_23.1, so that that configuration relays in system, persisted-files, and not in the user’s data (%appdata%)?
Thanks so much!