Developer SQL 2.1.0.63.73 exports DATE as a TIMESTAMP

In my view, that it is a bug. When I export a table to a XLS file, the values in the DATE columns are saved as if they were TIMESTAMP:
for example. December 31 09 12:00:00 AM exported as 31 December 09 12.00.00.000000000 AM

Not really a huge deal until you try to import, in which case you cannot import a TIMESTAMP into a DATE column. First of all, you will get an error from the Miss AM / A.M.. or AM/PM. You cannot explicitly specify the date format then import either as rejects Oracle it since it is not supported. The proper way is to cast to a date, but you can do this through the import feature.

Nevertheless, I think the export function should export DATEs according to the NLS Date Format settings, but it is not.

If it makes any difference, I use the 64-bit version of Windows of SQL Developer on Windows 7 64 - bit with the Oracle 64-bit client.

Hello

Don't know if it's something related to my previous problem.
My SQL Dev gives the correct date format to export to Excel, but fails on an insert export

Verdin, a member of the sql dev team gave this workaround solution that solved my problem
>
You can add the following in the sqldeveloper.conf to ensure that the driver tell not the column of a DATE in the TIMESTAMP column type.

AddVMOption - Doracle.jdbc.mapDateToTimestamp = false
>

as suggested in this thread
Re: 2.1 EA1: problems with Date type columns

Hope this helps,

Buntoro

Tags: Database

