Top 10 Obstacles to Sql Developer Becoming a World-class Tool

I've been working with Sql Developer day and night for the last 6 months.
On a positive note, the SqlDeveloper team has been the most responsive Oracle product team I've worked with in the 19 years I've been working with Oracle tools. They pay attention to their customers. It's noticed and much appreciated!
I thought I would share the biggest problems that I face with the tool on a daily basis, the kind of problems that make me want to work with a different tool each and every day.
My intent isn't to gripe, it's to focus attention on the biggest productivity drains I face using the tool. Others may have a different list, based on their needs. Without further ado, here is my top 10 problems list:
1) Quality Control.
I cannot count on critical portions of the tool working correctly. This includes an oracle database development tool that is incapable of extracting oracle ddl correctly and which is incapable of correctly displaying information about SQL Server data and database objects. It also includes destroying connection files and losing keyboard settings. When the product was installed, it was incapable of properly displaying code in a worksheet when I scrolled thru the code. The details are listed in other postings of mine.
2) Quality Control.
See #1.
3) Quality Control.
See #1.
4) Very badly done threading.
The tool locks up on a constant basis when it does a many tasks. Rather than let me work on some other task, I have to wait for it to complete. My current work-around is to have two or three sql developer windows open. That sucks life out of my RAM supply, but at least I can get some work done. And, of course, it will often completely lock up and never return, which means I lose all unsaved worksheets. This forum is full of postings about these issues.
5) Memory Leaks / Internal memory corruption.
If I've had the tool open for a few days, or really worked it hard for a day, I will get bizarre compilation errors that make no sense. If I exit the tool, re-enter the tool, and compile the exact same code all will be well.
6) Awkward and slow data entry interface for frequently performed tasks.
Example: I create a new table and want to start defining columns for it. I remove my hands from the keyboard to press the + button, then I have to set focus on the column name field (it should do that for me!). Now that my hands are back on the keyboard, I have to backspace the dummy "column name" value in the column name field (it should ditch that dummy value for me). Only after all that can I actually enter a column name. When I want to add a new column, it's back to the mouse again, for the same drill. The down arrow key should take me to a new column record, as should pressing return at the end of the last field in the column row.
7) Destroys code
Changing a column datatype from varchar2 to nvarchar2 destroys the length of the column. Changing a field on a view destroys the instead of triggers. This is bad. There is no warning that this this is about to happen, which would at least give us a chance to avoid the problem. Better still, of course, would be not destroying that data.
8) Inaccurate checking for record locking.
When I try to edit records in a data grid for a table, I often get an error message telling me the data was modified in another session. It is simply not true. A hand-written update statement in a sql worksheet will work just fine. I've seen posts in the forum discussing this issue. An Oracle database development tool unable to reliably update oracle data tables is embarrassing. See Obstacle #1.
9) Unicode support
Sql Developer is heads above all the other tools I've tried out on this topic.
However, the configuration of the tool to provide unicode support needs to be simplified.
The tool needs to recognize the encoding of the files that are being opened up. On Windows Vista, Notepad seems to infallibly pick the right encoding for the file when I open it. Sql Developer should do the same. Files have specific encodings, the tool should have a default encoding (that I can override). Right now, the tool has a specific encoding and expects all files to match it. Extracting ddl to a worksheet does not respect the encoding choices of the tool, either. It only works with a limited set of tool encoding choices.
10) Resources
Does the sql developer team have the resources they need to compete with vendors like Microsoft? One really big reason for picking sqlserver over oracle is the ease of use of the Microsoft front-end tools. It's not until later that they may realize that Oracle has more capability, but that's still a lost sale.

We are acutely aware of quality and with each release work at improving this. Providing a polished, professional and ultimately user friendly and useful tool is our constant goal.
The broader our customer base grows, the more demands we have. This is a good and exciting position to be in, although it might mean that we need to slow down on our release cycles.
Release 2.0 should address more of the threading and memory leaks displayed as the team have rewritten some of the sections. As for resources, it's true we're a small team and we get on with the work that we do.It might be a little slower than some would like, but I'm not convinced that having large team is necessarily always the answer.
As ever, some of the points mentioned could be added to the Exchange. We'll be reviewing and updating the Exchange again in the New Year.
I think there is another point to add to your list. A lot of what the tool is and will become is from a positive customer interaction we have had to date. While we continue to grow this, I think the product will grow and improve. The forum and all the positive interactions that happen here are key to taking the product forward.
Regards
Sue

