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

Similar Messages

  • Ability to open multiple SQL Worksheets for the same connection

    Hi,
    Please allow the ability to open multiple SQL Worksheets for the same connection, now only one can be opened.
    Thanks

    Logged Bug 9000801 - ea1: otnforum: worksheet launcher does not remember the last/default connection
    -Raghu

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

  • Mac - SQLDev 1.5 - Unable to use carriage return/enter in SQL Worksheet

    This morning I brought up SQLDeveloper (1.5). I connected to a database. Started typing in a query and the carriage return (or enter) does not work. If I go to a menu or the list of files, it does work. Just not in the SQL Worksheet. I removed the application and re-installed. Still the same. I do not see this behavior in any other application or situation. Just within the SQL Worksheet of SQLDeveloper.
    As a check, I did exit all other applications, rebooted, and tried again. Still no joy. I have the latest updates of Leopard and SQLDeveloper. I am guessing it is not using the latest Java but rather what was deployed with SQLDeveloper.
    Any thoughts on how I could lose these two keys? There is no change to the system preferences for the keyboard. There is no setup to have the carriage return or enter key be mapped to anything else.
    Very odd. I tried looking around the application and only in the SQL Worksheet does it not work.
    Any ideas?
    Eric

    Ahh, I was pulling my hair out over this since last week (on a PC, not a Mac). I just couldn't figure out why I could no longer add a line feed on the SQL worksheet when I hadn't changed anything at all.
    Anyway, I still have no idea how the settings got changed, but resetting to defaults did the trick. Thanks!

  • 1.5.4. "Toggle SQL Worksheet Area" not found

    In 1.5.3. there was a very usefull shortcut for "Toggle SQL Worksheet Area", but I couldn't find it in Version 1.5.4. Is there a similar functionality now in 1.5.4?
    Enhancement request: Maybe this "Toggle" functionality can be improved to "Toggle and set the focus/cursor into the result set/SQL Worksheet". Then it's more easy just to work with the keyboard. Otherwise you have to mouse-click into the result set to navigate through the data. Would be nice to have this feature.
    Edited by: user4125343 on 04.03.2009 10:25

    I have personally found it useful when the feature is debated here before being put on the feature request page. Or at least having the url of the OTN forum discussion in the feature request.
    Now a tip. If you can assign SqlHistory's default accelerator F8 to something else, to free up F8 in worksheet...while in ScriptOutput tab hit F8 and the use up/down arrow keys to move the splitpane.
    This comes from Java Swing, is not perfect for worksheet, nonetheless nice to know.
    -Raghu

  • [1.1.2.25.79] Backspace key still doesn't work in SQL Worksheet

    See [1.1.1.25.14] Backspace key doesn't work in SQL Worksheet
    The same problem still applies to build 1.1.2.25.79, only this time, for added fun, the suggested workaround of editing
    <sqldeveloper_home>\sqldeveloper\system\oracle.ide.1.1.2.25.79\settings.xml
    doesn't work either. I'm well and truly stuck now.
    Message was edited by:
    user545045

    Just to add weight to the "it doesn't default to
    [0]", on my installation it is [8] and I have never
    had problems with the backspace.Interesting, if I do a clean install (just unzipping sqldeveloper-1.1.2.2579-no-jre.zip to a random dir, starting up sqldeveloper.exe, pointing it to my j2sdk and ignoring the 'migrate settings from previous release' dialog) the \sqldeveloper\system\oracle.ide.1.1.2.25.79 remains empty until I shut down SQL Developer.
    During shutdown, 8 files are created in this dir, one of which is settings.xml. Low and behold the contents:
    <Item class="oracle.javatools.util.Pair">
    <first class="java.lang.String">Ide.LAST_EDIT_CMD_ID</first>
    <second class="oracle.ide.keyboard.KeyStrokes">
    <data>
    <Item class="javax.swing.KeyStroke">[0]</Item>
    </data>
    </second>
    </Item>
    <Item class="oracle.javatools.util.Pair">
    <first class="java.lang.String">delete-previous</first>
    <second class="oracle.ide.keyboard.KeyStrokes">
    <data>
    <Item class="javax.swing.KeyStroke">[0]</Item>
    </data>
    </second>
    </Item>
    Message was edited by:
    user545045

  • How to execute procedure in SQL Worksheet ?

    Hi, anybody know, how I can execute procedure here?
    I try EXEC sec_roles, EXEC security_admin.sec_roles, EXECUTE - there is a SQL statement error. When I use CALL - there is no such procedure (I have execute previleges).
    Although in SQLPlus EXEC works, but there are problems with standard SQL commands (all of them returns "2" no matter what content is).
    Any ideas?
    Regards
    Krzysztof

    exec procedure(parameters) is a sql plus (and a few others) shortcut for
    BEGIN
       procedure(parameters);
    END;So try that then pressing/clicking whatever it is in sql worksheet that makes a statement run.
    Note that if your procedure has parameters defined as OUT or IN OUT, you will need to supply a variable to accept the returned value(s).
    John

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

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

  • 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 's SQL worksheet. - Verifying Results

    Using SQL Developer 1.5.1 's SQL worksheet....
    is there a way to get SQL Developer 1.5.1 's SQL Worksheet to display the number of records deleted, updated, etc? I just deleted a record and I couldn't tell if it actually ran or not.
    When I ran a 'select' it displayed the records in the results window. When I ran the delete, it didn't show anything. I just tried an update and it shows nothing either. I don't want to do a commit without knowing how many records were affected.
    Thanks...

    Assuming you are running your SQL as statements (F9), the status bar at the bottom left will provide the feedback for each statement - in the case of deletes/updates it should show the number of records deleted/updated. As the status line is overwritten with each statement, you will need to check after each statement completes. When running your SQL as scripts (F5) the feedback will be displayed on the Script Output tab.
    theFurryOne

  • 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

Maybe you are looking for

  • I love Firefox 3.6 but lately it wont let me sign in to google,on XP Pro or Vista home,Please Help

    Firefox 3.6 wont let me sign in to my Google acc any more, so I cant use Bookmarks etc now, on XP pro or Vista home(we have 2laptops) I am also getting the msg URL not valid/cant connect, even thought I try to load from my 2nd Tab with the 9 pages on

  • After 10.5.3 update, all buddies are greyed out, already deleted prefs

    This is driving me nuts. I installed the 10.5.3 combo updater and iChat stopped working. Using AIM and Bonjour. All the buddies in both lists are greyed out. Cant' send or receive messages & AOL server thinks I'm offline even though it claims to log

  • Front Row alternative

    Hey all, For anyone interested, Equinux has an alternative to Front Row called Media Central. Click here to download. Jrsy

  • Unix shell Script Help

    Hi, I am not to familiar with shell scripting. And i need a shell script that would look for a certain filename (eg: ASN*.txt) in a directory(Eg:data) and if it does find that, it calls a concurrent program(Eg: abc.xyz) and once this is called and pr

  • Read from Page Approval List Table in a PL/SQL procedure

    Need help, I am new to OA Framework. We have a requirement to validate the added requisition Approvers against some criteria. The Approvers are added using Add approvers on the Requisition Creation page. The source code shows: ApproverListRn.ApprList