Similar Questions

  • Developer SQL v 3.0.04 fails to export large Excel files

    I can export queries from less than 500 lines without any problems. Nothing more than it is a problem. Most of the time, the export hangs or does not complete. The target file has 0 KB in these cases. Any ideas on how to address this limitation will be appreciated.

    Export to a csv file format instead, or upgrade to the latest version (or at least 3.2.2).  With 3.2.2 and above, for the file format xlsx, Developer SQL uses an API that does not keep everything in memory.

  • Force SQL Developer 1.5.4 to export data on 1 sheet XLS

    Hello.

    I use SQL Developer 1.5.4 to export data in XLS format.
    The exported file is about 40 MB of wholesale.

    When exporting, I noticed that developer SQL divides the data into multiple worksheets, with about 64 001 lines each.

    Please, is there a way I could force SQL Developer to have all data on a spreadsheet of singke?


    Thank you.

    I'm just guessing, but I suspect that the 64 000 line limit is so the resulting XLS file can be opened in Excel 2003 or an earlier version. Excel 2003 has a limit of ~ 65 536 (2 ^ 16) rows in a worksheet. Even if you were to export as a text or CSV (separator: tab) file and try to load it into Excel, it could choke and leave once the limit of the worksheet intervened.

    Hrsg.:.

  • Developer SQL allows you to create a generation of schema objects script allows?

    Hi all
    Developer SQL has all the options to create a schema generation script? Toad allows you to select objects (tables, views, packages etc), and I think now is smart enough to create these in the proper order, if generally, constraint errors do not occur. I know that you can export the DDL file, but could not find an option to create a script?

    Thank you

    Mike

    Have you tried the new truck?

    You drag your items in the shopping cart and use the deploy. It will generate a series of scripts. They are designed to take into account the order of creation and to preserve your data if you want to include.

    Here's a quick glimpse of it
    http://www.thatjeffsmith.com/archive/2011/11/introducing-the-SQL-Developer-shopping-cart/

    If you want the entire schema, try tools > Database Export.

    Jeff

  • Problem with the two EA DEVELOPER SQL DATA MODELING 3.0.0.665 and 3.1

    I created a model of very large data using SQL Developer data 3.0.0.665 and 3.1 EA maker. Its having a lot of check constraints. Whenever I am the design of the fence and the DOF and reopening export to import the DDL file failure to import completely check constraints. It is important to check constraints, but without any range of values inside. Its very frustrating because whenever you open import ddl, you must manually add again all the details of data check range constraint.

    OS: Windows XP.
    Check in the two EA Developer SQL Data Modeler 3.0.0.665 and 3.1

    -------------------------------------------
    Here are the contents of the .dmd file.
    -------------------------------------------
    * <? XML version = "1.0" encoding = "UTF - 8"? > *.
    * < OSDM_Design class = "oracle.dbtools.crest.model.design.Design" name = 'Admin_Panel' id = "9BE18B0A-6C67-2E5B-00DE-BD8312189ECB" version = "3.41" > * "
    * < createdBy > administrator < / createdBy > *.
    * < Createduserid > 2011-10-17 08:32:18 UTC < / Createduserid > *.
    * < Admin_Panel ownerDesignName > < / ownerDesignName > *.
    * < false capitalNames > < / capitalNames > *.
    * < designId > 9BE18B0A-6C67-2E5B-00DE-BD8312189ECB < / designId > *.
    * < / OSDM_Design > *.

    -------------------------------------------------------------------------------
    An example how the check constraints to get dirty.
    -------------------------------------------------------------------------------
    Initial check constraint is as below:
    ======================
    ALTER TABLE test_table
    ADD CONSTRAINT Active_Flag_ck
    CHECK (Active_Flag IN ('A', 'I'))
    *;*

    Below how it occurs once I have imported the ddl and re-export:
    ============================================
    ALTER TABLE test_table
    ADD CONSTRAINT Active_Flag_ck
    (CHECK)
    *;*

    I'm in trouble as I already in the middle of the my development using SQL Developer Data Modeler.

    Please help me soon.

    Jean

    Hi John,.

    Every time I'm fence design and export the ddl and reopening through the import of the DDL file

    Why are you doing this? Once the DDL file is imported and then save the drawing and open simply saved design, no need to generate the DDL and import it every time that you start Modeler data.
    On the list of values - forced as this CHECK (Active_Flag IN ('A', 'I')) are imported as constraint check plain and not as a list of values.
    There are the more specific elements import of check constraint - they are defined as type database constraint that you select during the import. Accordingly if you import your DOF as Oracle 10 g DDL, then you will get forced correct check in DDL generated for Oracle 10 g and Oracle 11 g. Constraint of evil will be generated for Oracle 9i. You can move the constraint for Oracle 9i (in the check constraint dialog box) or generic if it can be treated as such constraint.

    I logged for DOF bad bug.

    Philippe

  • How can I leave echo in the sql worksheet developer sql?

    When I generate out of the script from a sql file that is loaded into the spreadsheet sqldeveloper, the statement appears in the output pane before the results of the query. This can occur because there are substitution (for example & site) variables in the query. However, I would really for Nothing of the sql statement displayed in the results - I want to save it as an output file. Is there a way to do this? 'left echo' is not recognized as a valid command.

    I know that I can export data in the results pane of query to a text as well as a csv file, etc., but I don't like how it looks - I want the data as described in the output of the script.

    Here is a portion of the script... just enough to show "set echo off" and use of the user variable.

    Thank you
    Carol
    set echo off
    select s.site_id SID,substr(s.site_name,1, 50) SITE, month.start_date_time, 
    sum(decode(sd.datatype_id,111,month.value,null)) EC,
    sum(decode(sd.datatype_id,1217,month.value,null)) PPM,
    round(sum(decode(sd.datatype_id,19,month.value,decode(sd.datatype_id,93,month.value,null))),2) CFS,
    round(sum(decode(sd.datatype_id,1216,month.value,decode(sd.datatype_id,1218,month.value,null))),0)  TOTAL_CFS,
    round(sum(decode(sd.datatype_id,20,month.value,decode(sd.datatype_id,1113,month.value,null))),0)  AF
    from hdb_site s, hdb_site_datatype sd, r_month month, ref_yao_sal_flow_site_map map
    where map.flow_site_id = &&site
    set verify off
    

    can hide variable replacements in sqlplus and sql developer

  • SQL Developer / SQL Loader - copy of tables

    Hello

    I currently work with two copies of a web application, to access the various Oracle environments.
    I can access these two databases by using only the credentials of the web application. These credentials allow CRUD operations, but have no permission to import/export.

    I tried to copy data between identical tables in the database. Given the restrictive permission set I was advised to use SQL Loader. I'm also using SQL Developer (cannot have TOAD for licensing reasons, bah!)

    I managed to save the tables I want to go to the source database by using the loader file format, but can't seem to find a way to use them in the destination database. Developer SQL provides a variety of export controls, import only I see associates a xls/csv format. There are other migration assistants provided with SQL Developer, but they don't seem to want to cling to my connection settings (import/export authorizations given, once again, I think).

    Developer SQL provides the facility to import ldr files?

    Thank you
    Jim

    No GUI, just the \bin\sqlldr.exe on the server...

    Have fun
    K.

  • Export data to SQL Loader format bugs?

    I have a problem to the export of large tables in SQL * Loader format files.

    Developer SQL is sitting there with almost all CPU (> 95%) on my machine (I'm only under SQL Developer & Process Explorer) and same constantly redraw (the page is white).

    The .ldr file is created, but seems to be empty. (I would have thought that he would be constantly added to the).

    In fact, nothing happens.

    Does anyone else have this problem? I use SQL Developer 2.1 on XP with a 9i DB.

    NIC

    Unfortunately, this is how things are done now.
    If you have a better suggestion (such as hot flashes automatically recovered rows and the re-use of freed memory), you can always add this as a feature request to the exchange of SQL Developer, for other users can vote to add weight to the possible future implementation. I'd do it.

    Kind regards
    K.

  • Developer SQL 4.1.2.20 - stuck with little window 10 64 pro

    I found a solution in the forum but I can not resovle my problem, I start the developer sql with the debug window, is it the loading screen but when I new connection or tools-> Preferences, or internal something like new window in sql developer he stuck, nothing on the window debugging just load the time line. I looked at Event Viewer on the information like this:

    Version sqldeveloper64W.exe of the 4.1.2.20 program ceased to interact with Windows and was closed. To see if there is more information about the problem, check the history of the problem in the control of security and maintenance Panel.

    Process ID: 1e58

    Start time: 01d12b17e24d09a7

    Time of termination: 4294967295

    Application path: C:\Program Files\Sql developer 4.1.2\sqldeveloper\sqldeveloper\bin\sqldeveloper64W.exe

    Report ID: bef3fe35-9719-11e5-9bdd-9c669555571c

    Faulting full name of the package:

    ID of the failed package-parent application:

    try-i:

    + delete sql developer within roaming folder.

    + Reinstall developer sql several times with jdk included, or separately, but not solved my problem.

    Thanks for your help!

    I knew what happen on my machine... oh God... I don't know that it's bug or not! When I started it and I have to wait my open proxy authentication, then I invite my user then it okie all. so... my mistake is to do it too fast? I don't know why. Thank you anyway!

  • Developer SQL 4.1.2.20 Build HAND-20, 64: cannot drag-and - drop in editor files include "#" in the name or the path

    Developer SQL 4.1.2.20 Build HAND-20, 64: I am not able to drag-and - drop a file from Windows Explorer into the SQL Developer Editor window if the name of the file or the path includes sharp «#» Unfortunately, my main directory structure contains a ' # ' in one parent folder names and I use drag-and - drop all the time... it is, I used to. :-)

    I am running Windows 7 Enterprise 64-bit with Service Pack 1

    It wasn't a problem in the previous version of SQL Developer 4.1.1.19 build HAND - 19.59.

    Thanks to study deeply and providing a repeatable test. It is a very strange edge cases.  Particularly interesting is...

    This same issue exists for JDeveloper Studio Edition Version 12.2.1.0.0

    After my tests in SQL Developer 4.1.2 the question seems to be, that say you, trying to open any file (I tried sql, xml, and pkb types) by drag-and - drop from Explorer Windows to a publisher of target opened on a XML file with a symbol of hash somewhere in the specification of the file it is.

    First of all, as a solution, I thought that I could recommend that you drag-and - drop since our view > files browser rather than Windows Explorer.  Which avoids the question and even you will descend on the Start Page tab, any worksheet or another editor must be opened before hand. However, there is a completely different problem with that: try to close the last tab of the XML Editor open blocking the entirety of the product.

    As you do not declare it against a release of the Early Adopter, where our team connect the bug, the standard procedure is so that you can open a service request with the support of the Oracle. My research did not turn any latest bug as this connected against SQL Developer or JDeveloper.

    Edit: In fact, just double click instead of using drag-and - drop from view > files avoids questions, name incorrect both hang at the end.

  • How to install utilities PL/SQL Developer SQL v1.6.0 in the database

    in fact I'm looking

    HTTP_UTIL_PKG

    CSV_UTIL_PKG

    to download excel file in Oracle 11 g r2 11.2.0.1.0 feature

    Downloaded from https://code.google.com/p/plsql-utils/downloads/detail?name=plsql-utils-v160.zip & can = 2 & q =

    How to install utilities PL/SQL Developer SQL v1.6.0 in the database

    If we install in sys or particular schema in which I need to use

    and how to run the script

    ReemaPuri wrote:

    in fact I'm looking

    HTTP_UTIL_PKG

    CSV_UTIL_PKG

    to download excel file in Oracle 11 g r2 11.2.0.1.0 feature

    Downloaded from https://code.google.com/p/plsql-utils/downloads/detail?name=plsql-utils-v160.zip&can=2&q=

    then download the zip file and then extract the contents

    Both are contained in it.

    Then add them to the schema of your choice.

  • Developer SQL does not start

    Hello

    I just downloaded SQL Developer 4.1.1.19, I instaled java jdk and tried to run the sqldeveloper.exe file. Developer SQL window opens, it says loading, progress bar moves up to something like 10% and then it just stops without any error or warning.

    Anyone have any idea what should I do?

    Radek

    I've moved the SQL folder to C directly and it worked...

  • Developer SQL 4.1.1 connect returns "invalid connection string format.

    The "invalid connection string format" error is returned, while trying to connect, you use sql developer 4.1.1.19, using 1.8.0_51 JDK on Win 7 x 64 environment.

    The powers of the exact same connection, on the same OS Win 7 x 64, a product without any errors using sql developer 4.0.2.15, using the JDK 1.7.0_80

    Credentials were basic, by default, the name of the Service (not SID) and no special authentication.

    This problem is replicated when it is installed on a different platform to Win 7.

    Screen attached.Capture_sqld_4.1.1.jpg

    You say you have no non-alphabetic characters, but see this previous discussion (a hyphen was the problem) and see if any of Jeff's suggestions work for you: connection error after upgrade to 4.1

    I also read another post (non - developer SQL) where a symbol (@) in the password was a problem, but that may not apply to your case.

  • Developer SQL 1.5.5 is Compatible with SQL Server 2008

    We are trying to perform a database migration and we continue more "Location Source Plugin" has failed, we have the jTDS drivers from sourceforge, tried several versions including 1.0, 1.2, 1.2.2 1.2.4, 1.2.5 1.2.7 and 1.2.8... and I came across a problem of migration Sql Dev third party thread

    and I was wondering if the developer SQL 1.5.5 is compatible with Microsoft SQL Server 2008?

    These versions are old, older than SS2008 even.

    Fetch 4.0.3 version and a 3.1 jTDS driver.

    Details here

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

    I use 64-bit SQL Developer 4.0.3 with the JDK included on Windows 7. When you change the body to a package, SQL Developer stops responding and I have to end task. I tried to rename the APPDATA folder, so it will create a new and not import my settings (only copied connections.xml), but that did not help. Version 3.2 works fine, but all 4.x versions, that I tried to do the same thing.

    Help, please.

    Signed,

    Stuck in 3.2


    As a result, the thread dump:

    2015-04-22 08:04:12

    Dump full thread Java hotspot 64-bit Server VM (b03 - 24, 55-mixed-mode):

    "RaptorTask: comparing the subprogrammes FMLA_COMPARE_FLAV_PKG body" prio = 6 tid = 0x000000000ee56800 0x1b5c = nest 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)

    to java.util.concurrent.SynchronousQueue$ TransferStack.awaitFulfill (SynchronousQueue.java:458)

    to 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)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

    at java.lang.Thread.run(Thread.java:745)

    'Substantive Analyzer' prio = 6 tid = 0x000000000c03c800 nest = 0x12d0 pending on the condition [0x000000000cfef000]

    java.lang.Thread.State: TIMED_WAITING (sleep)

    to java.lang.Thread.sleep (Native Method)

    to oracle.dbtools.raptor.plsql.BackgroundParser$ 1.construct(BackgroundParser.java:142)

    to 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 nest = 0 x 1764 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)

    to 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)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

    at java.lang.Thread.run(Thread.java:745)

    "DBRequestProcessorFactory_Timer" daemon prio = 6 tid = 0x000000000f302800 nest = 0 x 1668 in Object.wait () [0x000000000bf9f000]

    java.lang.Thread.State: WAIT (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 (a java.util.TaskQueue) < 0x00000000d3f71d50 >

    at java.util.TimerThread.run(Timer.java:505)

    'Substantive Analyzer' prio = 6 tid = 0x000000000f301000 nest = 0x1a00 pending on the condition [0x000000000b33f000]

    java.lang.Thread.State: TIMED_WAITING (sleep)

    to java.lang.Thread.sleep (Native Method)

    to oracle.dbtools.raptor.plsql.BackgroundParser$ 1.construct(BackgroundParser.java:142)

    to 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 = 0 x 0000000010174000 nest = 0x1b58 pending on the 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)

    to 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)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

    at java.lang.Thread.run(Thread.java:745)

    "WeakDataReference election" prio = 2 tid = 0x000000000f302000 nest = 0 x 1714 in Object.wait () [0x000000000ea6f000]

    java.lang.Thread.State: WAIT (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)

    to 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 0x1aac = nest 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)

    to 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)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

    at java.lang.Thread.run(Thread.java:745)

    "status-0" prio = 2 tid = 0x000000000c03a800 0x5bc = nest 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)

    to java.util.concurrent.locks.AbstractQueuedSynchronizer$ ConditionObject.await (AbstractQueuedSynchronizer.java:2043)

    at java.util.concurrent.DelayQueue.take(DelayQueue.java:209)

    to oracle.ide.status.StatusExecutor$ StatusQueue.take (StatusExecutor.java:338)

    to 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)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

    at java.lang.Thread.run(Thread.java:745)

    'Substantive Analyzer' = 6 tid prio = 0 x 0000000010172800 nest = 0xa60 pending on the condition [0x000000000d0ef000]

    java.lang.Thread.State: TIMED_WAITING (sleep)

    to java.lang.Thread.sleep (Native Method)

    to oracle.dbtools.raptor.plsql.BackgroundParser$ 1.construct(BackgroundParser.java:142)

    to oracle.dbtools.raptor.utils.NamedSwingWorker$ 2.run(NamedSwingWorker.java:115)

    at java.lang.Thread.run(Thread.java:745)

    'TextBufferScavenger' = 6 tid prio = 0 x 0000000010171000 nest 0xfe8 = in Object.wait () [0x000000000ceef000]

    java.lang.Thread.State: WAIT (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)

    to oracle.ide.model.FacadeBufferReference$ PollingThread.run (FacadeBufferReference.java:145)

    "Swing-Shell" daemon prio = 6 tid = 0x000000001016f800 0x4e8 = nest 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)

    to 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)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

    to sun.awt.shell.Win32ShellFolderManager2$ ComInvoker$ 3.run(Win32ShellFolderManager2.java:503)

    at java.lang.Thread.run(Thread.java:745)

    "pool-3-wire-1" prio = 6 tid = 0 x 0000000010170000 nest = 0xe54 pending on the 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)

    to java.util.concurrent.locks.AbstractQueuedSynchronizer$ ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2082)

    to java.util.concurrent.ScheduledThreadPoolExecutor$ DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1090)

    to 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)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

    at java.lang.Thread.run(Thread.java:745)

    "IconOverlayTracker Timer: null-jdbcNodeInfoType"prio is 6 tid = 0x000000001016e000 nest in Object.wait ([0x000000001452f000]) 0xe98 = "".

    java.lang.Thread.State: WAIT (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 (a java.util.TaskQueue) < 0x00000000d1378268 >

    at java.util.TimerThread.run(Timer.java:505)

    "WaitCursor-Timer" prio = 6 tid = 0x000000001016d000 nest 0x1bb0 = in Object.wait () [0x000000001267f000]

    java.lang.Thread.State: WAIT (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 (a java.util.TaskQueue) < 0x00000000d1b86928 >

    at java.util.TimerThread.run(Timer.java:505)

    "Wire-10" daemon prio = 6 tid = 0x000000000f326800 nest 0x1a38 = in Object.wait () [0x000000001237f000]

    java.lang.Thread.State: WAIT (object monitor)

    at java.lang.Object.wait (Native Method)

    -waiting on < 0x00000000cf483210 > (a java.util.LinkedList)

    at java.lang.Object.wait(Object.java:503)

    to java.util.prefs.AbstractPreferences$ EventDispatchThread.run (AbstractPreferences.java:1476)

    -locked < 0x00000000cf483210 > (a java.util.LinkedList)

    "Planner" daemon prio = 6 tid = 0x000000000f325000 nest = 0 x 1898 in Object.wait () [0x000000001217f000]

    java.lang.Thread.State: WAIT (object monitor)

    at java.lang.Object.wait (Native Method)

    -waiting on < 0x00000000d1ba9718 > (an oracle.dbtools.raptor.backgroundTask.TaskLinkedList)

    at java.lang.Object.wait(Object.java:503)

    at oracle.dbtools.raptor.backgroundTask.TaskLinkedList.takeNextTask(TaskLinkedList.java:47)

    -locked (an oracle.dbtools.raptor.backgroundTask.TaskLinkedList) < 0x00000000d1ba9718 >

    to oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$ SchedulerThread.run (RaptorTaskManager.java:479)

    "Log Poller" prio = 2 tid = 0x000000000ee58800 nest = 0 x 1928 pending to the 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)

    to 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)

    to oracle.ideimpl.log.TabbedLogManager$ 4.run(TabbedLogManager.java:321)

    at java.lang.Thread.run(Thread.java:745)

    "[Was:TimedSoftReference/org.openide.util.TimedSoftReference] inactive RequestProcessor wire" daemon prio = 2 tid = 0x000000000ee58000 nest 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)

    to org.openide.util.RequestProcessor$ Processor.run (RequestProcessor.java:1989)

    -locked < 0x00000000cf513e48 > (a java.lang.Object)

    "JarIndex Timer" daemon prio = 6 tid = 0x000000000ee57000 nest 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 (a java.util.TaskQueue) < 0x00000000cf19b630 >

    at java.util.TimerThread.run(Timer.java:505)

    "TimedCache-Timer" daemon prio = 6 tid = 0x000000000c03f000 nest 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 (a java.util.TaskQueue) < 0x00000000cf0ed978 >

    at java.util.TimerThread.run(Timer.java:505)

    "Framework event dispatcher" daemon prio = 6 tid = 0x000000000c03d800 nest = 0 x 748 in Object.wait () [0x000000000ba5f000]

    java.lang.Thread.State: WAIT (object monitor)

    at java.lang.Object.wait (Native Method)

    -waiting on < 0x00000000ceded8b8 > (an org.eclipse.osgi.framework.eventmgr.EventManager$ EventThread)

    at java.lang.Object.wait(Object.java:503)

    to org.eclipse.osgi.framework.eventmgr.EventManager$ EventThread.getNextEvent (EventManager.java:400)

    -locked < 0x00000000ceded8b8 > (an org.eclipse.osgi.framework.eventmgr.EventManager$ EventThread)

    to org.eclipse.osgi.framework.eventmgr.EventManager$ EventThread.run (EventManager.java:336)

    "State Data Manager" daemon prio = 6 tid = 0x000000000c03c000 nest = 0xb8c pending on the condition [0x000000000b71f000]

    java.lang.Thread.State: TIMED_WAITING (sleep)

    to 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 nest = 0 x 1718 in Object.wait () [0x000000000b53f000]

    java.lang.Thread.State: TIMED_WAITING (on object monitor)

    at java.lang.Object.wait (Native Method)

    -waiting on < 0x00000000cfb6db10 > (an org.eclipse.osgi.framework.internal.core.Framework)

    at org.eclipse.osgi.framework.internal.core.Framework.run(Framework.java:1863)

    -locked (an org.eclipse.osgi.framework.internal.core.Framework) < 0x00000000cfb6db10 >

    at java.lang.Thread.run(Thread.java:745)

    "Active Reference File Daemon" daemon prio = 2 tid = 0x000000000c038000 nest 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)

    to 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 nest = 0 x 700 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)

    to 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 nest = executable 0x18ac [0x000000000b036000]

    java.lang.Thread.State: EXECUTABLE

    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)

    to 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 $200 (EventQueue.java:103) java.awt.EventQueue.access

    in java.awt.EventQueue$ 3.run(EventQueue.java:694)

    in java.awt.EventQueue$ 3.run(EventQueue.java:692)

    at java.security.AccessController.doPrivileged (Native Method)

    in 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 nest = 0 x 350 executable [0x000000000adaf000]

    java.lang.Thread.State: EXECUTABLE

    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-stop" prio = 6 tid = 0x000000000a6c9000 nest 0x1ac8 = in Object.wait () [0x000000000acaf000]

    java.lang.Thread.State: WAIT (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)

    "Crusher Java2D" daemon prio = 10 tid = 0x000000000a6c8000 nest 0xcd8 = in Object.wait () [0x000000000abaf000]

    java.lang.Thread.State: WAIT (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 = 0 x = executable 0x3b8 [0 x 0000000000000000] 0000000006413000 nest

    java.lang.Thread.State: EXECUTABLE

    "C2 CompilerThread1" daemon prio = 10 tid = 0 x 0000000006412800 nest = 0 x 1274 pending on the condition [0 x 0000000000000000]

    java.lang.Thread.State: EXECUTABLE

    "C2 CompilerThread0" daemon prio = 10 tid = 0x000000000640d800 nest = 0 x 344 pending to the condition [0 x 0000000000000000]

    java.lang.Thread.State: EXECUTABLE

    "Join the listener" daemon prio = 10 tid = 0x000000000640c800 nest = 0x1ab0 waiting at the condition [0 x 0000000000000000]

    java.lang.Thread.State: EXECUTABLE

    Signal dispatcher "" daemon prio = 10 tid = 0x0 0000000006404800 nest = x 1180 executable [0 x 0000000000000000]

    java.lang.Thread.State: EXECUTABLE

    "Finalizer" daemon prio = 8 tid = 0x00000000063ae000 nest 0xf08 = in Object.wait () [0x000000000770f000]

    java.lang.Thread.State: WAIT (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)

    to java.lang.ref.Finalizer$ FinalizerThread.run (Finalizer.java:189)

    "Reference Manager" daemon prio = 10 tid = 0x00000000063a3000 nest 0xcbc = in Object.wait () [0x000000000760f000]

    java.lang.Thread.State: WAIT (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)

    in java.lang.ref.Reference$ ReferenceHandler.run (Reference.java:133)

    -locked < 0x00000000ce57c148 > (a java.lang.ref.Reference$ Lock)

    "main" prio = 6 tid = 0x000000000228d800 = 0xe00 nest waiting in the condition [0 x 0000000000000000]

    java.lang.Thread.State: EXECUTABLE

    "VM Thread" prio = 10 tid = 0x000000000639d800 = 0x102c executable nest

    "The GC #0 task Thread (ParallelGC)" prio = 6 tid = 0x00000000022a1800 nest = 0 x 520 executable

    "The GC #1 task Thread (ParallelGC)" prio = 6 tid = 0x00000000022a3800 nest = 0 x 1228 executable

    "The GC #2 task Thread (ParallelGC)" prio = 6 tid = 0x00000000022a5000 nest 0x1a20 = executable

    "The GC #3 task Thread (ParallelGC)" prio = 6 tid = 0x00000000022a7000 nest 0x190c = executable

    'Periodic VM task Thread' prio = 10 tid = 0x000000000641c000 nest = 0 x 830 pending on the condition

    References global NYI: 3151

    If you cannot avoid using shortcut keys for cut/copy/paste in the PL/SQL Editor, then you must wait for a fix.  Here is a relevant discussion...

    Developer SQL 4.0.3 freezes often irreparably

    Try the production version 4.1 when it comes out.  Article 4.1 of the last is ai2 (Early adopter 2), but some corrections of editor-in-Chief of the JDeveloper team don't have become available until after this release.  We get close to having a RC1 (release candidate 1) and hope that the type of blocking you encounter will be finally fixed. Another recommendation is to disable see breadcrumbs in Tools > Preferences > code editor > display.  Who can help in some cases.

Maybe you are looking for