Formatting characters shown in SQL worksheet in version 2.1.1.64

Hi,
Using version 2.1.1.64
When I type SQL in the SQL worksheet is it showing formatting characters - for example all spaces display as a light grey dot and a carriage return character appears at the end of every line.
The formatting characters were not displayed initially when I started to use this version. Ì don't know how this setting got turned on but there does not appear to be a Preferences setting to turn it off. Any ideas?

Tools -> Preferences -> Code Editor -> Display -> Show Whitespace Characters
should take care of your problem.

Similar Messages

  • How can I turn off auto formatting whilst working in the SQL Worksheet?

    Friends,
    Hope you can help with a quick question.
    Is it possible to stop the auto formatting of SQL statements in the SQL worksheet?
    e.g. When I type select * from dual it auto formats to becomes SELECT * FROM DUAL when I hit return.
    I am using SQL Developer 2.1.1.64
    Thanks in advance

    Preferences - Code Editor - Completion Insight - uncheck Change case as you type
    Have fun,
    K.

  • SQL Worksheet fails to appear in Oracle SQL Developer Version 2.1

    I cannot open the SQL Worksheet in Oracle SQL Developer Version 2.1. When I select SQL Worksheet from the Tools menu, a box appears saying that the SQL Worksheet is opening, but nothing happens. After the first attempt, the box does not appear, but again nothing happens.

    Thats odd.
    Do you see any exceptions in console ? (to see the console launch sqldeveloper.exe in ../sqldeveloper/sqldeveloper/bin dir.)
    -Raghu

  • SQL Worksheet unaccessible for keyboard

    Hi,
    I have SQL Developer on Ubuntu 8.10
    Platform      1.6.0_10
    Oracle IDE     1.5.4.59.40
    Versioning Support     1.5.4.59.40
    Sometimes I'm unable to type in SQL Worksheet area, mouse actions work good (like copy, paste, cut).
    Does somebody know how to solve it.
    Thanks!
    Andrey Dmitrenko

    Hi
    Thanks for the response, however even after loading the Default Accelorator preset & then restarting SQLDeveloper, I can't enter anything into the SQL worksheet. Is there anything further I can try (i.e. trashing the prefs etc)?
    Thanks for any assistance on this
    Simon
    P.S. Ubuntu 9.04

  • SQL Worksheet Gets Slower and S.l..o...w....e.....r with Use

    Does anyone else notice the more you use SQL Worksheet, the
    slower it gets? The first time I start it up, it'll run a
    compile on an object super-fast. After running a dozen or more
    compiles and test scripts, I notice it's getting slower.
    Eventually, it's so slow I just kill SQL Worksheet and start it
    right back up. Then it's back to warp speed again!
    I'm on a Win2K machine, running Oracle 8.0.6, with version 1.6.0
    of SQL Worksheet.
    I have 2.1 install disc for Oracle Enterprise Manager, but I'm
    uncertain if I can update what I've got (given the release of
    Oracle I'm on). Any help here would be appreciated, too.

    The box does not reboot itself at 7am every day at the behest of BT that is not normal behaviour.
    I think you really ought to fo  a hard reset and clear everything off your hard drive and see if it solves your problem.
    If it does not then you are I think looking at a slowly dying box which needs to be replaced.
    Factory Reset
    Switch off the Vision+ box at the mains socket
    Hold down the front panel OK and down arrow buttons
    Switch on the power to the Vision+ box
    Allow the box to start up (about 15 seconds)
    Release the OK and down arrow buttons
    The Vision+ box will then contact the servers to get a new copy of its firmware
    This will take around 30 minutes
    Life | 1967 Plus Radio | 1000 Classical Hits | Kafka's World
    Someone Solved Your Question?
    Please let other members know by clicking on ’Mark as Accepted Solution’
    Helpful Post?
    If a post has been helpful, say thanks by clicking the ratings star.

  • 4.1EA2 Text cursor goes missing in SQL Worksheet

    In EA1 and EA2, my cursor seems to intermittently go missing in SQL Worksheet
    Version info:
    $ lsb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description: Ubuntu 14.04.2 LTS
    Release: 14.04
    Codename: trusty
    (Running unity)
    $ java -version
    java version "1.8.0_25"
    Java(TM) SE Runtime Environment (build 1.8.0_25-b17)
    Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)
    (edit: Just tested in Windows - cursor does not go missing)
    One such pattern that I noticed it seems to go missing on is when running a script.
    Another pattern, if I hit enter a few times before the cursor has a chance to blink in between (not always), or hit the up or down arrow to go to the top or bottom of the page respectively, it also disappears.
    I'm able to get the mouse back by dragging the window out of maximize position.
    Couldn't reproduce in a procedure editor - assume will be same for package/function editor. So it's most prominent in SQL Worksheet.
    Message was edited by: trent I've had SQL Dev closed half a dozen times since reporting this, and now it seems OK. But it does seem to come and go =/

    I'm having this same issue that started happening with EA1 and persisted into EA2. It was not occurring prior to my upgrade. My input cursor disappears when scrolling up or down in code using the mouse wheel or scroll bar when the code extends beyond the display area. Moving the window does not help, but resizing the window appears to cause it to redraw and the cursor appears again. I can see what line I am on due to current line highlighting, and I can also select text or start typing to get an idea of where I am.
    OS:
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description: Ubuntu 14.04.2 LTS
    Release: 14.04
    Codename: trusty
    Linux 3.13.0-46-generic x86_64
    Java:
    java version "1.8.0_40"
    Java(TM) SE Runtime Environment (build 1.8.0_40-b25)
    Java HotSpot(TM) 64-Bit Server VM (build 25.40-b25, mixed mode)
    100% reproducible.
    Note that I was running 4.0.1.14.48 prior on Java 8 so it's likely a recent change and most likely not related to going from Java 7 to 8.
    (Previous version determined by ls -d ~/.sqldeveloper/system* which returned the following:
    Jul  7  2014 system4.0.1.14.48/
    Mar 13 16:00 system4.1.0.17.29/
    Mar 19 13:29 system4.1.0.18.37/

  • What happended to "Save As" in the SQL Worksheet?

    I am using 14.22 in Windows XP. In the previous version 13.43 I used to:
    1) Open a new SQL Worksheet.
    2) Type in statements.
    3) Press Ctrl-S to save the contents of the SQL Worksheet panel to a new file, an "Open File" dialog appeared.
    4) Enter file name for new SQL script file.
    Now when I press Ctrl-S I do not get the "Open File" dialog. The Ctrl-S saves the SQL Worksheet contents to a temp file in my user/.sqldeveloper/tmp directory. I have to copy the contents of the SQL Worksheet panel into a text editor and save it to a SQL file. Or I copy the SQL file in my temporary directory to the new file I want.
    I saw in another thread that the SQL Worksheet contents is not being saved to a temporary file to help prevent loss of contents if there were a machine outage. This change may have caused this problem.
    I use the "Save As" functionality in the SQL Worksheet a lot. That was how I create SQL files.
    How do I create a SQL script in SQL Developer now?
    Mike

    It got dropped by accident but it will be back in for EA7 that we expect to release any day now (just writing the release notes for it now). We have the Save As back in the menu and a right-click Save File from the Worksheet to save your work.
    -- Sharon

  • Can't edit in SQL Worksheet

    Currently using version 1.1.2.25 Build MAIN-25.79
    Yesterday I installed updates and extension for using Subversion.
    This morning having started SQL Developer up I am unable to use arrow keys, backspace, return key, delete key, home, end keys in SQL Worksheet. All these keys are available in Microsoft Word so its not the keypad.
    Can anyone provide an answer as a matter of urgency.
    Thanks.

    I would be amazed it if worked. So many differences between SQL Dev and JDev.. not to mention that SQL Dev is built on an unreleased JDev platform. Uninstall that extension and everything will probably go back to normal. You can setup external tools to mimic (albeit crudely) some of the functionality of the extension.

  • Issue with Taiwanese characters display in SQL*Plus/Toad

    Hi all,
    I have an issue about displaying the Taiwanese characters either in SQl*Plus or Toad tool. Able to view all territory characters properly except it. Whenever i tried to view these characters from Toad, diplay like square box('⃞'), where as it displays as question mark ('?') from SQL*Plus.
    I am not sure what are the parameters i want to alter. Please have a look at the below existed database parameters in the DB and help me to get rid of the issue.
    PARAMETER     VALUE
    NLS_LANGUAGE     AMERICAN
    NLS_TERRITORY     AMERICA
    NLS_CURRENCY     $
    NLS_ISO_CURRENCY     AMERICA
    NLS_NUMERIC_CHARACTERS     .,
    NLS_CHARACTERSET     AL32UTF8
    NLS_CALENDAR     GREGORIAN
    NLS_DATE_FORMAT     DD-MON-RR
    NLS_DATE_LANGUAGE     AMERICAN
    NLS_SORT     BINARY
    NLS_TIME_FORMAT     HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT     DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT     HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT     DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY     $
    NLS_COMP     BINARY
    NLS_LENGTH_SEMANTICS     BYTE
    NLS_NCHAR_CONV_EXCP     FALSE
    NLS_NCHAR_CHARACTERSET     AL16UTF16
    NLS_RDBMS_VERSION     10.2.0.4.0
    Oracle DB banner:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE     10.2.0.4.0     Production
    TNS for IBM/AIX RISC System/6000: Version 10.2.0.4.0 - Productio
    NLSRTL Version 10.2.0.4.0 - Production
    Your help would be appreciated!!
    Thanks in advance.
    vissu

    vissu wrote:
    Hi all,
    I have an issue about displaying the Taiwanese characters either in SQl*Plus or Toad tool. Able to view all territory characters properly except it. Whenever i tried to view these characters from Toad, diplay like square box('⃞'), where as it displays as question mark ('?') from SQL*Plus.
    I am not sure what are the parameters i want to alter. Please have a look at the below existed database parameters in the DB and help me to get rid of the issue.
    PARAMETER     VALUE
    NLS_LANGUAGE     AMERICAN
    NLS_TERRITORY     AMERICA
    NLS_CURRENCY     $
    NLS_ISO_CURRENCY     AMERICA
    NLS_NUMERIC_CHARACTERS     .,
    NLS_CHARACTERSET     AL32UTF8
    NLS_CALENDAR     GREGORIAN
    NLS_DATE_FORMAT     DD-MON-RR
    NLS_DATE_LANGUAGE     AMERICAN
    NLS_SORT     BINARY
    NLS_TIME_FORMAT     HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT     DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT     HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT     DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY     $
    NLS_COMP     BINARY
    NLS_LENGTH_SEMANTICS     BYTE
    NLS_NCHAR_CONV_EXCP     FALSE
    NLS_NCHAR_CHARACTERSET     AL16UTF16
    NLS_RDBMS_VERSION     10.2.0.4.0
    Oracle DB banner:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE     10.2.0.4.0     Production
    TNS for IBM/AIX RISC System/6000: Version 10.2.0.4.0 - Productio
    NLSRTL Version 10.2.0.4.0 - Production
    Your help would be appreciated!!
    Thanks in advance.
    vissuHow was this data loaded into the database ? If SQL Developer is showing incorrect data, then the data was not loaded correctly into the database and has been corrupted - in such a case, NLS_LANG will not help
    Srini

  • Bug in SQL Developer 1.5 SQL Worksheet

    Hello,
    did any of you already encounter the following effect in version 1.5's SQL Worksheet?
    When I try to execute the following statement in version 1.5:
    select (1 +
    2 -
    3 +
    4)
    from dual;
    I get the error: ORA-00907 missing right parenthesis
    With more complex statements I also get an 'unimplemented feature' error.
    When I put the operators in front like this:
    select (1
    + 2
    - 3
    + 4)
    from dual;
    i get the correct answer '4' as result. Seems to be clearly a bug for me. In version 1.2 both versions work perfectly well.
    Does anyone know whether there's already some bug filed for this or whether there's a patch around?
    Regards Holger

    Hi Dieter W.
    It looks like the command does work in sqlplus , from what I can see only the first line (and continued first line) has continuation character facility. (I am working on an other related SQLDeveloper bug).
    i.e. No continuation character (10.2XE)
    SQL> select (1 +
    2 -
    3 +
    4)
    from dual;
    2 3 4 5
    (1+2-3+4)
         4
    Continuation character:
    SQL> select (1 -
    1 -
    1 -
    3)
    from dual
    2 3 select (1 1     1 3)*
    ERROR at line 1:
    ORA-00907: missing right parenthesis
    I am on the lookout for more information...
    -Turloch

  • SQL Developer 1.5.1 - SQL Worksheet - Font Corruption

    Hi All,
    I'm running SQL Developer 1.5.1 on Windows Vista x64 + Nvidea 8800GT graphics card. (all with latest versions)
    Whenever I scroll the SQL worksheet - the text becomes unreadable / corrupted.
    SQL Developer - SQL Worksheet is the only program that exhibits this problem.
    Thanks

    UI and especially scrolling issues point to Java problems. Which JDK are you using (About in Help)?
    You could get the latest (non-beta) JDK from Sun and edit +\sqldeveloper\bin\sqldeveloper.conf+:
    SetJavaHome C:\Archivos de programa\Java\jdk1.6.0_07You also might get faster/better results tweaking Direct Draw (combinations of true/false) inside \sqldeveloper\bin\sqldeveloper.conf:
    AddVMOption -Dsun.java2d.ddoffscreen=false
    AddVMOption -Dsun.java2d.noddraw=trueHope that helps,
    K.

  • SQL-Developer 1.5.4 - SQL-Worksheet does not use Table-Owner

    In old versions of the sql-Developer you can drop a Table in the Worksheet and a select Query was built. With the new version 1.5.4 the table-owner is missng and you must fill in the table-owner or the query does not work with tables of other users.
    Is that a bug or are there the posibility of change settings to drop tables in the SQL-worksheet with table-owners.

    The drag and drop functionality was updated so that when you use drag and drop the schema is not prefixed for the current user you are connected to. However it is appended if you drag a table form another connection. It appears to have been overlooked for Other Users. We will address this in a future release. In the meantime,a workaround is to create a connection to the other users and then the drag and drop will append the connection name.
    Sue

  • SQL Developer 31EA1 SQL Worksheet not allowing entry

    When select to open a new SQL worksheet or having open a worksheet on connection, the system will bring up a new tab with the blue shading. It stops at that point. I can not enter anything and if I try and do other tasks, even exit Developer, I get a connection busy error message. If I try and click the try again button it just keeps reappearing. If I click the abort and try and do anything els I get the error again. I have to go to task manager and kill the task to get out of SQL developer. I am using Windows XP, JAVA 1.6.0_26 32 bit versions. Everything was working when I was using 3.0.

    Hi,
    See this post for the likely problem:
    Re: SQL Developer 3.1EA1 JAVA Error During Export
    Regards,
    Gary
    SQL Developer Team

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

  • ORA-0911 Errors in SQL Worksheet

    Is anyone else getting ORA-0911 errors in the Worksheet when they press F9? It is, of course, not consistent or easily repeatable, but seems to occur when I've got more than about three SQL statements in the worksheet and just typed another at the end.
    It's not a problem with my SQL, because I can cut and then paste the statement elsewhere in the worksheet and F9 will work fine. Of course when I then cut and paste it back to the bottom it carries on working as well.
    I'm trying to figure out exactly when this happens but of course the behaviour isn't consistent enough to narrow it down. I'm hoping that other people are also seeing this error message a lot and that there is either a known problem or that we can collectively figure out what is going on.

    The specific error must be in one of the earlier threads that was talking about this problem, but when I have problem with SQL Worksheet not identifying the current statement out of multiple statements, it is almost always the ORA-911.
    If the statement runs fine when you select the specific text, then I would say that the problem is the SQL Worksheet statement selection rather than anything to do with the DB version.
    As an example - I am connecting to 9.2.0.5 and if my SQL Worksheet contains:
    select dummy
    from dual
    where dummy like '%'
    select dummy
    from dual
    where dummy not like '%'
    If I use F9 anywhere in the SQL Worksheet, I get the ORA-911 error.
    However if I select the the text of either statement, it runs fine (first returning a record and second not).
    If I delete the two where clauses, I don't get the ORA-911 error, even if I don't select the statement text explicitly.

