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.

Similar Messages

  • Printing from Script Output tab defaults to Tray 1

    Using the print icon on the Script Output tab sends the document to our multi-tray printer (a HP LaserJet 4050TN) but defaults to Tray 1 - the manual input tray. There is no way to change it - even choosing a specific tray in the print properties doesn't appear to do anything.
    Any ideas?
    Cheers
    Daniel

    Followup.
    This problem has been reported before:
    https://groups.google.com/forum/#!topic/chromebook​-central/xHLtvK4YK0I
    The Duplex setting in the Cloud Print dialog works for the pending print job, but changes to the setting don't "stick". I've worked around by leaving a stack of our normal print paper in tray 1, in addition to the stack in tray 2. Chromebooks print to the Tray 1 by default; local workstations print to Tray 2. Ugly; will shorten life of device.

  • Warning... dumb question ahead:  Tech guy who set up my Mac didn't give me my password info. Didn't need it till I decided to finally download a Flash Player upgrade, which won't complete process without my Mac password.  Suggestions?

    Warning... dumb question ahead:  Tech guy who set up my Macbook Pro didn't give me my password info, and yes I forgot to ask for it.   Didn't need it till I decided to finally download a Flash Player upgrade, which won't complete process without my Mac (Admin?) password.  Suggestions anyone?

    Warning... dumb question ahead:  Tech guy who set up my Macbook Pro didn't give me my password info, and yes I forgot to ask for it.   Didn't need it till I decided to finally download a Flash Player upgrade, which won't complete process without my Mac (Admin?) password.  Suggestions anyone?
    Forgot Mac Password? How to Reset Your Mac Password (with or without CD)
    Changing or resetting an account password

  • Turn off Script Output like set termout off

    Version:
    Oracle SQL Developer 2.1.0.63
    Version 2.1.0.63
    Build MAIN-63.73
    Running on Windows XP SP2
    I have a DML script with 217439 rows( ~40meg filesize ). Of course it loads slowly and the IDE is consuming large amounts of memory. About halfway through the processing of this file it becomes painfully slow( very similar to Quest's SQL Navigator ) around the 100,00 record mark. It feels like a resource issue as a result of the script output constantly reporting/recording the 1 record inserted message.
    Is there a way to SET TERMOUT OFF; in SQL Developer so this output is ignored?

    Hi Squiggles,
    Set termout on works in 2.1.1 (I checked a beta release of 2.1 and set termout off was already implemented so it should be in 2.1).
    It has to be a sub script you are running - not just in the top level directory:
    so given pm.sql is:
    prompt promptme
    set termout on
    select 1 from dual;
    @/home/totierne/pm.sql
    gives
    1
    1
    promptme
    and
    set termout off
    select 1 from dual;
    @/home/totierne/pm.sql
    gives
    1
    1
    [ie no prompt me]
    I just did a quick check on the spool side - set term off just turns off the terminal - output still goes to the spool file - but that should not cause a huge slowdown (as long as the disk does not fill up) it is just appending to a file not keeping it in memory or displaying the entire chunk of data.
    -Turloch

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

  • Auto-clear previous script output on running next command

    Hi
    Is there a way to auto-clear the previous script output when i run the next sql? Thanks
    Rgds
    Ung

    As for now, you may manually use Clear button on it.
    Out of my curiosity, why would you need to automatically clear the previous output?
    Here is another consideration, if your statement contains error, would you still want it to be automatically erased?
    IMO, keeping the previous output is really preferable.
    Please notice there are two ways of executing command, using F9 (execute) and F5 (run script). Both of them are reported under Script Output tab.
    Imagine after executing update or delete statement followed by commit, currently you may still see the information on inflicted record instead of having the script output only containing "commited".
    Or... you execute many updates, and still can see the whole count of updated records, instead of getting the last one only.
    As for now, I am very disagree with this feature.
    Regards,
    Buntoro

  • HT4437 this may seem like a dumb question, but do you always have to have wifi on to play music using airplay through the tv

    This may seem like a dumb question, but once you have set up airplay from the ipad through the tv do you always need to have the internet on.

    It's not necessary to have an internet connection in order to AirPlay content to the Apple TV unless the content is protected. You will however need to keep your wifi network turned on.

  • 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

  • Regarding SAP Script Output validation in Layout set

    Hi All,
    I have a issue in SAP Script Output.
    I have a <b>Standard Print Program</b>. and layout set.
    I can do validations only in Layout set.
    The actual issue is i have a <b>internal table field</b> in <b>print program</b> that i am displaying in <b>layout set</b>. Now i want it to be subtracted with number <b>20</b>, since i can not edit code in <b>Print Program</b>. i want to subtract that internal table field with 20 in layout set itself.
    Can anybody tell me how can i solve this issue.
    <b>Note:</b>  I need to do calculation only in layout set.
    Can anybody give me the solution.
    Thanks in advance.
    Thanks & Regards,
    Rayeez.

    Hi,
    Thanks for that reply.
    so with <b>SUMMING</b> command i can do calculation.
    I am already having <b>i_tab1-sum</b> coming from print program and i have declared one symbol using
    DEFINE &v_val& = 20 in layout set.
    Then i want to subtract &v_val& with &i_tab1-sum&.
    using the follow syntax tell me wether syntax is correct or not.
    SUMMING &i_tab1-sum&-&v_val& INTO &i_tab1-sum&.
    will it work.
    once again thanks for that reply.
    Thanks & Regards,
    Rayeez.

  • Two really quick/dumb questions!

    Hi All,
    I have just bought a new Mac Mini and hooked it up to my Samsung 55 inch TV via HDMI and everything seems do be working great.
    My two dumb questions are:
    1: where on the new OS (I had a Mac 5 years ago and things have changed) is the top "Finder" bar and "disc" icon to save files?
    2: In Safari I do not seem to have a tools bar where I can for example open another tab for a new web page.
    Hope you can help a nubby :-)

    You are running a Mini so it might be that the screen resolution is not exact for your display. I have used a Mini with a conventional display but not HDTV. You might need to go into the settings for the TV to set the screen resolution to accommodate the mini's capabilities. Sorry that  I can't offer more on that score; when I use my Sony Bravia HDTV  it is with the iPad2 and HDMI and I have encountered no issues. Perhaps someone else on the forum has better insight into the Menu Bar problem on the Samsung as the principal display. 

  • How to flush script output in sql developer

    Greetings from a newbie,
    how can I flush script output in sql developer?
    regards,
    Valerie

    Flush? You can wipe the Output pane by pressing the "Clear" icon (crayon gum): the first icon on the tab's mini-toolbar.
    Does that answer your question?
    K.

  • 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

  • Long lines corupt script output

    When SQL run as Script (F5) produces too long lines any Script Output gets blank. Text is there in tab Script Output and I can copy and past it but I can't see it.
    What setting could affect this?
    --This SQL is working fine
    select rpad('Test1',4000), rpad(' ',996) from dual;
    --and this sql output is white on white:
    select rpad('Test2',4000), rpad(' ',997) from dual;
    Adam Dziurda
    PS. Affected version Oracle SQL Developer Version 4.0.0.12.27 (aka 4.0 EA1)

    Yes, I see that. I've logged bug 17218146 for it.
    Thanks
    Barry

  • Tab set index

    Hello,
    Is it possible to get the selected item for a tab set ?
    Best Regards
    Franck Lugand

    Hi Franck,
    I realise this has been marked as complete but there is a simple(ish) workaround you can use as follows:
    Chose a cell to contain the index of the selected tab - you can make this text or a number whatever you require e.g. $A$1
    Next reserve three side by side columns with enough rows for each tab item and set up with the formula = $A$1 in the first column, the text that you want to be returned based on the selected tab in the second column and the formula =IF($A$1=$B3,1,0)  in the third column e.g.:
         A          B               C
    3     =$A$1          Tab 1 Selected          =IF($A$1=$B3,1,0)
    4     =$A$1          Tab 2 Selected          =IF($A$1=$B4,1,0)
    5     =$A$1          Tab 3 Selected          =IF($A$1=$B5,1,0)
    Next in each tab insert a toggle button.  Resize the toggle button to the full size of the tab canvas - make sure that it is on top of all other components i.e. appears furthest down in the tree on the left.  Set the transparency to 100%, disable displaying the labels and set toggle on Mouse Over.  Bind the source data a follows:
    Button on Tab 1 = $A$3:$B$3
    Button on Tab 2 = $A$4:$B$4
    Button on Tab 2 = $A$5:$B$5
    Bind the target cell for all buttons to cell $A$1
    Set the dynamic visibility as follows
    Button on Tab 1 = Status: $C$3, Key: 1
    Button on Tab 2 = Status: $C$4, Key: 1
    Button on Tab 3 = Status: $C$5, Key: 1
    That's it.  Now simply look at cell $A$1 to see what tab is selected.  This works by simply showing an invisible toggle button which disappears as soon as it is scrolled over whilst updating the cell $A$1 at the same time.
    It should be noted that this method does have the limitation where if the user selects a tab but then the mouse never goes over the tab area you will not know which tab was selected.
    Also - Phil  I've answered the question re push buttons in [your other thread|Tab Set Container Hyperlink?;.
    Regards,
    Paul

  • PO Vendor Email ID is not getting updated in PO Output Tab

    Hello Experts,
    We are facing any issue with the PO vendor email id.
    Scenario: While creating the PO, we are mapping the vendor address (Like, Email, phone no, fax no .)From shopping cart which are custom fields of shopping cart.
    And these address details getting flowing to PO while creating PO.
    And we can see the updated address in partner details for the vendor.
    But the issue is coming as, this email id and fax no has get update in the PO Output tab also. This is not working for only email id, where as fax no id getting updated in the PO Output tab.
    Can you please check this and provide us a solution for this issue. Why only the email is not getting updated.
    I noticed that, there is FM module which gets address details of the vendor BBP_OUTPUT_PO_PARAMS_GET from the memory which is not getting the correct details
    Seeking your help.
    We will appreciate if somebody can provide us solution for this issue.
    Thank you,
    Bharathi.
    Edited by: Latha V on Feb 11, 2009 10:01 AM

    Hi check follwoing
    1. Set Delivery complete indicator at plant leve
    spro - mm --inventory mgmt ---Goods receipt --- Set delivery complete indicator
    2. Control field selection for MIGO to disable users from changing it.
    spro -- Materials Mgmt -->Inventory Mgmt -- Settings for enjoy Transaction -->Field Selection for MIGO
    and chek this link
    ["Delivery Completed" Indicator
    Regards
    Kailas Ugale

Maybe you are looking for