Similar Messages

  • Loading XML file in SQL Developer become ONE ROW !!

    Hi:
    I load the XML file to SQL Developer.
    I found out that the XML files data are in one ROW?
    Am I right?
    Please let me know please
    Sem

    Hi RAGS1109,
    If our XML data starts to get more complicated (multiple levels of elements / attributes), we start getting more outputs, we will have to join those outputs with a merge join transform.
    Please refer to the following document how to dealing with multiple outputs for XML data source:
    Using XML Source:
    http://blogs.msdn.com/b/mattm/archive/2007/12/11/using-xml-source.aspx 
    Process Multi-Level XML in SSIS:
    http://www.youtube.com/watch?v=rFgLV58EcXA
    If you have any feedback on our support, please click
    here.
    Elvis Long
    TechNet Community Support

  • Congrats to the Sql Developer Team! The Migration tool is SUPER

    Just wanted to say "thank-you" for such a great tool. Last week, I was fighting a third party software / MS SQL 2000 database. Finally enough was enough, boot up Sql-Dev, migrated everything from MS SQL to oracle...extracted the data....baba boom baba bing..boss is happy!
    Keep up the great work!

    I know that the Spatial and Graph folks have an updated extension in the works for SQL Developer, but I can't speak about particular changes or updates. You could cross post to the Spatial forum as well
    Spatial
    As per your request for 'shared queries' for your students - I think that's a request independent of our Spatial support, yes?
    Could you elaborate a bit on exactly what you'd like to see here?
    Our Reports feature has a 'Shared Reports' interface that might get you what you want. There's also Code Templates and Code Snippets as well...
    Jeff

  • PL/SQL Developer

    Hi, can anyone tell when exactly does a Pl/SQL Developer becomes inevitable in a project?
    #Can you explain a real time situation(with respect to a project) when a pl/sql developer plays his role in a project.
    #Will the front end for such projects be designed in Java or VB.net? Then how come a developer can interact with the database? When exactly does the need arise for PL/SQl? Like in a banking or financial Sector Application when do we need to interact with the database?(Please explain with a good example)
    #Is it the case that the use of SQL and Pl/Sql confined to banking and financial sector applications? Can we use them in any other applications?

    Hi,
    Hi, can anyone tell when exactly does a Pl/SQL Developer becomes inevitable in a project?In short: Whenever your data is stored/maintained in an Oracle Database.
    Will the front end for such projects be designed in Java or VB.net?Could be, but not per sé, however especially (from my personal experience) in the banking/financial sector the front end is an (old/legacy) Oracle Forms application and some overnight monstruous batch processes (slow-by-slow, files) will run. And sometimes that database is an interface to a mainframe that is maintained by sadistically grinning people and have 30 years of undocumented history immediatly available in their mind, and will retire next year, and they know it and we know it ;-)
    Nowadays there's APEX as well, a totally different league.
    And yes, some JAVA or .NET etc. can be used as well...it just depends.
    Like in a banking or financial Sector Application when do we need to interact with the database?(Please explain with a good example)You'd need to interact whenever you need to store or delete data, whenever data changes...
    A database MANAGES your data.
    A good example?
    It doesn't really matter if it's a banking/financial app., it's about the data. Your business.
    Perhaps understanding what a database is, will help you, so check the concepts:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/toc.htm
    Can we use them in any other applications?Ofcourse you can. Any application you want.
    Enclosing:
    Your questions are quite broad.
    If my attempts to answer seem quite broad as well to you, then please try to express in more detail what puzzles you.
    Oracle Database is...a (relational) database (management system), you store/manipulate/extract data in/from/to databases.
    SQL and PL/SQL are the main 'interfaces' to facilitate that.
    Data = information. Information changes from day to day, every change is a 'transaction'.
    Whether your company is a bank or an insurance company or a car rental company, that doesn't really matter.
    You need a good and maintainable design to start with, catch business rules, start with the right data model (and don't fall into the 'Hey, let's make it generic-trap' unless you 100% understand what you're doing).
    After that, when the application can be built, you'll need a (PL/SQL) Developer.
    But a Developer shouldn't stick to (PL/)SQL alone, he should know at least a bit of all other possibilities as well.
    And by then you'll realize that from then on you'll be learning every day, and never hesitate to ask questions ;)

  • SQL Developer v4.0.3 on Windows 7 64 bit hangs

    I'm using 64 bit SQL Developer 4.0.3 with the included JDK on Windows 7. When editing the body of a package, SQL Developer becomes unresponsive and I have to End Task. I've tried renaming the APPDATA folder so it will create a new one and didn't import my settings (only copied connections.xml), but that didn't help. Version 3.2 works fine, but all the 4.x versions I've tried do the same thing.
    Please help.
    Signed,
    Stuck in 3.2
    The thread dump follows:
    2015-04-22 08:04:12
    Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.55-b03 mixed mode):
    "RaptorTask: Comparing FMLA_COMPARE_FLAV_PKG Body subprograms" prio=6 tid=0x000000000ee56800 nid=0x1b5c waiting on condition [0x000000000e96f000]
       java.lang.Thread.State: WAITING (parking)
      at sun.misc.Unsafe.park(Native Method)
      - parking to wait for  <0x00000000d1baa128> (a java.util.concurrent.SynchronousQueue$TransferStack)
      at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:458)
      at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
      at java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:925)
      at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      at java.lang.Thread.run(Thread.java:745)
    "Background Parser" prio=6 tid=0x000000000c03c800 nid=0x12d0 waiting on condition [0x000000000cfef000]
       java.lang.Thread.State: TIMED_WAITING (sleeping)
      at java.lang.Thread.sleep(Native Method)
      at oracle.dbtools.raptor.plsql.BackgroundParser$1.construct(BackgroundParser.java:142)
      at oracle.dbtools.raptor.utils.NamedSwingWorker$2.run(NamedSwingWorker.java:115)
      at java.lang.Thread.run(Thread.java:745)
    "SwingWorker-pool-6-thread-3" daemon prio=6 tid=0x000000000c039000 nid=0x1764 waiting on condition [0x000000001207f000]
       java.lang.Thread.State: WAITING (parking)
      at sun.misc.Unsafe.park(Native Method)
      - parking to wait for  <0x00000000d37eeca8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
      at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      at java.lang.Thread.run(Thread.java:745)
    "DBRequestProcessorFactory_Timer" daemon prio=6 tid=0x000000000f302800 nid=0x1668 in Object.wait() [0x000000000bf9f000]
       java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000000d3f71d50> (a java.util.TaskQueue)
      at java.lang.Object.wait(Object.java:503)
      at java.util.TimerThread.mainLoop(Timer.java:526)
      - locked <0x00000000d3f71d50> (a java.util.TaskQueue)
      at java.util.TimerThread.run(Timer.java:505)
    "Background Parser" prio=6 tid=0x000000000f301000 nid=0x1a00 waiting on condition [0x000000000b33f000]
       java.lang.Thread.State: TIMED_WAITING (sleeping)
      at java.lang.Thread.sleep(Native Method)
      at oracle.dbtools.raptor.plsql.BackgroundParser$1.construct(BackgroundParser.java:142)
      at oracle.dbtools.raptor.utils.NamedSwingWorker$2.run(NamedSwingWorker.java:115)
      at java.lang.Thread.run(Thread.java:745)
    "SwingWorker-pool-6-thread-2" daemon prio=6 tid=0x0000000010174000 nid=0x1b58 waiting on condition [0x000000000b95f000]
       java.lang.Thread.State: WAITING (parking)
      at sun.misc.Unsafe.park(Native Method)
      - parking to wait for  <0x00000000d37eeca8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
      at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      at java.lang.Thread.run(Thread.java:745)
    "WeakDataReference polling" prio=2 tid=0x000000000f302000 nid=0x1714 in Object.wait() [0x000000000ea6f000]
       java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000000d36bb260> (a java.lang.ref.ReferenceQueue$Lock)
      at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
      - locked <0x00000000d36bb260> (a java.lang.ref.ReferenceQueue$Lock)
      at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
      at oracle.ide.util.WeakDataReference$Cleaner.run(WeakDataReference.java:88)
      at java.lang.Thread.run(Thread.java:745)
    "SwingWorker-pool-6-thread-1" daemon prio=6 tid=0x000000000f328000 nid=0x1aac waiting on condition [0x000000000e76f000]
       java.lang.Thread.State: WAITING (parking)
      at sun.misc.Unsafe.park(Native Method)
      - parking to wait for  <0x00000000d37eeca8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
      at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      at java.lang.Thread.run(Thread.java:745)
    "status-0" prio=2 tid=0x000000000c03a800 nid=0x5bc waiting on condition [0x000000000b13f000]
       java.lang.Thread.State: WAITING (parking)
      at sun.misc.Unsafe.park(Native Method)
      - parking to wait for  <0x00000000d28392d8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
      at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      at java.util.concurrent.DelayQueue.take(DelayQueue.java:209)
      at oracle.ide.status.StatusExecutor$StatusQueue.take(StatusExecutor.java:338)
      at oracle.ide.status.StatusExecutor$StatusQueue.take(StatusExecutor.java:300)
      at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      at java.lang.Thread.run(Thread.java:745)
    "Background Parser" prio=6 tid=0x0000000010172800 nid=0xa60 waiting on condition [0x000000000d0ef000]
       java.lang.Thread.State: TIMED_WAITING (sleeping)
      at java.lang.Thread.sleep(Native Method)
      at oracle.dbtools.raptor.plsql.BackgroundParser$1.construct(BackgroundParser.java:142)
      at oracle.dbtools.raptor.utils.NamedSwingWorker$2.run(NamedSwingWorker.java:115)
      at java.lang.Thread.run(Thread.java:745)
    "TextBufferScavenger" prio=6 tid=0x0000000010171000 nid=0xfe8 in Object.wait() [0x000000000ceef000]
       java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000000d2603220> (a java.lang.ref.ReferenceQueue$Lock)
      at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
      - locked <0x00000000d2603220> (a java.lang.ref.ReferenceQueue$Lock)
      at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
      at oracle.ide.model.FacadeBufferReference$PollingThread.run(FacadeBufferReference.java:145)
    "Swing-Shell" daemon prio=6 tid=0x000000001016f800 nid=0x4e8 waiting on condition [0x000000000bd5f000]
       java.lang.Thread.State: WAITING (parking)
      at sun.misc.Unsafe.park(Native Method)
      - parking to wait for  <0x00000000d1bf1540> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
      at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      at sun.awt.shell.Win32ShellFolderManager2$ComInvoker$3.run(Win32ShellFolderManager2.java:503)
      at java.lang.Thread.run(Thread.java:745)
    "pool-3-thread-1" prio=6 tid=0x0000000010170000 nid=0xe54 waiting on condition [0x000000001462f000]
       java.lang.Thread.State: TIMED_WAITING (parking)
      at sun.misc.Unsafe.park(Native Method)
      - parking to wait for  <0x00000000d204f0e0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
      at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
      at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
      at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
      at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
      at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      at java.lang.Thread.run(Thread.java:745)
    "IconOverlayTracker Timer: null-jdbcNodeInfoType" prio=6 tid=0x000000001016e000 nid=0xe98 in Object.wait() [0x000000001452f000]
       java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000000d1378268> (a java.util.TaskQueue)
      at java.lang.Object.wait(Object.java:503)
      at java.util.TimerThread.mainLoop(Timer.java:526)
      - locked <0x00000000d1378268> (a java.util.TaskQueue)
      at java.util.TimerThread.run(Timer.java:505)
    "WaitCursor-Timer" prio=6 tid=0x000000001016d000 nid=0x1bb0 in Object.wait() [0x000000001267f000]
       java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000000d1b86928> (a java.util.TaskQueue)
      at java.lang.Object.wait(Object.java:503)
      at java.util.TimerThread.mainLoop(Timer.java:526)
      - locked <0x00000000d1b86928> (a java.util.TaskQueue)
      at java.util.TimerThread.run(Timer.java:505)
    "Thread-10" daemon prio=6 tid=0x000000000f326800 nid=0x1a38 in Object.wait() [0x000000001237f000]
       java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000000cf483210> (a java.util.LinkedList)
      at java.lang.Object.wait(Object.java:503)
      at java.util.prefs.AbstractPreferences$EventDispatchThread.run(AbstractPreferences.java:1476)
      - locked <0x00000000cf483210> (a java.util.LinkedList)
    "Scheduler" daemon prio=6 tid=0x000000000f325000 nid=0x1898 in Object.wait() [0x000000001217f000]
       java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000000d1ba9718> (a oracle.dbtools.raptor.backgroundTask.TaskLinkedList)
      at java.lang.Object.wait(Object.java:503)
      at oracle.dbtools.raptor.backgroundTask.TaskLinkedList.takeNextTask(TaskLinkedList.java:47)
      - locked <0x00000000d1ba9718> (a oracle.dbtools.raptor.backgroundTask.TaskLinkedList)
      at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$SchedulerThread.run(RaptorTaskManager.java:479)
    "Log Poller" prio=2 tid=0x000000000ee58800 nid=0x1928 waiting on condition [0x0000000011f7f000]
       java.lang.Thread.State: WAITING (parking)
      at sun.misc.Unsafe.park(Native Method)
      - parking to wait for  <0x00000000d0935d38> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
      at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      at oracle.ide.log.QueuedLoggingHandler.take(QueuedLoggingHandler.java:60)
      at oracle.ideimpl.log.TabbedLogManager$4.run(TabbedLogManager.java:321)
      at java.lang.Thread.run(Thread.java:745)
    "Inactive RequestProcessor thread [Was:TimedSoftReference/org.openide.util.TimedSoftReference]" daemon prio=2 tid=0x000000000ee58000 nid=0xd50 in Object.wait() [0x0000000011e7f000]
       java.lang.Thread.State: TIMED_WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000000cf513e48> (a java.lang.Object)
      at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1989)
      - locked <0x00000000cf513e48> (a java.lang.Object)
    "JarIndex Timer" daemon prio=6 tid=0x000000000ee57000 nid=0x138c in Object.wait() [0x0000000011d7f000]
       java.lang.Thread.State: TIMED_WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000000cf19b630> (a java.util.TaskQueue)
      at java.util.TimerThread.mainLoop(Timer.java:552)
      - locked <0x00000000cf19b630> (a java.util.TaskQueue)
      at java.util.TimerThread.run(Timer.java:505)
    "TimedCache-Timer" daemon prio=6 tid=0x000000000c03f000 nid=0x199c in Object.wait() [0x000000000bc5f000]
       java.lang.Thread.State: TIMED_WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000000cf0ed978> (a java.util.TaskQueue)
      at java.util.TimerThread.mainLoop(Timer.java:552)
      - locked <0x00000000cf0ed978> (a java.util.TaskQueue)
      at java.util.TimerThread.run(Timer.java:505)
    "Framework Event Dispatcher" daemon prio=6 tid=0x000000000c03d800 nid=0x748 in Object.wait() [0x000000000ba5f000]
       java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000000ceded8b8> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread)
      at java.lang.Object.wait(Object.java:503)
      at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400)
      - locked <0x00000000ceded8b8> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread)
      at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:336)
    "State Data Manager" daemon prio=6 tid=0x000000000c03c000 nid=0xb8c waiting on condition [0x000000000b71f000]
       java.lang.Thread.State: TIMED_WAITING (sleeping)
      at java.lang.Thread.sleep(Native Method)
      at org.eclipse.osgi.internal.baseadaptor.StateManager.run(StateManager.java:297)
      at java.lang.Thread.run(Thread.java:745)
    "Framework Active Thread" prio=6 tid=0x000000000c03b000 nid=0x1718 in Object.wait() [0x000000000b53f000]
       java.lang.Thread.State: TIMED_WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000000cfb6db10> (a org.eclipse.osgi.framework.internal.core.Framework)
      at org.eclipse.osgi.framework.internal.core.Framework.run(Framework.java:1863)
      - locked <0x00000000cfb6db10> (a org.eclipse.osgi.framework.internal.core.Framework)
      at java.lang.Thread.run(Thread.java:745)
    "Active Reference Queue Daemon" daemon prio=2 tid=0x000000000c038000 nid=0x16cc in Object.wait() [0x000000000cb1f000]
       java.lang.Thread.State: TIMED_WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000000cfb836e0> (a java.lang.ref.ReferenceQueue$Lock)
      at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
      - locked <0x00000000cfb836e0> (a java.lang.ref.ReferenceQueue$Lock)
      at org.openide.util.lookup.implspi.ActiveQueue$Daemon.run(ActiveQueue.java:180)
      - locked <0x00000000cfb836e0> (a java.lang.ref.ReferenceQueue$Lock)
    "TimerQueue" daemon prio=6 tid=0x000000000a9af800 nid=0x700 waiting on condition [0x000000000c91f000]
       java.lang.Thread.State: TIMED_WAITING (parking)
      at sun.misc.Unsafe.park(Native Method)
      - parking to wait for  <0x00000000ced6b5a0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
      at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
      at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
      at java.util.concurrent.DelayQueue.take(DelayQueue.java:220)
      at javax.swing.TimerQueue.run(TimerQueue.java:171)
      at java.lang.Thread.run(Thread.java:745)
    "AWT-EventQueue-0" prio=6 tid=0x000000000a6ca800 nid=0x18ac runnable [0x000000000b036000]
       java.lang.Thread.State: RUNNABLE
      at java.util.HashMap.getEntry(HashMap.java:469)
      at java.util.HashMap.get(HashMap.java:421)
      at oracle.dbtools.parser.Earley.tree(Earley.java:852)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followScan(Earley.java:891)
      at oracle.dbtools.parser.Earley.tree(Earley.java:855)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followScan(Earley.java:891)
      at oracle.dbtools.parser.Earley.tree(Earley.java:855)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followScan(Earley.java:891)
      at oracle.dbtools.parser.Earley.tree(Earley.java:855)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followScan(Earley.java:891)
      at oracle.dbtools.parser.Earley.tree(Earley.java:855)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followScan(Earley.java:891)
      at oracle.dbtools.parser.Earley.tree(Earley.java:855)
      at oracle.dbtools.parser.Earley.followScan(Earley.java:891)
      at oracle.dbtools.parser.Earley.tree(Earley.java:855)
      at oracle.dbtools.parser.Earley.followScan(Earley.java:891)
      at oracle.dbtools.parser.Earley.tree(Earley.java:855)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followScan(Earley.java:891)
      at oracle.dbtools.parser.Earley.tree(Earley.java:855)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followScan(Earley.java:891)
      at oracle.dbtools.parser.Earley.tree(Earley.java:855)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followScan(Earley.java:891)
      at oracle.dbtools.parser.Earley.tree(Earley.java:855)
      at oracle.dbtools.parser.Earley.followScan(Earley.java:891)
      at oracle.dbtools.parser.Earley.tree(Earley.java:855)
      at oracle.dbtools.parser.Earley.followScan(Earley.java:891)
      at oracle.dbtools.parser.Earley.tree(Earley.java:855)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)
      at oracle.dbtools.parser.Earley.tree(Earley.java:857)
      at oracle.dbtools.parser.Earley.treeForACell(Earley.java:832)
      at oracle.dbtools.parser.Parser.forest(Parser.java:84)
      at oracle.dbtools.parser.plsql.LazyNode.expand(LazyNode.java:225)
      at oracle.dbtools.parser.plsql.IdentifiersDb.collectIdentifiers(IdentifiersDb.java:204)
      at oracle.dbtools.parser.plsql.IdentifierDefinitionLookup.getIdentifierDefinition(IdentifierDefinitionLookup.java:743)
      at oracle.dbtools.parser.plsql.IdentifierDefinitionLookup.parseIdentifierAtOffset(IdentifierDefinitionLookup.java:409)
      at oracle.dbtools.parser.plsql.IdentifierDefinitionLookup.finishIdSelection(IdentifierDefinitionLookup.java:803)
      at oracle.dbtools.parser.plsql.IdentifierDefinitionLookup.getIdentifierAtOffset(IdentifierDefinitionLookup.java:785)
      at oracle.ide.ceditor.AbstractBrowseClickPlugin.getRegionFor(AbstractBrowseClickPlugin.java:150)
      at oracle.javatools.editor.plugins.AbstractClickPlugin.updateHighlight(AbstractClickPlugin.java:442)
      at oracle.javatools.editor.plugins.AbstractClickPlugin.actionPerformed(AbstractClickPlugin.java:240)
      at javax.swing.Timer.fireActionPerformed(Timer.java:312)
      at javax.swing.Timer$DoPostEvent.run(Timer.java:244)
      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
      at java.awt.EventQueue.access$200(EventQueue.java:103)
      at java.awt.EventQueue$3.run(EventQueue.java:694)
      at java.awt.EventQueue$3.run(EventQueue.java:692)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
      at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
      at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
    "AWT-Windows" daemon prio=6 tid=0x000000000a6c9800 nid=0x350 runnable [0x000000000adaf000]
       java.lang.Thread.State: RUNNABLE
      at sun.awt.windows.WToolkit.eventLoop(Native Method)
      at sun.awt.windows.WToolkit.run(WToolkit.java:307)
      at java.lang.Thread.run(Thread.java:745)
    "AWT-Shutdown" prio=6 tid=0x000000000a6c9000 nid=0x1ac8 in Object.wait() [0x000000000acaf000]
       java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000000ced6b6d0> (a java.lang.Object)
      at java.lang.Object.wait(Object.java:503)
      at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:296)
      - locked <0x00000000ced6b6d0> (a java.lang.Object)
      at java.lang.Thread.run(Thread.java:745)
    "Java2D Disposer" daemon prio=10 tid=0x000000000a6c8000 nid=0xcd8 in Object.wait() [0x000000000abaf000]
       java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000000cfbc1128> (a java.lang.ref.ReferenceQueue$Lock)
      at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
      - locked <0x00000000cfbc1128> (a java.lang.ref.ReferenceQueue$Lock)
      at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
      at sun.java2d.Disposer.run(Disposer.java:145)
      at java.lang.Thread.run(Thread.java:745)
    "Service Thread" daemon prio=6 tid=0x0000000006413000 nid=0x3b8 runnable [0x0000000000000000]
       java.lang.Thread.State: RUNNABLE
    "C2 CompilerThread1" daemon prio=10 tid=0x0000000006412800 nid=0x1274 waiting on condition [0x0000000000000000]
       java.lang.Thread.State: RUNNABLE
    "C2 CompilerThread0" daemon prio=10 tid=0x000000000640d800 nid=0x344 waiting on condition [0x0000000000000000]
       java.lang.Thread.State: RUNNABLE
    "Attach Listener" daemon prio=10 tid=0x000000000640c800 nid=0x1ab0 waiting on condition [0x0000000000000000]
       java.lang.Thread.State: RUNNABLE
    "Signal Dispatcher" daemon prio=10 tid=0x0000000006404800 nid=0x1180 runnable [0x0000000000000000]
       java.lang.Thread.State: RUNNABLE
    "Finalizer" daemon prio=8 tid=0x00000000063ae000 nid=0xf08 in Object.wait() [0x000000000770f000]
       java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000000ce57c5c0> (a java.lang.ref.ReferenceQueue$Lock)
      at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
      - locked <0x00000000ce57c5c0> (a java.lang.ref.ReferenceQueue$Lock)
      at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
      at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)
    "Reference Handler" daemon prio=10 tid=0x00000000063a3000 nid=0xcbc in Object.wait() [0x000000000760f000]
       java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000000ce57c148> (a java.lang.ref.Reference$Lock)
      at java.lang.Object.wait(Object.java:503)
      at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
      - locked <0x00000000ce57c148> (a java.lang.ref.Reference$Lock)
    "main" prio=6 tid=0x000000000228d800 nid=0xe00 waiting on condition [0x0000000000000000]
       java.lang.Thread.State: RUNNABLE
    "VM Thread" prio=10 tid=0x000000000639d800 nid=0x102c runnable
    "GC task thread#0 (ParallelGC)" prio=6 tid=0x00000000022a1800 nid=0x520 runnable
    "GC task thread#1 (ParallelGC)" prio=6 tid=0x00000000022a3800 nid=0x1228 runnable
    "GC task thread#2 (ParallelGC)" prio=6 tid=0x00000000022a5000 nid=0x1a20 runnable
    "GC task thread#3 (ParallelGC)" prio=6 tid=0x00000000022a7000 nid=0x190c runnable
    "VM Periodic Task Thread" prio=10 tid=0x000000000641c000 nid=0x830 waiting on condition
    JNI global references: 3151

    If you cannot avoid using the shortcut keys to do cut/copy/paste in the PL/SQL editor, then you must wait for a fix.  Here is a relevant discussion...
    SQL Developer 4.0.3 often freezes unrecoverably
    Try the production 4.1 release when it comes out.  The latest 4.1 is EA2 (Early Adopter 2), but some editor fixes from the JDeveloper team did not become available until after that release.  We are getting close to having a RC1 (release candidate 1) and hope the type of hang you are experiencing will finally be fixed. Another recommendation is to disable Show Breadcrumbs in Tools > Preferences > Coded Editor > Display.  That may help in some cases.

  • GeoRaptor and SQL Developer - Another approach?

    Folks,
    The moribund GeoRaptor project lit lots of faces all over the world.
    But the project simply has no traction even though a few of us want to help.
    I have pushed SQL Developer integration with some non-mainstream companies I know that have Oracle Spatial and Java experience but no one seems interested in providing product outside of their own applications.
    IMHO the best team to put spatial into SQL Developer is the Oracle Spatial Products team headed by Xavier Lopez. I would like to see closer integration between these two Oracle teams such that we don't see independent MapBuilder downloads but extensions for SQL Developer itself such that we could use the flexbility and power in SQL Developer (eg explain plan) with Oracle Spatial. (Why not be able to execute Spatial SQL eg SDO_ANYINTERACT but with the filter geometry coming from the user clicking on the screen? How about explain plan for this?)
    GeoRaptor has integration with ArcSDE and ArcIMS. But why? ESRI does this already via ArcExplorer for its customers and is not interested in putting their tools in someone elses product. So, why not integration with MapViewer? Why not WMS and WFS (of which MapViewer does both)?
    But given SQL Developer's positioning as a tool of choice for MySQL, SQL Server (PostgreSQL) why not extend existing MapBuilder visualisation capability by having it render data from MySQL Spatial and other database spatial? (A Tools>Option>DisplayGeometryAsWKT would be cool - not just the nice SDO_GEOMETRY rendering in the existing GeoRaptor.)
    Finally, the shapefile loader could be complemented by a shapefile exporter as there is lots of GeoTools Java around that shows how to do this.
    So, to push debate I've done this:
    http://apex.oracle.com/pls/otn/f?p=42626:39:2113453281829203::NO::P39_ID:6481
    Please vote.
    regards
    Simon

    Reggie, Simon, Chris
    I am project admin of the GeoRaptor project on sourceforge and it indeed has been really
    quiet the last years. I took over from the original owner -who abandoned the project-
    when I discovered that a simple change would let GeoRaptor work with SQL Developer 1.5.
    Since then I did not have time to fix / enhance GeoRaptor.
    I recently have been thinking of working on GeoRaptor again, the bugs and lack of some basic features like WMS background
    are starting to annoy me ;-)
    First things to do would be fixing some simple bugs, making GeoRaptor to work with SQL Developer 2 and implementing
    some of the points you describe.
    I like your wish lists; it would certainly enhance GeoRaptor's usefullness.
    Integrating Mapbuilder with SQLDeveloper would be a perfect option, I will vote if still possible.
    Chris, great if you want to help! please let me know if I can be of any help.
    Regards,
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • ORA-01041 Error while query in PL/SQl Developer

    Hi All,
    I am trying to execute a simple select statement in PL/SQL developer. After the query gets executed i am getting a error
    ORA-01041 internal error. hostdef extension doesn`t exist.
    But when i perform the same query in sqlplus, i do not receive this kinda error.
    Does any 1 have a idea on this error?
    Regards,
    Ritesh Khuller

    PL/SQL Developer is a third-party tool and not from oracle.
    maybe you have better chances in the rdbms-forum where they know more about hostdef's
    PL/SQL
    General Database Discussions

  • How to debug a Package / function in PL SQL developer ??

    How can we debug a Package / function in PL SQL developer ??
    i want to debug a code line by line

    Karthick_Arp wrote:
    This question does not belong to this fourm. We have a {forum:id=260} forum for such question.Not even there Karthick. PL/SQL Developer is a 3rd party tool, not Oracle's SQL Developer, so it doesn't even belong on the Oracle forums.

  • Run sql statements in PL/Sql Developer without installing Oracle database?

    Hi all,
    I wish to ask is there any possibility to run Run sql statements in PL/Sql Developer without installing Oracle database?
    Regards.

    Hello Jimmy,
    this is the forum for the tool SQL Developer and, as the title says, *(Not for general SQL/PLSQL questions)*.
    PL/Sql Developer is not an Oracle tool, but from allound allroundautomations.
    And you need access to a database to run SQL statements. This does not need to be one installed by yourself.
    Regards
    Marcus

  • Question on pl/sql developer tool

    Hello,
    I'm trying to debug a package using pl/sql developer. It looks good but the variable defined in the package are not showing their value even in the debug mode to see what they hold at that particular instance.
    How to achieve this?
    Thank You.
    KK

    PL/SQL Developer is not an Oracle tool.
    Post your question on the PL/SQL Forum @ http://www.allroundautomations.com/threads/ubbthreads.php?ubb=cfrm
    If I recall correctly you have to set a Debug checkbox somewhere in the Tools => Preferences menu.
    (But I cannot check it at this moment).

  • MySQL functionality within Oracle SQL Developer Data Modeler

    Hi all,
    I've read a few forum posts here that lead me to believe that MySQL is not currently supported by the data modeler tool (Link #1 I got to by clicking on the Statement Of Direction link on the main page SQL Developer Data Modeler&lt;/title&gt;&lt;meta name=&quot;Title&quot; content=&quot;SQL Developer Data Modeler&quot;&g… Link #2 I got to by doing a search on the word MySQL within the forum search):
    Link 1:
    SQL Developer Data Modeler Statement of Direction
    Link 2:
    Can datamodeler be used with MySQL?
    SQL Developer (not the Data Modeler tool, but the database admin-type tool not for modeling) does support MySQL using the latest MySQL Connector J 5.1 driver but, strangely,  it doesn't seem the Data Modeler supports it, though.  Can anyone please confirm that MySQL is currently unsupported for the Data Modeler tool?  Thanks in advance.

    Hi,
    it doesn't seem the Data Modeler supports it, though.
    Data Modeler doesn't have specific support for MySQL - i.e you cannot generate DDL for MySQL. Though you can import form MySQL server using JDBC connection in standalone DM or using created MySQL connection if you are using DM inside SQL Developer.
    You can import definitions for tables(columns, PK and UK constraints, indexes, foreign keys) and views.
    Philip

  • Java extension for SQL Developer 2.1 (SqlEditor)

    Hello,
    we are developing a java extension for SQL Developer. It was working fine in version 1.5.5 but it seems that some of the java classes were changed in version 2.1 so it does not any more. In the SQL editor, we want to have a context menu action that gets the selected SQL statement and calls a database function with it as an argument. Our code looks like
    @RegisteredByExtension("our.developer.extension")
    public final class OurCommand extends Command {
    public int doit() {
    SqlEditor sqlEditor = (SqlEditor)getContext().getView();
    String query = sqlEditor.getView().getSqlStatement();
    sqlEditor.executeSql(query, "");
    //or
    //sqlEditor.getView().scriptRunner(query);
    Unforunately, in SQL Developer 2.1 the class oracle.dbtools.sqlworksheet.sqlview.SqlEditor does not exist. Does anybody know how to write this example for version 2.1? Is there an API documentation (alas, [http://wiki.oracle.com/page/SDK+2.0] is an empty article)?
    BTW, does anybody know how to open the dialog for connecting to a database when sqlEditor.getConnection() is null?

    I got it to work using a BASIC call instead of my normal TNS call.
    We use MS SMS to package the Oracle client and SQL Developer and push it out to users so we don't have people visiting desktops. Also, we use OID to store the entries instead of a tnsnames file so that we don't have to maintain a TNSNAMES file.
    I am testing 2.1 as we would eventually upgrade when it goes GA.
    2.1 seems to be built on Oracle 11g. Issue will be that since 99% of our databases are 10gr2 as well as 100% of our client population will be be forced to upgrade the Oracle client to use 2.1 as we do today without lots of changes for the end user?
    We don't broadcast the information the average user requires for a BASIC connection so that is out for non technical users..
    We have SQL Developer 1.5.5 right now and this is not and issue.
    Hopefully, this will be resolved during EAI for 2.1.

  • SQL Developer Startup Connection

    I am new to SQL Developer, having recently downloaded it. Could anyone please let me know what the Username and Password is for any/all the test database is ? Also what databases and tables are available for practicing SQL queries. I am new to Oracle OCA training and am completely lost with the heaps of documentation which never mentions how to access test databases. I would really apreciate any help I can get as I am doing self study and have no mentors, teachers etc. My email is [email protected] and would appreciate anyone replying with this information and any other tips. Thanks in advance.

    953600 wrote:
    I am new to SQL Developer, having recently downloaded it. Could anyone please let me know what the Username and Password is for any/all the test database is ? Also what databases and tables are available for practicing SQL queries. I am new to Oracle OCA training and am completely lost with the heaps of documentation which never mentions how to access test databases. I would really apreciate any help I can get as I am doing self study and have no mentors, teachers etc. My email is [email protected] and would appreciate anyone replying with this information and any other tips. Thanks in advance.
    The passwords are whatever they were set to when the database was created.
    SQL Developer is just a client tool. It doesn't come with a database. It expects that you already have a database which it can connect to.
    And putting your email address in a posting on a forum is A Very Bad Idea (tm). No on on the forum is going to respond to it, but a million address harvesters will sell it to spam sources. Expect to be flooded with email offers for the following
    1) products to enhance the size of certain body parts
    2) Nigerians who desperately need to move large sums of money and are willing to pay a total strangers for assistance.
    Edited by: EdStevens on Aug 19, 2012 4:44 PM

  • Where to add Third Party JDBC Driver in SQL Developer 4.1 EA2

    In SQL Developer 4.0.3 under Tools - Preferences - Database there was an option to add a  Third Party JDBC Driver so we could use the same tool for a PostgresSQL database.  I cannot find in in SQL Developer 4.1.0.18

    I think it happened because I imported settings and connections from a previous installation. 
    I removed the C:\Users\username\appdata\SQL Developer\system4.1.0.18.37\ folder.
    I've run it now without that and the option is back.
    Thanks! 

  • SQL Developer & Unicode Chars

    Running SQL Developer on Windows XP.
    Tool looks good, just one thing, we have Japanese/Korean text (not much at the moment) in our Oracle 9i/Oracle 10g (AL32UTF8)
    When I run the query in the sql editor, the chars appear as small rectangles.
    Exporting this as XML and loading into an XML viewer (like IE), all the chars appear fine.
    When I copy the text from the data results grid and paste into the sql editor window (after tweaking the prefs), the chars appear fine.
    so I am wondering ... how can I get the text in the data grid to show the Japanese text ?
    Is there a setting I have missed ? or would this be an enhancement ?
    We will be storing more and more international chars and having a tool capable of viewing it would be something we have not found in other tools we have trialed.

    In the Prefs -> Environment, ... set encoding to UTF-8
    In the Prefs -> Code Editor -> Fonts ... set to "Arial Unicode MS"
    Method 1 :
    Open a SQL Worksheet
    Tap in the sql, when executing the sql with the <F9> key, japanese text is displayed as small rectangles.
    When I cut-and-paste the text into the window where the SQL Statement is typed in, I can see the Japanese chars.
    Method 2 :
    On the connections panel, goto "Other Users", navigate to the table that contains the unicode chars.
    Double click on tablename in the left panel, this brings up a "toad like" display, the second tab is the "Data" tab,
    and the unicode data is displayed as miniature rectangles.
    I am unable to find a setting (in the Prefs) to set the font for the grid the data is displayed in

Maybe you are looking for

  • Premier elements 11

    I have recently bought premier elements 11. I open the icon, click on new project, it looks to try and open but it then close. I then get a message... We have detected an incompatible display driver. To get a better and faster performance, please upd

  • Parallel processing of Jobs in Java

    Hi Sun forum Experts, we are facing a problem in parallel processing of jobs in java,The jdk version used is 1.4. Find the issue analysis as below Assume we have TABLE1 as below:   1st job completed running and updates the status to OK by running an

  • Can't use at all on Windows XP SP3, IE8

    Hello, The last version what I used was 6.1.999.130. I have this problem for a month. When I try to login using my old MSN login it says "Sorry, we didn't recognize your sign-in details". The last version crashes after the launch. Windows XP SP3 32bi

  • Error while Processing ERS

    Hello gurus, While I am processing ERS, I am getting the following error for a particular PO and Vendor. " Baseline date for Payment Does not Exist ". Please help me out. Reward Points assured. Regards, Hari Prasath.S

  • HD Sequence to Beta SP using Animation

    i posted something a couple of days ago: http://discussions.apple.com/thread.jspa?threadID=1056961&tstart=0 i am trying to get an HQ output to beta Sp for a film fest. i incorrectly said digi beta. anyway, i have access to an avid suite and various d