Discussions
Categories
- 197.1K All Categories
- 2.5K Data
- 546 Big Data Appliance
- 1.9K Data Science
- 450.7K Databases
- 221.9K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 552 MySQL Community Space
- 479 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.1K ORDS, SODA & JSON in the Database
- 555 SQLcl
- 4K SQL Developer Data Modeler
- 187.2K SQL & PL/SQL
- 21.3K SQL Developer
- 296.3K Development
- 17 Developer Projects
- 139 Programming Languages
- 293K Development Tools
- 110 DevOps
- 3.1K QA/Testing
- 646.1K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 158 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.2K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 19 Java Essentials
- 162 Java 8 Questions
- 86K Java Programming
- 81 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 205 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 466 LiveLabs
- 39 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 175 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 233 Portuguese
IndexPreferencesTask running indefinitely

Hello there,
I am wondering whether anyone has experienced the following problem and found a solution to it.
I installed version 21.4.3.063.0100.
The application is working fine. But, there is IndexPreferencesTask which keeps running and never finishes (I mean not even after hours or running time). Apparently, this also prevents me from opening Preferences (and changing them).
I also tried to modify the sqldeveloper.conf (in accordance with SQL Developer 20.2 IndexPreferencesTask very slow — oracle-tech). That disabled the task altogether, but now I could not open Preference anyway (the whole application freezes).
Please note that the previous version I had used (20.2.0.175.1842) worked just fine.
Is there anything I can do about this?
Answers
-
uncheck and restart sqldev
-
Thanks, Jeff.
As the application does not allow me to open its Preferences, is there a way how to set it directly (in sqldeveloper.conf)?
-
Can you just take your laptop off the network so those drives aren't reachable?
And yes, if you search the forums here there is a startup flag you can set to disable the feature completely.
-
I can't disconnect it, because it's not run on a laptop ;-) It's a Citrix server.
The only thing I've found so far was
AddVMOption -DIndexedPreferencesCommand=false
But that did not help. As I mentioned in the original post, it prevents the indexing task from starting. But I can't open Preferences anyway...
-
I'd open a ticket with your citrix admin
If the indexing isn't running , you should be able to open your preferences
-
Hi
I use SQL developer 21.4.2.018. (Windows 64-bit with JDK included)
I installed 22.2.0.173 this week (Windows 64-bit with JDK 11 included).
For version 22.2 I have a problem, IndexPreferencesTask runs for about 4 minutes and 22 seconds.
With version 21.4 it is 22 seconds. During this time, I can open PL SQL objects from RBMS, as well as use the SAVE AS window for the package.
With version 22.2. during indexing it is not possible to work with the Editor at all, it has slow responses and freezes.
I experimented with setting AddVMOption -DindexedPreferencesCommand= false. The start of SQL Developer was fast. But if I opened the package from RBMS and chose the "Save Package spec and body" option, it opened the window for 14 seconds. After returning from the modal window to the SQL editor, the developer did not respond for 4 seconds
-
It sounds like an impact from moving to Java 11 (from 8)
I dont know if it would help, but you could try setting up Java 17 on your machine to see if that provides relief.