Maybe you are looking for

  • Issues with MacBook Pro 13-Inch i7 2011 with Lion help is mostly welcome

    Hello I had some Issues with my MacBook Pro 13-Inch i7 - 2011.. Whenever i enter/exit safari i get the rainbow circle and my MacBook keeps freezing every now and then it's really annoying i get the rainbow circle when i try to shut down the computer

  • Here maps hangs when finding directions

    I am bringing my lumia 720 to the uk. Origin country is indonesia. Problem is that the Phone hangs whenever i try to find directions on here maps. Sometimes it Works when the destination is very close, like 5 mules away. But when my destination is 50

  • XRAID won't mount

    For some reason our XRAID (RAID 50) won't mount on the desktop anymore. Restarted everything multiple times to no avail. Disk Utility sees it, but complains about node structure when trying to either mount or eject it. Thinking of running Disk Warrio

  • Solaris x86 on Compaq DL360 (P21) server

    I am having issues installing this OS on the server in the title... it is a DL360 with Dual PIII 998 processors and 1.4G RAM. I setup the RAID controller at statup to use RAID1 with 2 x 36G drives.... and then boot from the Solaris Disk 1 (no the ins

  • Where does the new Workspace name go?

    InDesign is now locked up because I can't find the place to type in a new Workspace name. Nothing is evident and I get the error tone every time I hit anything. Nothing works, it won't save, and I don't want to lose the work since I saved last. Where