Completion Insight Problem (V 1.1.1.25)

It appears part of the Completion Insight problem was fixed. The current version will assist completion of the column name using a given schema.table. If you attempt to use it to complete the schema name it throws a nasty array index (-1) out of bounds exception. This all worked quite well a couple of versions back. Being a lousy typist, with an even lousier memory, I really need this feature.

It is broken in 3.0 indeed. In 3.1
select * from table(hr.<ctrl-space>
returns list of tables, not packages. However, if you supply prefix, say
select * from table(fun<ctrl-space>
it prompts standalone table functions. For packaged functions it works as well
select * from table(hr.package1.<ctrl-space>
This inconsistency looks like a bug.

Similar Messages

  • Completion Insight Problem for SQL Developer 3.0.04.34 ?

    Hello,
    I am observing that for a SQL Worksheet which has more than 270 lines of different SQL queries, the Completion Insight doesn't work.
    I am using Oracle SQL Developer 3.0.04.34 on a Windows 7 (32 bit machine).
    Is there anything else which needs to be checked?
    Edited by: 922015 on Mar 19, 2012 11:02 PM

    Can't reproduce. Need a test case.
    select * from emp; -- repeated 500 times
    then
    select * from e<ctrl-space> -- line #501
    works.

  • "completion insight" and "change case as you type" won't work for sql file

    Hi there,
    Just updated to 3.1 on my Mac Lion. It's very likely a bug since it used the work with 3.0.
    I have a "temp.sql" file where I store several queries. I start SQL Developer, open "temp.sql", connect to a DB but "completion insight" and "change case as you type" won't work anymore.
    If I click in "Unshared SQL Worksheet", the new worksheet tab will work fine with completion and change case, but I want to use my temp.sql and save things there when closing the application.
    To reproduce yourself the issue:
    Open SQL Dev, connect to a DB (it will open a worksheet), do some queries and check that change case and completion are working, quit SQL Dev, but save the worksheet in a sql file before. Re-open SQL Dev and open the sql file. Connect to the same DB and try to change the queries or create another. Completion and change case won't work anymore.
    About
    Oracle SQL Developer 3.1.07
    Version 3.1.07
    Build MAIN-07.42
    Copyright © 2005, 2011 Oracle. All Rights Reserved.
    IDE Version: 11.1.1.4.37.59.48
    Product ID: oracle.sqldeveloper
    Product Version: 11.2.0.07.42
    Version
    Component     Version
    =========     =======
    Java(TM) Platform     1.6.0_31
    Oracle IDE     3.1.07.42
    Versioning Support     3.1.07.42

    Well, it's partially working, if your sql file is big (like mine), say with more than 1000 lines, then, maybe because of memory usage, the automatic completion won't work as expected, though, sometimes, after a while, crtl-space would stil work.
    So, the problem may have been addressed, but I believe this feature can be definitely improved.

  • Completion Insight not working

    A customer is using the same version of SQL Developer on the same workstation platform as myself.  My Completion Insight works, his does not.
    SQL Developer version 3.1.07 on Windows 7 Professional.
    Completion Insight is enabled under Tools->Preferences->Completion Insight.  Regardless of this setting the ctl + <space> shortcut works instantly for me, but under no circumstances for the customer.
    I made a test account on the DB that mirrors customer's privileges - my Completion Insight using the test account still works, so the problem must be with local to his install.
    I verified his SQL Developer files came from the same zip file I used for my own installation.
    Any ideas what is preventing his Completion from working?

    You might consider upgrading your customer to the latest release, v3.2.20.09
    In the meantime, I've noticed completion insight NOT working when there's a syntax/parsing issue. For example, what's in the worksheet code wise when they try it?
    With an empty worksheet, if they type select * from <ctrl><space>, does nothing come back?

  • Completion Insight changes since v1.5.5

    The completion insight is dramatically less useful in versions since 1.5.5. In that version the pop up completions were very fast, and the focus was always on the "best match" for the table in question. Also, common keywords such as FROM, WHERE, etc. popped up quickly. There current version is so slow that it isn't really useful, and it seems to stop working (3.2.20.09. but also 3.1.07) often.
    When pounding out a lot of code, the completion insight for 1.5.5 is really a productivity tool. Is there any chance that a future version will get back to that level of excellence?

    Previously, when I turned on my computer, a Safari browser window would automatically open on my screen. I didn't have to touch anything and I liked this. Now, however, the Safari application "starts" (as evidenced by the little blue dot under the dock icon) but no window opens...
    Others have reported this. It seems to be a bug. The workaround is to remove Safari from your login items and replace it with a webloc file pointing to the site you want opened at login. To create the file, load the site and drag the URL from the address bar to the Desktop. Rename the file if you wish, then put it anywhere in your home folder. Add it to your login items.
    I seem to have lost some auto-fill or predictive text functionality.
    Also reported, also apparently a bug, or perhaps an intentional change. I don't know of a workaround.
    ...in Safari's preferences I have checked the box which reads "Open 'safe' files after downloading."  Previously, whenever I would download a document from my email, it would open automatically. I liked this. Now, however, the files download and are saved in my downloads folder but do not open.
    I've never used this feature myself, because I think it's dangerous, so I don't know how it's changed. In the past it has caused security problems. It has always been true that Safari would only open downloaded files that were considered "safe," according to their type. Some file types that were formerly considered safe may no longer be -- at least, I hope that's the case.

  • 3.1EA2 issue - Completion insight popup too narrow

    Since updating to 3.1EA2, the popup containing choices for completion seems to be set to a fixed width, and is only wide enough to show 10-11 characters.

    Possibly what is needed here are more eyes and more test cases. Apparently many have found enough cases to feel this is an obvious problem.
    Take the following case on WinXP, 3.1.06.44:
    1) Launch SQL Developer.  A fresh start may not be necessary, but ensures everything is initialized.
    2) Connect to SCOTT schema.
    3) In worksheet, quickly enter "select * from emp;" so no completion insight pop-up appears.
    4) Change "*" to "e".
    5) Pop-up appears with EMPNO, ENAME at top, with room for 11 characters, but some items are longer.
    6) Highlight EMPNO and ENAME, then <Enter>.
    7) This yields "select EMPNO M, ENAME N from emp;"
    8) Insert a comma after "ENAME N"
    9) Pop-up appears with all EMP table columns, but only showing the first 2.5 letters. Don't select anything.
    10) Continue inserting after the comma.  Add a blank space followed by a lowercase j.
    11) Pop-up appears with items starting in J, including JOB, but only showing the first 2 letters.Hopefully this behavior is not unique to my environment and others can replicate it.
    Thanks,
    Gary
    SQL Developer Team
    Edited by: gggraham on Nov 18, 2011 3:19 PM
    Sizing of SQL Developer window or the worksheet pane does not affect the pop-up list width. Code editor font is DialogInput. LAF is Windows.

  • Code completion(insight) not working in SQL Developer Version 2.1.1.64

    I recently downloaded SQL developer Version 2.1.1.64. However the code completion feature is not working automatically. I have checked the Automatically complete code in SQL worsheet checkbox under Tools->Preferences-> Code Editor-> Completion Insight.
    Strangely, I get the code completion pop up window when I explicitly press the completion insight shortcut(Ctrl + Space).
    Please help.
    Thanks and Regards.

    Hi, I am getting the following logs :
    Code completion time = 1015
    *...?aux tok2?, parse time = 63
    InsightableOracleDatabase.fetch() time = 360
    Code completion time = 844
    Finished parsing = 0
    *...?aux tok2?, parse time = 62
    InsightableOracleDatabase.fetch() time = 344
    Code completion time = 812
    Finished parsing = 0
    *...?aux tok2?, parse time = 63
    InsightableOracleDatabase.fetch() time = 359
    Code completion time = 891
    Finished parsing = 0
    Thanks

  • Can't get completion insight to work

    Hi all,
    I just can't get completion insight to work on the newer releases of sqldeveloper. It works fine until Version 1.5.5 Build MAIN-5969. However on both Version 2.1.0.62 Build MAIN-62.61 and Version 2.1.0.63 Build MAIN-63.73 it justn't work no matter what settings I use.
    I have run both the builds from \sqldeveloper\bin\sqldeveloper.exe and no exceptions are reported.
    This is the console output from 2.1.0.63
    Finished parsing = 16
    UsersCache.fillIn() time = 2015 ret==null?: false
    Finished parsing = 0
    Finished parsing = 0
    Finished parsing = 0
    Finished parsing = 0
    *...?aux t2?, parse time = 172
    Finished parsing = 0
    Finished parsing = 0
    InsightableOracleDatabase.fetch() time = 2609
    select 'TABLE' type, user owner, name object_name, null column_name, null column
    id, null datatype FROM sys.obj$ o
    where o.owner# = 173
    and o.name not like 'BIN%'
    and o.type# = 2
    and rownum <=50
    union all
    select 'VIEW' type, user owner, name object_name, null column_name, null column_
    id, null data_type FROM sys.obj$ o
    where o.owner# = 173
    and o.name not like 'BIN%'
    and o.type# = 4
    and rownum <=50
    Code completion time = 3516
    Finished parsing = 0
    *...?aux tok2?, parse time = 31
    Finished parsing = 0
    Finished parsing = 0
    Finished parsing = 0
    Finished parsing = 0
    Finished parsing = 0
    Finished parsing = 0
    InsightableOracleDatabase.fetch() time = 38828
    select 'TABLE' type, ''||o.owner# owner, name object_name, null column_name, nul
    l column_id, null data_type FROM sys.obj$ o
    where o.name not like 'BIN%'
    and o.type# = 2
    and rownum <=50
    and name like ?
    union all
    select 'VIEW' type, ''||o.owner# owner, name object_name, null column_name, null
    column_id, null data_type FROM sys.obj$ o
    where o.name not like 'BIN%'
    and o.type# = 4
    and rownum <=50
    and name like ?
    union all
    select 'TABLE' type, user owner, synonym_name object_name, null column_name, nul
    l column_id, null data_type
    from all_synonyms
    where synonym_name like ?
    and rownum <=50
    and owner in (user,'PUBLIC')
    AP_I%
    AP_I%
    AP_I%
    Code completion time = 38984
    Any help to get this working would be much appreciated.
    Thanks

    This console output says that the completion insight queries are executing - the first example took ~ 3.5 seconds and the second example took ~ 39 seconds. Unfortunately, it doesn't tell you how many records it returned.
    If you copy the queries out of the console output and run them manually, do you get any results? For example, the second query would be:
    select 'TABLE' type, ''||o.owner# owner, name object_name, null column_name, null column_id, null data_type
    FROM sys.obj$ o
    where o.name not like 'BIN%'
    and o.type# = 2
    and rownum <=50
    and name like 'AP_I%'
    union all
    select 'VIEW' type, ''||o.owner# owner, name object_name, null column_name, null column_id, null data_type
    FROM sys.obj$ o
    where o.name not like 'BIN%'
    and o.type# = 4
    and rownum <=50
    and name like 'AP_I%'
    union all
    select 'TABLE' type, user owner, synonym_name object_name, null column_name, null column_id, null data_type
    from all_synonyms
    where synonym_name like 'AP_I%'
    and rownum <=50
    and owner in (user,'PUBLIC')theFurryOne

  • Completion Insight not working correctly when using Enterprise User Security (EUS) logon

    This is a pre existing issue we've experienced with SQL Developer, though I've only just worked out what is causing the issue it is present in previous versions of the tool, up to the current 4.0.EA2.
    We experience issues with the Completion Insight functionality of SQL Developer.
    When we log into a database using Enterprise User Security i,e authenticating against OID, the schema of the database account is prefixed to any reference to public synonyms, ie all user_%, all_%, dba_% and v$% views.
    When I change the authentication of the database account back to normal database authentication the schema prefix correctly isn't shown. It simply suggests the synonym name of the views.
    An example of this is as follows when attempting to query the DBA_TABLES view:
    The database account is ORADBA and has DBA privs.
    The EUS user that is mapped to the ORADBA schema is dbutler.
    The ORADBA user is configured to authenticate externally (against OID).
    I login with my dbutler directory credentials:
    If I start typing:
    select * from dba_tabl
    The object name is suggested as ORADBA.dba_tables
    If I change the authentication of the ORADBA account back to database authentication, the prefix is no longer present.
    i.e If I start typing:
    select * from dba_tabl
    The object name is suggested as dba_tables

    If you're not using DB 10.2 this is the "expected" behavior for the DB. See also metalink note 351170.1 "Enterprise Users Can Connect to a Database when the OID Account is Disabled"
    regards,
    --Olaf                                                                                                                                                                                                                                                                                                                                                                                                                   

  • BUG: EA 2.1 code editor: completion insight doesn't work in opened files

    I just migrated from SQLDEV 1.5.5 to EA 2.1. It's nice that I colud find so many of my suggestions implemented in this new version. THANKX :-)
    code editor:
    When I'm working in SQL Worksheet the "completion insight" feature is working well, but when I try to use it in an opened file, it doesn't work.
    Is there a special preference to turn on for use with files?
    Edited by: @chris on 12.11.2009 10:57

    Correct it did work in 1.5. on .sql files, when connected, so I have updated the ER to bug. We also need to expand this to support PL/SQL files.
    Sue

  • Jdeveloper11gR2 Cannot get code Completion Insight in *.jsp files

    I am not getting code completion insight when pressing Ctrl + Space in *.jsp files. But it works in *.java files. My version of Jdeveloper is Jdeveloper 11g Release 2 version 11.1.2.2.0 .
    Edited by: Smitha Bhatt on Jun 7, 2012 5:40 PM

    I filed bug 14169588 for this.

  • 3.1EA1: Completion insight

    Hello,
    Im using SQL Developer on Windows 7 32-bit, Java 1.6.0_27, Oracle 10gR2
    Completion insight is not working when writing a query in an *.sql file. Eventough the database connection is opened and selected in the sql-worksheet.
    Kind regards,
    D.

    Hi Vadim,
    Thanks for picking up this thread. A quick update on my research for this matter...
    1) In 3.0.04.34, I have no trouble getting Code Insight to work on an opened SQL file once a connection is selected from the drop-down list.
    2) In 3.1.06.44, it does not work after selecting the first connection, but will after switching to another connection, e.g.,
    Test case:
    a. Open a SQL file containing "select deptno from emp"
    b. Select a "local_scott" connection from the drop-down list.
    c. Change text to "select deptno, e from emp" and ctrl-space with cursor immediately after the ", e". No result.
    d. Select another connection, say "remote_scott", from the drop-down list.
    e. Repeat (c), highlighting "empno" and "ename" in the list.  Enter to add to the SQL text.    3) In 3.1.06.44, running from the command line, I got the following exception while adding ", j" followed by ctrl-space:
    Registered TimesTen
    Parser.forest(): AssertionErrorunwind labeled_nonblock_stmt: unlabeled_nonblock_stmt!; @[0,11)
    Exception in thread "InsightThread" java.lang.NullPointerException
            at oracle.dbtools.raptor.insight.CompletionInsight.complete(CompletionInsight.java:740)
            at oracle.dbtools.raptor.insight.CompletionInsight$InsightThread.run(CompletionInsight.java:507)
    but it seemed to work fine anyway.
    It's great that a workaround exists. I leave any bug raising up to you.
    -Gary

  • [1.1.1.25.14] Completion insights don't pop up in SQL Worksheet

    On my system, with win xp pro and jdk 1.5.0_09, completion insights don't work in SQL Worksheet.
    I've forced debug mode in sqldeveloper.conf en started up SQL Developer 1.1.1.25.14 via the command prompt, which means stack traces are now dumped to system out.
    This is what happens when I type ctrl-space in SQL Worksheet:
    13-Feb-2007 15:21:15 oracle.dbtools.raptor.insight.CompletionInsight getDefaultInsightContext
    INFO: context = fr
    13-Feb-2007 15:21:15 oracle.dbtools.raptor.insight.CompletionInsight getInsightData
    INFO: getInsightData: fr
    13-Feb-2007 15:21:15 oracle.dbtools.db.DBUtil executeOracleQuery
    INFO: Prepared:select object_type,owner,object_name,rank from ( select object_type,owner,object_name,0 rank from all_objects where object_name = :NAME
    and UPPER(owner) = nvl(:OWNER,UPPER(sys_context('USERENV', 'CURRENT_SCHEMA'))) and object_type not in ( 'SYNONYM' ) union all select ao.object_typ
    ,ao.owner,ao.object_name,decode(UPPER(syn.owner), nvl(:OWNER,UPPER(sys_context('USERENV', 'CURRENT_SCHEMA'))),10,20) from all_objects ao,all_synonyms syn
    where ao.owner = syn.table_owner and ao.object_name = syn.table_name and syn.synonym_name = :NAME ) where object_type not in ('PACKAGE BODY') order
    by rank
    13-Feb-2007 15:21:15 oracle.dbtools.db.DBUtil bind
    INFO: Bind:NAME:FR
    13-Feb-2007 15:21:15 oracle.dbtools.db.DBUtil bind
    INFO: Bind:OWNER:null
    13-Feb-2007 15:21:15 oracle.dbtools.db.DBUtil executeOracleQuery
    INFO: Prepared:select 'SCHEMA' object_type , :OWNER owner , :OWNER object_name from all_users where username = :OWNER
    13-Feb-2007 15:21:15 oracle.dbtools.db.DBUtil bind
    INFO: Bind:OWNER:FR
    13-Feb-2007 15:21:15 oracle.dbtools.raptor.insight.CompletionInsight getInsightData
    INFO: Found base Object
    13-Feb-2007 15:21:15 oracle.dbtools.raptor.insight.CompletionInsight findAliasedName
    INFO: Checking:select * fr
    Exception invoking action: completion-insight
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    at java.lang.String.substring(String.java:1768)
    at oracle.dbtools.raptor.insight.CompletionInsight.getInsightData(CompletionInsight.java:247)
    at oracle.javatools.editor.insight.AbstractInsight.showInsight(AbstractInsight.java:777)
    at oracle.javatools.editor.insight.AbstractInsight.invokeCompletionTypeAction(AbstractInsight.java:395)
    at oracle.javatools.editor.insight.AbstractInsight.invokeAction(AbstractInsight.java:368)
    at oracle.javatools.editor.BasicEditorPane.invokeAction(BasicEditorPane.java:1983)
    at oracle.ide.ceditor.keymap.IdeKeymapHelper.invokeAction(IdeKeymapHelper.java:185)
    at oracle.javatools.editor.keys.MultiKeyHandler.keyPressed(MultiKeyHandler.java:334)
    at java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:191)
    at java.awt.Component.processKeyEvent(Component.java:5446)
    at javax.swing.JComponent.processKeyEvent(JComponent.java:2713)
    at java.awt.Component.processEvent(Component.java:5265)
    at java.awt.Container.processEvent(Container.java:1966)
    at java.awt.Component.dispatchEventImpl(Component.java:3955)
    at java.awt.Container.dispatchEventImpl(Container.java:2024)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1810)
    at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:672)
    at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:920)
    at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:798)
    at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:636)
    at java.awt.Component.dispatchEventImpl(Component.java:3841)
    at java.awt.Container.dispatchEventImpl(Container.java:2024)
    at java.awt.Window.dispatchEventImpl(Window.java:1778)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Hope this helps...

    On my system, with win xp pro and jdk 1.5.0_09,
    completion insights don't work in SQL Worksheet.
    I've forced debug mode in sqldeveloper.conf en
    started up SQL Developer 1.1.1.25.14 via the command
    prompt, which means stack traces are now dumped to
    system out.
    This is what happens when I type ctrl-space in SQL
    Worksheet:
    13-Feb-2007 15:21:15
    oracle.dbtools.raptor.insight.CompletionInsight
    getDefaultInsightContext
    INFO: context = fr
    13-Feb-2007 15:21:15
    oracle.dbtools.raptor.insight.CompletionInsight
    getInsightData
    INFO: getInsightData: fr
    13-Feb-2007 15:21:15 oracle.dbtools.db.DBUtil
    executeOracleQuery
    INFO: Prepared:select
    object_type,owner,object_name,rank from ( select
    object_type,owner,object_name,0 rank from all_objects
    where object_name = :NAME
    and UPPER(owner) =
    nvl(:OWNER,UPPER(sys_context('USERENV',
    'CURRENT_SCHEMA'))) and object_type not in (
    'SYNONYM' ) union all select ao.object_typ
    ,ao.owner,ao.object_name,decode(UPPER(syn.owner),
    nvl(:OWNER,UPPER(sys_context('USERENV',
    'CURRENT_SCHEMA'))),10,20) from all_objects
    ao,all_synonyms syn
    where ao.owner = syn.table_owner and ao.object_name =
    syn.table_name and syn.synonym_name = :NAME ) where
    object_type not in ('PACKAGE BODY') order
    by rank
    13-Feb-2007 15:21:15 oracle.dbtools.db.DBUtil bind
    INFO: Bind:NAME:FR
    13-Feb-2007 15:21:15 oracle.dbtools.db.DBUtil bind
    INFO: Bind:OWNER:null
    13-Feb-2007 15:21:15 oracle.dbtools.db.DBUtil
    executeOracleQuery
    INFO: Prepared:select 'SCHEMA' object_type , :OWNER
    owner , :OWNER object_name from all_users where
    username = :OWNER
    13-Feb-2007 15:21:15 oracle.dbtools.db.DBUtil bind
    INFO: Bind:OWNER:FR
    13-Feb-2007 15:21:15
    oracle.dbtools.raptor.insight.CompletionInsight
    getInsightData
    INFO: Found base Object
    13-Feb-2007 15:21:15
    oracle.dbtools.raptor.insight.CompletionInsight
    findAliasedName
    INFO: Checking:select * fr
    Exception invoking action: completion-insight
    java.lang.StringIndexOutOfBoundsException: String
    index out of range: -1
    at java.lang.String.substring(String.java:1768)
    at
    oracle.dbtools.raptor.insight.CompletionInsight.getIns
    ightData(CompletionInsight.java:247)
    at
    oracle.javatools.editor.insight.AbstractInsight.showIn
    sight(AbstractInsight.java:777)
    at
    oracle.javatools.editor.insight.AbstractInsight.invoke
    CompletionTypeAction(AbstractInsight.java:395)
    at
    oracle.javatools.editor.insight.AbstractInsight.invoke
    Action(AbstractInsight.java:368)
    at
    oracle.javatools.editor.BasicEditorPane.invokeAction(B
    asicEditorPane.java:1983)
    at
    oracle.ide.ceditor.keymap.IdeKeymapHelper.invokeAction
    (IdeKeymapHelper.java:185)
    at
    oracle.javatools.editor.keys.MultiKeyHandler.keyPresse
    d(MultiKeyHandler.java:334)
    at
    java.awt.AWTEventMulticaster.keyPressed(AWTEventMultic
    aster.java:191)
    at
    java.awt.Component.processKeyEvent(Component.java:5446
    at
    javax.swing.JComponent.processKeyEvent(JComponent.java
    :2713)
    at
    java.awt.Component.processEvent(Component.java:5265)
    at
    java.awt.Container.processEvent(Container.java:1966)
    at
    java.awt.Component.dispatchEventImpl(Component.java:39
    55)
    at
    java.awt.Container.dispatchEventImpl(Container.java:20
    24)
    at
    java.awt.Component.dispatchEvent(Component.java:3803)
    at
    java.awt.KeyboardFocusManager.redispatchEvent(Keyboard
    FocusManager.java:1810)
    at
    java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(
    DefaultKeyboardFocusManager.java:672)
    at
    java.awt.DefaultKeyboardFocusManager.preDispatchKeyEve
    nt(DefaultKeyboardFocusManager.java:920)
    at
    java.awt.DefaultKeyboardFocusManager.typeAheadAssertio
    ns(DefaultKeyboardFocusManager.java:798)
    at
    java.awt.DefaultKeyboardFocusManager.dispatchEvent(Def
    aultKeyboardFocusManager.java:636)
    at
    java.awt.Component.dispatchEventImpl(Component.java:38
    41)
    at
    java.awt.Container.dispatchEventImpl(Container.java:20
    24)
    at
    java.awt.Window.dispatchEventImpl(Window.java:1778)
    at
    java.awt.Component.dispatchEvent(Component.java:3803)
    at
    java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    at
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(
    EventDispatchThread.java:242)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(Ev
    entDispatchThread.java:163)
    at
    java.awt.EventDispatchThread.pumpEvents(EventDispatchT
    hread.java:157)
    at
    java.awt.EventDispatchThread.pumpEvents(EventDispatchT
    hread.java:149)
    at
    java.awt.EventDispatchThread.run(EventDispatchThread.j
    ava:110)
    Hope this helps...The Oracle instance I'm connecting to:
    Oracle9i Enterprise Edition Release 9.2.0.7.0 - 64bit Production
    PL/SQL Release 9.2.0.7.0 - Production
    CORE 9.2.0.7.0 Production
    TNS for Solaris: Version 9.2.0.7.0 - Production
    NLSRTL Version 9.2.0.7.0 - Production

  • Code Templates/Completion Insight SQL Developer 3.2.2

    Hello, today I got the version 3.2.2. During the first start all setting from my previous version were imported and all work perfect, except the completion insight.
    If I write
    ssf +[CTRL + Space]
    the result in the previous version is
    select * from
    In the new version, for the same input is:
    ssfselect * from
    For other code template it is the same, the id for the code template will not be delete while setting the code template.
    Is this a bug or is there somethin wrong with my enviroment?

    It's a bug that's been fixed for version 4.0.

  • Disable group by completion insight in SQL Worksheet

    Does anyone know how to disable the group by completion insight in a SQL worksheet? I like all of the code completions other than this one; it has messed up may queries.
    I have searched the preferences and cannot find it. I thought I remembered enabling it at one point, but now I'm stuck.
    Thanks

    Does anyone know how to disable the group by completion insight in a SQL worksheet? I like all of the code completions other than this one; it has messed up may queries.
    I have searched the preferences and cannot find it. I thought I remembered enabling it at one point, but now I'm stuck.
    Thanks

Maybe you are looking for

  • Creation of Automatic PO

    Dear All, please let me know the detailed process for CREATION OF AUTOMATIC PO ?? Regards, SAI

  • How to type ""grave accent" in E71?

    grave accent is `

  • Getting rid of white space when importing Flash

    When I import a Flash file onto Dreamweaver, I am getting the white space (canvas) that I don't want. I previously used Flash and Dreamweaver 8, and I added this to the html to get round it (highlighted by *'s): <div id="quick"> <object classid="clsi

  • Julian Date Conversion

    I've been trying to figure this out for a few days now. For work, I'm trying to show that I am willing to keep track of our cigarette inventory and each carton's expiration date. So, I've figured out how to read carton codes for products from Philip

  • Crystal implementation without BOBJ

    Hi, What are the possibilities of implementing Crystal Reports without going for a full blown BOBJ project? What are pre-requisites for clients who have 1. ) just ECC - 2) ECC and BI Do thet need the BOE installation for utilizing basic Crystal capab