Close script output window

So after YEARS of working with MS SQL, I'm now working with Oracle. One of the biggest problems I'm having is that in Microsoft SSMS, you can hit Ctrl+R to minimize the query results window.
1) Is there a shortcut key to minimize the script output window in SQL developer?
2) I would like to change the shortcut to ctrl+r as it's such habit by this point, but not sure what the name of the proper shortcut would be either.
Thanks in advance for any help with this!

Check this thread where it was described how it works, however i don't think you can change the shortcut.
Re: Request "Hot key to show/hide result grid" = how was implemented 2.1.1 ?
Hope it helps,
Dani

Similar Messages

  • 4.0EA1 - Copy/Paste in Script Output window on Mac is not working

    I'm running 4.0.0.12 on MacOS X 10.8.4, and I can't Copy from the "Script Output" window.  What I regularly do is generate some SQL using an SQL query, so I want to copy the output and paste it back into the Worksheet so I can run it.  For example:
    select 'alter tablespace ' || TABLESPACE_NAME || ' begin backup;' from DBA_TABLESPACES;

    This is a known issue and will be addressed for the next EA release.

  • Bug? 4.0 EA1 Can't select all in Script Output window

    This seems to be a small bug. Open a worksheet and enter any query. Run as a script (F5) and the output appears in the Script Output window. Click in the Script Output window to give it focus and type Ctrl-A to select all the output. The text selected is actually the contents of the worksheet, not the output. Right-clicking in the Script Output window also has no effect. It looks like the Script Output window can't actually gain focus?
    This is a bit trivial, but was annoying when I was trying to move some data over to Excel using a /*csv*/ type query.

    for tracking this is logged as bug 17164225
    B

  • EA1 - DBMS_OUTPUT prints to Script Output window

    All,
    I saw another post about the window switching from the DBMS Output window to the script window after a script is executed (I don't like that either), but this is different.
    My DBMS Output is being output to the Script Output window.
    Example:
    begin
       dbms_output.put_line('Hello World');
    end;Yields (in Script Output):
    anonymous block completed
    Hello WorldDan
    Modified Subject
    Message was edited by:
    dmcghan

    This is definitely a change from 1.2.1.31.12, where even running as a script the DBMS Output was displayed on the DBMS Output tab.
    However, while this makes DBMS Output inconsistent (where it appears depends on how you run it) it does make scripts that produce DBMS Output and other output consistent (all output goes to script output).
    For example, if you were writing scripts like the following (assuming the PL/SQL generates DBMS Output), the output will now be consistent:
    select count('x') records from my_interface;
    begin
    process_my_interface;
    end;
    select count('x') records from my_interface;
    With the way the DBMS Output and Script Output tabs are set up now, either DBMS Output or Script Output has to be inconsistent when in comes to displaying DBMS Output. I think that the way 1.5 EA1 works is inconsistent in a more manageable way (largely because reconstructing a single stream of output from more complex cases of the example above would be difficult).

  • 30EA1: Closing Query Result & Script Output Windows

    It would be nice if you could close these output windows by middle mouse button clicking. You can close object viewing windows (tables, procedures) & SQL worksheet windows this way.
    Thanks,
    Justin

    Yes, please, for consistency. I bump into this limitation also now and then.
    Thanks,
    K.

  • Japanese charactor does not display in Script Output window

    I usging SQL Developper EA 4.1 on japanese Windows XP.
    SQL Developper EA 4.1 can not display Japanese charactor in Script Output window.
    How can I change font for Script Output window?

    If you change your prefered encoding in raptor to be utf8, this will work. There was an issue with MB chars in the feedback from statements like "create table XX processed" where XX was the japanese chars that would not show, but this has been rectified

  • 2 Dumb Questions: Toggle Script Output tab / Set Serverouput Toggle

    I use SQL Developer quite a lot, but I need some basic help
    I'm using SQL Develeoper 3.0.04
    Question 1.
    If I ever close [X] the Script Output tab/window, I have a huge headache trying to open/unhide it again. I can't do it!
    I've looked in the menus,
    Preferences / Keyboard shortcuts etc but I just can't see it.
    So how to a make the Script Output tab re-appear? THere must be a toggle somewhere.
    Question 2.
    In a previous version of SQL developer, I used SET SERVEROUTPUT ON.
    The output from all my dbms_output.print_line statements would appear in the script output window FOR THE ENTIRE SESSION.
    In this version that I'm using, everytime I run an anon block I have to preceed the block with SET SERVEROUTPUT ON.
    It doesn't remain ON for the entire session. It only affects the next block of code that I try to execute.
    An I doing something wrong?
    Thanks for any help.
    Stu

    Welcome to the forum!
    Thanks for providing the sql developer version. Functionality can, and does, change between versions.
    >
    Question 2.
    In a previous version of SQL developer, I used SET SERVEROUTPUT ON.
    The output from all my dbms_output.print_line statements would appear in the script output window FOR THE ENTIRE SESSION.
    In this version that I'm using, everytime I run an anon block I have to preceed the block with SET SERVEROUTPUT ON.
    It doesn't remain ON for the entire session. It only affects the next block of code that I try to execute.
    >
    Have you tried using the DBMS_OUTPUT window?
    Select 'view -> DBMS Output
    Then if you roll-over the '+' sign on the DBMS Output Window toolbar you will see that it says 'ENABLE DBMS_OUTPUT FOR CONNECTION'.
    Click it and all output should display in the window.

  • Script Output and not copying extra trailing spaces

    My keyword foo has failed me (both google and here).
    Is there a way to suppress the extra whitespace that is generated after the script output pane's text, at least during copy-paste?
    When I copy text out of the the script output pane, I end up with 36,000 characters per line when I only need, say 100.
    (Or have I somehow turned on a setting that made it huge and have not noticed it?)
    Thanks,
    Andy Bay

    Hi Gary,
    Thanks for logging this bug:
    Bug 13357403 - FORUM: NEED TRIMOUT AND TRIMSPOOL SUPPORT
    In response to this thread:
    Re: 3.1EA1 - Whitespace in the Script Output window
    Regards.
    Greg.

  • Script output font

    hello
    is there any way how to set non-proportional font in Script output window? It should improve result reading...
    p.

    I am not sure if this is configurable. I just wanted to explain why we did it this way. You can use 'SELECT' and this is the tab that displays 'DESC' so the proportional font ensures your columns are aligned.
    -- Sharon

  • Script Output cuts my querry

    Hello SQL Developers,
    I have a script that has some bigger output per querry (exactly it generates an XML)
    When I run this script (F5) it only outputs the first about 200 chars per querry, then it cuts and starts with the next querry
    For example:
    Xml Output
    <?xml version="1.0" standalone="yes"?>
    <Customers>
    <Customer>
    <CustId>100<
    Xml Output
    <?xml version="1.0" standalone="yes"?>
    <Customers01234567890123456789>
    <Custom
    Starting every querry for its own (Ctrl+F5) shows in the result window the correct result of this single querry without cuting somethink of.
    I've tested it with the computer of a classmate. There it works fine without any cut in the Script Output window. Maybe that's because he didn't update
    SQL Developer for more then a year. Maybe it is a setting I didn't found yet. Please can somebody help me?
    Edited by: WillardBL on 10.10.2012 13:48

    Hi WillardBL,
    Quite a few years ago there was a bug involving slow performance and/or Java OutOfMemoryException when displaying MySQL BLOBs, probably due to some issue with the MySQL JDBC driver. The bug was addressed back in SQL Developer 1.2.26.09 and is...
    Bug 5904607 - MYSQL RUN SCRIPT PERFORMANCE FROM WORKSHEET NOT SATISFACTORY
    At that time, a 4000 character display column size limit was added to circumvent the problem. It still remains and has not received much attention -- perhaps since VARCHAR2 is also limited to 4000, at least through the Oracle 11g releases.
    In your specific case, you are not reaching the 4000 character limit. You can try the following in the worksheet:
    show longwhich should show a default value of 80 if you never overrode it in your connection login script (Tools | Preferences | Database). So just
    set long 4000and try running the script that outputs the XML again. Keep in mind that set long
    Sets maximum width (in bytes) for displaying LONG, CLOB, NCLOB and XMLType values; and for copying LONG values.
    Possibly Bug 5904607 needs revisiting, but I hope the approach described will be sufficient to get you past the current problem.
    Regards,
    Gary
    SQL Developer Team

  • Script output headers

    Is it possible to remove the header from query results in the the script output window?
    select 1 AS dont, 2 AS need, 3 AS a, 4 AS header, 5 AS thanks from dual;
    DONT NEED A HEADER THANKS
    1 2 3 4 5
    I only want the row of "1 2 3 4 5".
    In SQL Plus, I arrange like so:
    SQL> select 1 AS dont, 2 AS need, 3 AS a, 4 AS header, 5 AS thanks from dual;
    DONT NEED A HEADER THANKS
    1 2 3 4 5
    SQL> set heading off;
    SQL> select 1 AS dont, 2 AS need, 3 AS a, 4 AS header, 5 AS thanks from dual;
    1 2 3 4 5
    SQL>
    However, 'set heading off' in SQL Developer gives "line 1: SQLPLUS Command Skipped: set heading off;"
    Is this possible? If not, can it be put in the request pile for a future release?

    Can't be done currently...
    Requests should go to the announced SQL Developer Exchange, so others can vote on them.
    Regards,
    K.

  • Formatting Script Output

    Why does SQL Developer ignore
    col name format a15 ?
    col name format a15
    col value format a15
    select name,value from v$parameter
    where name ='statistics_level'Each column length seems to default to 80 charaters.
    I end up needing to use the hortizontal scroll bar to see the results in the Script Output window.

    "col" is a SQL*Plus command. SQL Developer does understand a few SQL*Plus commands, but most of the formatting commands like "column" are not supported.

  • 4.0EA1 filename uppercase in script output

    When resizing files, the script output shows the filename in uppercase, ignoring the case used as input.  The command itself executes fine, the output is just a little confusing.
    Example:
    alter database datafile '/u02/oracle/oradata/dbname/fname_11.dbf' resize 20480M;
    Script Output window shows:
    database datafile '/U02/ORACLE/ORADATA/DBNAME/FNAME_11.DBF' altered.

    This is a known issue and will be addressed for the next EA release.

  • No Script Output

    Does SQL Developer have a query timeout? We often run queries as scripts and never receive the results in the script output window. We typically see the number of seconds a query takes (ie. 15.2343 seconds) to execute but no data. Any suggestions would be helpful.

    When using Execute Statement, the current query is executed (unless you have a selection) and the time is displayed on the toolbar, record count is displayed on the status bar and the query results appear in the Results tab. When using Run Script, the entire worksheet contents are executed (unless you have a selection) and the time is displayed on the toolbar, "Script Finished" is displayed on the status bar and the query results appear in the Script Output tab (which should be switched to by default).
    Scott - if you clear the Script Output before running as a script and then run your statement as a script, do you get anything at all on the Script Output? Also, you didn't say what your version details are (ie SQL Developer, JDK, DB, etc).
    theFurryOne

  • Is it possible in firefox to close a browser window/tab using java script without modifying the configuration settings? If YES, please let me know.

    Requirement: On click of button, I want the browser window to be closed.
    Solution: I am calling below java script on "onClick()" event of button.
    function close_window()
    window.close()
    This works in internet explorer but not in Mozilla Firefox. What is the reason behind it. Is there any way out to close the browser window in Mozilla Firefox?

    Can you post a link to a page that opens a pop-up window where a close button doesn't work?
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for