Group By Completion Insight Bug

1. Open a connection and type the following:
select d.dummy, count(d.dummy) from dual d group by d.dummy;
2. Now modify the select list as follows:
select d.dummy, count(d.dummy), count(d.dummy) sum from dual d group by d.dummy;
3. Completion insight changes the code to:
select d.dummy, count(d.dummy), count(d.dummy) from dual d group by d.dummy, count;
ORA-00904: "COUNT": invalid identifier
Version 2.1.1.64
Java(TM) Platform     1.6.0_15
Oracle IDE     2.1.1.64.45
Versioning Support     2.1.1.64.45
Mac OSX Leopard

Hi Vadim,
I agree with you about the order of the SQL clauses. They must have been pretty keen on it 'making sense' in English. Meh! ;)
Autocomplete is cool, but as someone who can touch type (albeit at only ~70 wpm!), I usually find waiting for it to kick in a bit tiresome given that I can finish "select * from" in not much more than a second. I don't turn it off because it hardly ever gets a chance to fire.
I do use autocomplete in some other tools; in VB, it gives you a canonical map of the object model you are working with (often there seem to be things missing in SQL Developer). In TextMate, on the other hand, it isn't so 'smart', but its wicked fast, which it does by simply relying on text in the current file. Both work well. I do understand there is a different set of challenges in a DBMS client, though.
Incidentally, when I just tried selecting two tables simultaneously, the tool generated invalid SQL:
select * from V_TN_SPAN_GRPS _, V_TNS_WITH_DEFAULT_CONTRACTS S
(i.e. it supplied an underscore as the alias for the first view.)
Also, Ctrl+Space doesn't work for me (I'm on a Mac). Actually, there appear to be several default keymappings that don't work on a Mac. Here is my version info...
About
Oracle SQL Developer 3.0.02
Version 3.0.02
Build MAIN-02.83
Copyright © 2005,2010 Oracle. All Rights Reserved.
IDE Version: 11.1.1.4.37.58.80
Product ID: oracle.sqldeveloper
Product Version: 11.1.2.02.83
Version
Component     Version
=========     =======
Java(TM) Platform     1.6.0_20
Oracle IDE     3.0.02.83
Versioning Support     3.0.02.83
Properties
Name     Value
====     =====
apple.awt.graphics.UseOpenGL     false
apple.awt.graphics.UseQuartz     false
apple.laf.useScreenMenuBar     true
awt.nativeDoubleBuffering     true
awt.toolkit     apple.awt.CToolkit
class.load.environment     oracle.ide.boot.IdeClassLoadEnvironment
class.load.log.level     CONFIG
class.transfer     delegate
com.apple.macos.smallTabs     true
com.apple.mrj.application.apple.menu.about.name     SQL_Developer
com.apple.mrj.application.growbox.intrudes     false
file.encoding     MacRoman
file.encoding.pkg     sun.io
file.separator     /
gopherProxySet     false
http.agent     Mozilla/5.0 (Java 1.6.0_20; Mac OS X 10.5.8 x86_64; en_US) ICEbrowser/v6_1_3
ice.browser.forcegc     false
ice.pilots.html4.ignoreNonGenericFonts     true
ice.pilots.html4.tileOptThreshold     0
ide.AssertTracingDisabled     true
ide.bootstrap.start     1292186226787790000
ide.build     MAIN-02.83
ide.conf     /Users/henrycollingridge/software/oracle_sql_developer/3.0 EA2/SQLDeveloper.app/Contents/Resources/sqldeveloper/sqldeveloper/bin/sqldeveloper.conf
ide.config_pathname     /Users/henrycollingridge/software/oracle_sql_developer/3.0 EA2/SQLDeveloper.app/Contents/Resources/sqldeveloper/sqldeveloper/bin/sqldeveloper.conf
ide.debugbuild     false
ide.devbuild     false
ide.extension.search.path     sqldeveloper/extensions:jdev/extensions:ide/extensions
ide.firstrun     true
ide.java.minversion     1.6.0_04
ide.main.class     oracle.ide.boot.IdeLauncher
ide.patches.dir     ide/lib/patches
ide.pref.dir     /Users/henrycollingridge/.sqldeveloper
ide.product     oracle.sqldeveloper
ide.splash.screen     splash.gif
ide.startingcwd     "/Users/henrycollingridge/software/oracle_sql_developer/3.0 EA2/SQLDeveloper.app/Contents/Resources/sqldeveloper/sqldeveloper/bin"
ide.user.dir     /Users/henrycollingridge/.sqldeveloper
ide.user.dir.var     IDE_USER_DIR
ide.vcs.noapplications     true
ide.work.dir     /Users/henrycollingridge/sqldeveloper
java.awt.graphicsenv     apple.awt.CGraphicsEnvironment
java.awt.printerjob     apple.awt.CPrinterJob
java.class.path     ../../ide/lib/ide-boot.jar
java.class.version     50.0
java.endorsed.dirs     /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/endorsed
java.ext.dirs     /Library/Java/Extensions:/System/Library/Java/Extensions:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/ext
java.home     /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
java.io.tmpdir     /var/folders/Z7/Z7MY8LDOGtWDoXjXAewXxk++0Wk/-Tmp-/
java.library.path     .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
java.naming.factory.initial     oracle.javatools.jndi.LocalInitialContextFactory
java.protocol.handler.pkgs     oracle.jdevimpl.handler
java.runtime.name     Java(TM) SE Runtime Environment
java.runtime.version     1.6.0_20-b02-279-9M3165
java.specification.name     Java Platform API Specification
java.specification.vendor     Sun Microsystems Inc.
java.specification.version     1.6
java.util.logging.config.file     logging.conf
java.vendor     Apple Inc.
java.vendor.url     http://www.apple.com/
java.vendor.url.bug     http://bugreport.apple.com/
java.version     1.6.0_20
java.vm.info     mixed mode
java.vm.name     Java HotSpot(TM) 64-Bit Server VM
java.vm.specification.name     Java Virtual Machine Specification
java.vm.specification.vendor     Sun Microsystems Inc.
java.vm.specification.version     1.0
java.vm.vendor     Apple Inc.
java.vm.version     16.3-b01-279
jdbc.library     /Users/henrycollingridge/software/oracle_sql_developer/3.0 EA2/SQLDeveloper.app/Contents/Resources/sqldeveloper/jdbc/lib/ojdbc5.jar
line.separator     \n
log.file.name     ../\log\datamodeler.log
mrj.build     9M3165
mrj.version     1050.1.6.0_20-279
oracle.home     /Users/henrycollingridge/software/oracle_sql_developer/3.0 EA2/SQLDeveloper.app/Contents/Resources/sqldeveloper
oracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG     true
oracle.jdbc.mapDateToTimestamp     false
oracle.translated.locales     de,es,fr,it,ja,ko,pt_BR,zh_CN,zh_TW
oracle.xdkjava.compatibility.version     9.0.4
orai18n.library     /Users/henrycollingridge/software/oracle_sql_developer/3.0 EA2/SQLDeveloper.app/Contents/Resources/sqldeveloper/jlib/orai18n.jar
os.arch     x86_64
os.name     Mac OS X
os.version     10.5.8
path.separator     :
reserved_filenames     con,aux,prn,lpt1,lpt2,lpt3,lpt4,lpt5,lpt6,lpt7,lpt8,lpt9,com1,com2,com3,com4,com5,com6,com7,com8,com9,conin$,conout,conout$
sqldev.debug     false
sun.arch.data.model     64
sun.awt.exception.handler     apple.awt.CToolkit$EventQueueExceptionHandler
sun.boot.class.path     ../../rdbms/jlib/ojdi.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jsfd.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/classes.jar:/System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/Resources/Java/JavaRuntimeSupport.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/ui.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/laf.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/sunrsasign.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jsse.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jce.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/charsets.jar
sun.boot.library.path     /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries
sun.cpu.endian     little
sun.cpu.isalist     
sun.io.unicode.encoding     UnicodeLittle
sun.java.launcher     SUN_STANDARD
sun.java2d.ddoffscreen     false
sun.jnu.encoding     MacRoman
sun.management.compiler     HotSpot 64-Bit Server Compiler
sun.os.patch.level     unknown
svnkit.sax.useDefault     true
user.country     US
user.dir     /Users/henrycollingridge/software/oracle_sql_developer/3.0 EA2/SQLDeveloper.app/Contents/Resources/sqldeveloper/sqldeveloper/bin
user.home     /Users/henrycollingridge
user.language     en
user.name     henrycollingridge
user.timezone     Pacific/Auckland
windows.shell.font.languages     
Extensions
Name     Identifier     Version     Status
====     ==========     =======     ======
Check For Updates     oracle.ide.webupdate     11.1.1.4.37.58.80     Loaded
Code Editor     oracle.ide.ceditor     11.1.1.4.37.58.80     Loaded
Component Palette     oracle.ide.palette1     11.1.1.4.37.58.80     Loaded
Database Connection Support     oracle.jdeveloper.db.connection     11.1.1.4.37.58.80     Loaded
Database Object Explorers     oracle.ide.db.explorer     11.1.1.4.37.58.80     Loaded
Database UI     oracle.ide.db     11.1.1.4.37.58.80     Loaded
Diff/Merge     oracle.ide.diffmerge     11.1.1.4.37.58.80     Loaded
Extended IDE Platform     oracle.javacore     11.1.1.4.37.58.80     Loaded
External Tools     oracle.ide.externaltools     11.1.1.4.37.58.80     Loaded
File Support     oracle.ide.files     11.1.1.4.37.58.80     Loaded
Help System     oracle.ide.help     11.1.1.4.37.58.80     Loaded
History Support     oracle.jdeveloper.history     11.1.1.4.37.58.80     Loaded
Import/Export Support     oracle.ide.importexport     11.1.1.4.37.58.80     Loaded
Index Migrator support     oracle.ideimpl.indexing-migrator     11.1.1.4.37.58.80     Loaded
JDeveloper Runner     oracle.jdeveloper.runner     11.1.1.4.37.58.80     Loaded
Log Window     oracle.ide.log     11.1.1.4.37.58.80     Loaded
Mac OS X Adapter     oracle.ideimpl.apple     11.1.1.4.37.58.80     Loaded
Navigator     oracle.ide.navigator     11.1.1.4.37.58.80     Loaded
Object Gallery     oracle.ide.gallery     11.1.1.4.37.58.80     Loaded
Oracle IDE     oracle.ide     11.1.1.4.37.58.80     Loaded
Oracle SQL Developer     oracle.sqldeveloper     11.1.2.02.83     Loaded
Oracle SQL Developer - 3rd Party Database Browsers     oracle.sqldeveloper.thirdparty.browsers     11.1.1.02.83     Loaded
Oracle SQL Developer - DBA Navigator     oracle.sqldeveloper.dbanavigator     11.1.1.02.83     Loaded
Oracle SQL Developer - Extras     oracle.sqldeveloper.extras     1.1.1.02.83     Loaded
Oracle SQL Developer - File Navigator     oracle.sqldeveloper.filenavigator     11.1.1.02.83     Loaded
Oracle SQL Developer - Migrations Antlr3 Translator     oracle.sqldeveloper.migration.translation.core_antlr3     11.1.1.02.83     Loaded
Oracle SQL Developer - Migrations Application Migration     oracle.sqldeveloper.migration.application     11.1.1.02.83     Loaded
Oracle SQL Developer - Migrations Core     oracle.sqldeveloper.migration     11.1.1.02.83     Loaded
Oracle SQL Developer - Migrations DB2     oracle.sqldeveloper.migration.db2     11.1.1.02.83     Loaded
Oracle SQL Developer - Migrations DB2 Translator     oracle.sqldeveloper.migration.translation.db2     11.1.1.02.83     Loaded
Oracle SQL Developer - Migrations Microsoft Access     oracle.sqldeveloper.migration.msaccess     11.1.1.02.83     Loaded
Oracle SQL Developer - Migrations Microsoft SQL Server     oracle.sqldeveloper.migration.sqlserver     11.1.1.02.83     Loaded
Oracle SQL Developer - Migrations MySQL     oracle.sqldeveloper.migration.mysql     11.1.1.02.83     Loaded
Oracle SQL Developer - Migrations Sybase Adaptive Server     oracle.sqldeveloper.migration.sybase     11.1.1.02.83     Loaded
Oracle SQL Developer - Migrations T-SQL Translator     oracle.sqldeveloper.migration.translation.core     11.1.1.02.83     Loaded
Oracle SQL Developer - Migrations Teradata     oracle.sqldeveloper.migration.teradata     11.1.1.02.83     Loaded
Oracle SQL Developer - Migrations Translation UI     oracle.sqldeveloper.migration.translation.gui     11.1.1.02.83     Loaded
Oracle SQL Developer - Object Viewer     oracle.sqldeveloper.oviewer     11.1.1.02.83     Loaded
Oracle SQL Developer - Real Time SQL Monitoring     oracle.sqldeveloper.sqlmonitor     11.1.1.02.83     Loaded
Oracle SQL Developer - Reports     oracle.sqldeveloper.report     11.1.1.02.83     Loaded
Oracle SQL Developer - Scheduler     oracle.sqldeveloper.scheduler     11.1.1.02.83     Loaded
Oracle SQL Developer - Schema Browser     oracle.sqldeveloper.schemabrowser     11.1.1.02.83     Loaded
Oracle SQL Developer - SearchBar     oracle.sqldeveloper.searchbar     11.1.1.02.83     Loaded
Oracle SQL Developer - Snippet     oracle.sqldeveloper.snippet     11.1.1.02.83     Loaded
Oracle SQL Developer - Spatial     oracle.sqldeveloper.spatial     11.1.1.02.83     Loaded
Oracle SQL Developer - TimesTen     oracle.sqldeveloper.timesten     2.0.0.02.83     Loaded
Oracle SQL Developer - Tuning     oracle.sqldeveloper.tuning     11.1.1.02.83     Loaded
Oracle SQL Developer - Unit Test     oracle.sqldeveloper.unit_test     11.1.1.02.83     Loaded
Oracle SQL Developer - User Extensions Support     oracle.sqldeveloper.userextensions     11.1.1.02.83     Loaded
Oracle SQL Developer - Worksheet v2     oracle.sqldeveloper.worksheet     11.1.1.02.83     Loaded
Oracle SQL Developer - XML Schema     oracle.sqldeveloper.xmlschema     11.1.1.02.83     Loaded
Oracle SQL Developer Data Modeler     oracle.datamodeler.viewer     3.0.0.654     Loaded
Oracle SQL Developer Data Modeler - Reports     oracle.sqldeveloper.datamodeler_reports     11.1.1.02.83     Loaded
PROBE Debugger     oracle.jdeveloper.db.debug.probe     11.1.1.4.37.58.80     Loaded
Peek     oracle.ide.peek     11.1.1.4.37.58.80     Loaded
Persistent Storage     oracle.ide.persistence     11.1.1.4.37.58.80     Loaded
Property Inspector     oracle.ide.inspector     11.1.1.4.37.58.80     Loaded
QuickDiff     oracle.ide.quickdiff     11.1.1.4.37.58.80     Loaded
Replace With     oracle.ide.replace     11.1.1.4.37.58.80     Loaded
Runner     oracle.ide.runner     11.1.1.4.37.58.80     Loaded
VHV     oracle.ide.vhv     11.1.1.4.37.58.80     Loaded
Versioning Support     oracle.jdeveloper.vcs     11.1.1.4.37.58.80     Loaded
Versioning Support for Subversion     oracle.jdeveloper.subversion     11.1.1.4.37.58.80     Loaded
Virtual File System     oracle.ide.vfs     11.1.1.4.37.58.80     Loaded
Web Browser and Proxy     oracle.ide.webbrowser     11.1.1.4.37.58.80     Loaded
XML Editing Framework IDE Extension     oracle.ide.xmlef     11.1.1.4.37.58.80     Loaded
audit     oracle.ide.audit     11.1.1.4.37.58.80     Loaded
classpath: protocol handler extension     oracle.jdeveloper.classpath     11.1.1.0.0     Loaded
jdukshare     oracle.bm.jdukshare     11.1.1.4.37.58.80     Loaded
mof-xmi     oracle.mof.xmi     11.1.1.4.37.58.80     Loaded
oracle.ide.dependency     oracle.ide.dependency     11.1.1.4.37.58.80     Loaded
oracle.ide.indexing     oracle.ide.indexing     11.1.1.4.37.58.80     Loaded
palette2     oracle.ide.palette2     11.1.1.4.37.58.80     Loaded
status     oracle.ide.status     11.1.1.4.37.58.80     Loaded

Similar Messages

  • 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

  • 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

  • BUG JDeveloper hangs when Completion Insight invoked with accelerator

    JDeveloper 10.1.2 build 1811
    Windows XP Professional Version 2002 Service Pack 2
    Nondeterministic... occurs about once a day on average.

    Occurs the first time that you invoke completion insight after starting JDeveloper (ctrl-space for me, by the way) .

  • "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.

  • 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

  • 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.

  • 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.

  • Completion insight increase

    Hallo,
    in the SQL Worksheet the insight copletion window shows 50 lines (column names of a table). Is it possible to increase the number of lines?

    Completion insight works the following way:
    It fetches the first 50 items of each type (it was 20 in the release 1.5). If there are more items, then there is the "..." item at the bottom of the list. Selecting it would reset the item limit to 1000, but this action is one time only. (When writing this I've just realized that there is a subtle bug: the query with limit 1000 would definitely be slower so I should raise the bailout time limit.)
    More reasonable alternative to expanding the list with the "..." selection is typing the next character. Then, please note, that the list is not narrowed down in traditional sense. Say you have entered
    select * from all_<ctrl-space>
    the list of "all_" viewes exceeds threshold of 50 items, so when you type
    select * from all_t<ctrl-space>
    then the previous list is completely discarded and dictionary query is reissued with narrowed down pattern "all_t%"; otherwise there would be missing items!

  • Completion Insight for Sybase

    I'm using Sql Developer version 2.1 to connect to a sybase database using the jTDS driver. The user interface is really nice and slick and way better than what sybase central provides.
    The one issue that is bugging me a lot though is the completion insight does not seem to work for Sybase. Is this a limitation of SQL Developer's integration with third party jdbc drivers? Or is there something that I'm missing here?
    Thanks. Will appreciate any response.

    Hi,
    Oracle SQL Developer is targeted mainly on Oracle Database.
    There is little possibility that SQL Dev will support others feature for its "rival" database though.
    For the time being Exhange is the place for requesting additional feature.
    Regards,
    Buntoro

  • Completion Insight

    I have the last version 1.1.2.25.79 but when I want do a Completion Insight
    Select *
    from (Here press Control + Space)
    not happend anything.
    The Completion Insight it's turn off or something?, It's a bug?
    Thanks.
    Cristian Saavedra Desmoineaux

    Yes - the Code Completion was removed for performance reasons but the Code Editor should automatically provide a drop-down prompt for table/view objects if the schema owner is used (which is the subject of the original posting).

  • 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.

  • Completion Insight seldom works

    Running ver. 3.1.07. Completion Insight seldom/seldom/seldom works. I have it turned on. Suggestions.
    I thought I sent a debug/trace file with a new thread but can't find it and don't find the directions recreate the debug/trace file.
    Any suggestions.
    Can't send u a debug file as I could never get the exe to execute from the gin dir.

    Hi,
    Completion Insight seldom/seldom/seldom worksis a bit vague. You can always download the current 3.2 release (3.2.09.30) and try that out -- each release has bug fixes. I do recall something about it not working in the scenario File | Open | SQL File , even after selecting a connection. Not sure if that was fixed for 3.2, or is queued up for 3.2.1.
    Otherwise please provide a specific description of incorrect behavior with a detailed test case.
    Regards,
    Gary
    SQL Developer Team

  • Invoice grouping for completed invoices

    Dear Experts,
    i have requirement where i want to group invoice which are complete and assign an output type for it to get invoice list in the print.
    option i tried.
      As discussed sometime back, i tried with VF21 for invoice grouping for completed inovices.
      Our IDES  allows to group inovices in VF21  those are complete but in my client system it does not allow.
    My VOFA for F2 has LR in Invloce list type in both the machine
    Copy control exisiting for F2 and LR existing in both
    In OVV7  invoice type(F2) is assigned to an invoice-list type(LR)
    only difference i found is FActory calender is assingned to Cusomer in client machine but assigned in IDES
    and in turn FKDAT_RL in VBRK table(VF02-Goto> Header>Header) is blank for completed inpvoicesin IDES. but it is filled in IDES
    is that the reason it is not allowing in client box.
    If so how to go about it, it is not allowing to change FKDAT_RL in VBRK table(VF02-Goto> Header>Header)
    is there any other option other that VF21 where in i can group invoices which are complete and assing out put type
    Kindly help or suggest
    Regards
    Siva

    Hello Siva,
    In order to create an invoice list, it is mandatory to maintain the field "InvoicingListDates" must be filled in the Customer Master.
    Regards,
    Raghavendra

Maybe you are looking for