Turn off display on sql*plus and increase memory for oracle?

I want to turn off the output display on SQL*PLUS window and SPOOL the output to a file since the result is very big. i tried to SET TERM OFF but it doesn't work. Anybody knows what's the problem? or is there some other commands to use? My oracle is 9i. thx!!! And anybody knows how to increase the memory usage size for Oracle's jrew.exe? it's too slow when i try to retrieve some big size data from oracle.

I just answered this question on the OTN -> General forum. You could try the SQL*Plus startup switch -s to startup SQL*Plus in silent mode, eg:
C:\SQLPLUS -S
Alison

Similar Messages

  • In preview all is good...burning dvd the music cuts out 2 times in 4 songs...i have turned off all other programs, sleep and energy mode for battery...multiple tries... same result ...help

    IDVD - in preview all is good...burning dvd the music cuts out 2 times in 4 songs...i have turned off all other programs, sleep and energy mode for battery...multiple tries... same result ...help

    Hi
    No audio on DVD disc.
    Most common origin.
    1. Imported audio from iTunes.
    • In iTunes copy out as an audio-CD .aiff
    • Use this in Your movie project
    2. Low - Free Space on Start-up/Boot/Internal/Mac OS Hard disk makes it hard for iMovie to work as intended.
    Down to 1.3 GB and it doesn’t work - especially audio don’t migrate over to Media Browser
    (iM’08 & 09)
    3. Material in iMovie’08 & 09 - Shared to Media Browser and here selected as Large
    large.m4v. It silenced out this project in iDVD. By making a slight alteration - provocing it to ask for a new Share/Publish to Media Browser and here selecting 640x480 - and audio was back when a new iDVD project was created including this movie.
    176x144
    480x360
    640x480
    720x540    960x540
    4. Strange audio formats like .mp3, .avi etc.
    • Change them to .aiff. Use an audio editor like Audacity (free)
    5. Main audio is set to off in System Preferences - Does this by it self - Don’t know why
    Cheque Audio-Out resp. Audio-In
    6. Ed Hanna
    Had the same problem; some Googling around gave me a kludgy, but effective fix
    Downgrade Perian from recent versions back to version 1.0.
    That worked for me, and so far I haven't encountered any deficiencies—except it takes more advanced versions of Perian to enable QuickTime to handle subtitles in .srt format—that I have noticed.
    7. GarageBand fix.
    In this set audio to 44.1 kHz (Klaus1 suggestion)
    (if this don’t work try 48 kHz - me guessing)
    Before burning the DVD.
    • Do a DiskImage (File menu and down)
    • Double click on the .img file
    • Test it with Apple DVD-player
    If it’s OK then make Your DVD.
    Burn at x1 speed.... (or x4)
    • In iDVD 08 - or - 09
    • Burn from DiskImage with Apple’s Disk Utilities application
    • OR burn with Roxio Toast™ if You got it
    Yours Bengt W

  • I was playing songs on Itunes while charging then my iphone 3 suddenly turned off. I pressed sleep and wake botton for 10 mins but no logo appeared.What happened?

    I was playing songs on Itunes while charging my iphone 3 then suddenly turned off. I pressed sleep and wake botton for 10 mins but no logo appeared.What happened?

    Sorry, but if you see the "connect to iTunes" screen on your phone, the only option is to restore, backing up the phone is not possible at this point, even importing the photos might not work anymore.
    Import photos and videos from your iPhone, iPad, or iPod touch to your Mac or Windows PC - Apple Support

  • Turn off verizon greeting with incomming and outgoing calls for LG G2

    Can  anyone tell me how to turn off the Verizon greeting with all incoming and outgoing calls for LG G2

        Hi lindapet2!
    I would love to assist you with your device settings.  First, provide me some additional details as to what you're experiencing.  Are you referring to an audible alert or is this a pop-up message you see when making and receiving calls?  Please let me know so that I can further assist.  Thanks!
    AnthonyTa_VZW
    Follow us on Twitter @VZWSupport

  • SQL examples and/or exercises for Oracle Express Edition

    Hi!
    I'm learning SQL with Oracle XE, i'm looking for examples or exercises to work with the XE example database for so i learn SQL.
    Somebody know something like this?
    Regards.

    start here
    http://www.oracle.com/technology/obe/start/index.html
    and read this
    http://www.oracle.com/pls/db102/homepage

  • 2007 Macbook Pro - Won't turn off or on. Power on button only results in quickly flashing power-on button on front of computer by display open latch. Turn off by disconnecting power cord and removing battery. Help!

    2007 Macbook Pro OS X Maverick with maxed out processor and hard drive. It's been running beautifully for years! - When shutting down the computer failed to turn off. Now it won't turn off or on. Powering on only results in quickly flashing power-on button on front of computer by display open latch. To turn off by disconnecting power cord and removing battery. Help!

    Hi P S 13,
    If your MacBook Pro will not power on as you describe, I would suggest you troubleshoot using the steps in this article -
    Troubleshooting: My computer won't turn on
    http://support.apple.com/kb/TS1367
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • I turned off all my tool bars and can't get them back again.

    I inadvertently turned off all my tool bars and now can't turn them back on again. I can't get to any of my favorites. How do I turn on Tool bars when I don't have a tool bar to do it?

    If you have hidden the menu bar, press either Alt or F10, this will temporarily display the menu bar, then in the View menu select Toolbars and click on the "Menu Bar" entry to permanently display the menu bar.
    You can then use View > Toolbars to display the other toolbars that you want.

  • SQL*Plus and NLS_DATE_FORMAT

    So, I haven't visited this topic in a long time, so I'm trying to refresh my memory on how everything works ...
    We set our NLS_DATE_FORMAT at the system level ... what ... 4 years ago to 'MM/DD/RR'. Despite the fact that I set this to something more commonly-used than the default of 'DD-Mon-RR', we've adopted the standard of always using TO_DATE() with an explicit format, just in case it's ever changed.
    There were some applications that missed the standard, and now that a driver (for ColdFusion) has been updated, these SQL statements are now failing.
    When I started looking into it, I realized that the system-level default of 'MM/DD/RR' should work fine. But, after experimenting in SQL*Plus and TOAD, I am thinking that either:
    1) the system-level format is not being used
    2) and/or there are login scripts which are setting these to something else
    Coincidentally, both SQL*Plus and TOAD return the exact same query results:
    SQL> select *
         from NLS_INSTANCE_PARAMETERS
         where parameter = 'NLS_DATE_FORMAT';
    PARAMETER                      VALUE
    NLS_DATE_FORMAT                MM/DD/RR
    SQL> select *
         from NLS_SESSION_PARAMETERS
         where parameter = 'NLS_DATE_FORMAT';
    PARAMETER                      VALUE
    NLS_DATE_FORMAT                DD-MON-RRSo I looked into the glogin.sql script (which both tools share), and there's nothing mentioned about the NLS_DATE_FORMAT
    -- Copyright (c) 1988, 2003, Oracle Corporation. 
    -- All Rights Reserved.
    -- NAME
    --   glogin.sql
    -- DESCRIPTION
    --   SQL*Plus global login "site profile" file
    --   Add any SQL*Plus commands here that are to
    --   be executed when a user starts SQL*Plus, or
    --   uses the SQL*Plus CONNECT command
    -- USAGE
    --   This script is automatically run
    -- Used by Trusted Oracle
    COLUMN ROWLABEL FORMAT A15
    -- Used for the SHOW ERRORS command
    COLUMN LINE/COL FORMAT A8
    COLUMN ERROR    FORMAT A65  WORD_WRAPPED
    -- Used for the SHOW SGA command
    COLUMN name_col_plus_show_sga FORMAT a24
    COLUMN units_col_plus_show_sga FORMAT a15
    -- Defaults for SHOW PARAMETERS
    COLUMN name_col_plus_show_param FORMAT a36 HEADING NAME
    COLUMN value_col_plus_show_param FORMAT a30 HEADING VALUE
    -- Defaults for SHOW RECYCLEBIN
    COLUMN origname_plus_show_recyc   FORMAT a16 HEADING 'ORIGINAL NAME'
    COLUMN objectname_plus_show_recyc FORMAT a30 HEADING 'RECYCLEBIN NAME'
    COLUMN objtype_plus_show_recyc    FORMAT a12 HEADING 'OBJECT TYPE'
    COLUMN droptime_plus_show_recyc   FORMAT a19 HEADING 'DROP TIME'
    -- Defaults for SET AUTOTRACE EXPLAIN report
    COLUMN id_plus_exp FORMAT 990 HEADING i
    COLUMN parent_id_plus_exp FORMAT 990 HEADING p
    COLUMN plan_plus_exp FORMAT a60
    COLUMN object_node_plus_exp FORMAT a8
    COLUMN other_tag_plus_exp FORMAT a29
    COLUMN other_plus_exp FORMAT a44
    -- Used to alter the TOAD environment so that users do not have to
    -- use the SET DEFINE OFF command prior to compiling code
    -- Charles Forbes 10.17.2005
    SET scan offIf I expressly go into either tool and execute, the following, setting the format to that already delcared at the system-level:
    alter session set nls_date_format = 'MM/DD/RR'Then these SQL statements start running just fine again.
    There's something that I'm missing in my basic understanding of how this works. I assumed that the driver update for ColdFusion perhaps enabled a different "glogin.sql"-type script equivalent for that tool ... until ... I started checking into how the NLS_DATE_FORMAT is supposed to work ... but isn't. Could someone help me clarify where the hole is in my understanding?
    Thanks,
    Chuck

    chuckers wrote:
    What's the difference, then, between NLS_SESSION_PARAMETERS and NLS_INSTANCE_PARAMETERS in my initial post? The glogin.sql script isn't altering the NLS_DATE_FORMAT for the desktop version of SQL*Plus, so I'm perplexed that the SESSION format differs from the INSTANCE format.NLS_SESSION_PARAMETERS are the NLS parameters that are in force for your particular session (i.e. the particular connection you have). Most client applications cause things like NLS_DATE_FORMAT to be set, overriding the NLS_INSTANCE_PARAMETERS. Instance-level NLS settings are most commonly used only for purely back-end processing (i.e. background jobs scheduled via DBMS_JOB or DBMS_SCHEDULER, etc.) 9 times out of 10, the client application is going to override the instance-level paramters.
    I even opened SQL Developer, and got
    select * from nls_session_parameters where parameter = 'NLS_DATE_FORMAT';
    PARAMETER                      VALUE                                   
    NLS_DATE_FORMAT                DD-MON-RR                               
    1 rows selected
    select * from nls_instance_parameters where parameter = 'NLS_DATE_FORMAT'
    PARAMETER                      VALUE                                   
    NLS_DATE_FORMAT                MM/DD/RR                                
    1 rows selected
    That's not unexpected. Java applications are going to use the Java regional properties at least to specify a date format. SQL Developer has a config option for the date format, so it may well be specifying a different format.
    They're all 3 (Toad, SQL*Plus, TOAD) so suspiciously consistent, that I'm questioning some of the fundamentals of the NLS setup.
    I went ahead and looked via SQL*Plus from the server-side, & things are looking more consistently in-line with my expectations:
    [oracle@dvsrvr13 ~]$ sqlplus forbesc@d13
    SQL*Plus: Release 10.1.0.4.0 - Production on Thu Mar 19 12:44:57 2009
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select * from nls_session_parameters where parameter = 'NLS_DATE_FORMAT';
    PARAMETER                      VALUE
    NLS_DATE_FORMAT                MM/DD/RR
    SQL> select * from nls_instance_parameters where parameter = 'NLS_DATE_FORMAT';
    PARAMETER                      VALUE
    NLS_DATE_FORMAT                MM/DD/RR
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    [oracle@dvsrvr13 ~]$ locate glogin.sql
    /u01/app/oracle/product/10.1.0/db_1/sqlplus/admin/glogin.sql
    [oracle@dvsrvr13 ~]$ more /u01/app/oracle/product/10.1.0/db_1/sqlplus/admin/glogin.sql
    -- Copyright (c) 1988, 2003, Oracle Corporation.  All Rights Reserved.
    -- NAME
    --   glogin.sql
    -- DESCRIPTION
    --   SQL*Plus global login "site profile" file
    --   Add any SQL*Plus commands here that are to be executed when a
    --   user starts SQL*Plus, or uses the SQL*Plus CONNECT command
    -- USAGE
    --   This script is automatically run
    -- Used by Trusted Oracle
    COLUMN ROWLABEL FORMAT A15
    -- Used for the SHOW ERRORS command
    COLUMN LINE/COL FORMAT A8
    COLUMN ERROR    FORMAT A65  WORD_WRAPPED
    -- Used for the SHOW SGA command
    COLUMN name_col_plus_show_sga FORMAT a24
    COLUMN units_col_plus_show_sga FORMAT a15
    -- Defaults for SHOW PARAMETERS
    COLUMN name_col_plus_show_param FORMAT a36 HEADING NAME
    COLUMN value_col_plus_show_param FORMAT a30 HEADING VALUE
    -- Defaults for SHOW RECYCLEBIN
    COLUMN origname_plus_show_recyc   FORMAT a16 HEADING 'ORIGINAL NAME'
    COLUMN objectname_plus_show_recyc FORMAT a30 HEADING 'RECYCLEBIN NAME'
    COLUMN objtype_plus_show_recyc    FORMAT a12 HEADING 'OBJECT TYPE'
    COLUMN droptime_plus_show_recyc   FORMAT a19 HEADING 'DROP TIME'
    -- Defaults for SET AUTOTRACE EXPLAIN report
    COLUMN id_plus_exp FORMAT 990 HEADING i
    COLUMN parent_id_plus_exp FORMAT 990 HEADING p
    COLUMN plan_plus_exp FORMAT a60
    COLUMN object_node_plus_exp FORMAT a8
    COLUMN other_tag_plus_exp FORMAT a29
    COLUMN other_plus_exp FORMAT a44
    [oracle@dvsrvr13 ~]$ So in all, I'm just perplexed by the differences.
    --=cfI'm not surprised that SQL*Plus from the Unix database server is going to have session-level settings that match the instance-level settings because there is probably nothing set in the Unix environment that would override the instance-level settings. There is probably no NLS_LANG or NLS_DATE_FORMAT set as environment variables and probably no central place to look for regional settings. Most applications, particularly Windows and Java apps, are going to have multiple places to look for that sort of information.
    Justin

  • How to turn off display of Sidebar by default in OS 10.8.5 finder?

    How do I turn off display of Sidebar by default in ALL OS 10.8.5 finder windows?

    Set up Simple Finder
    Choose Apple menu > System Preferences, then click Parental Controls.Open Parental Controls preferences
    Click the lock icon to unlock it, then enter an administrator name and password.
    Select a user in the list of users, then click Apps.
    Select Use Simple Finder.
    In the Allowed Apps list, select apps the user can open.
    Select a category, then click the arrow to list the apps in the category. Select the checkbox to allow access to the app.
    To search for an app, enter its name in the search field.
    To turn on Simple Finder, you may have to restart the Mac.

  • Keyboard shortcut to turn off display

    I just bought BT keyboard. Could you please advise, what is the shortcut to turn off display? there is no break button on it. I suppose, there should be some alternative.

    Try Shift+control and the Eject key in the upper right of your keyboard.

  • Msi p45 platinum - freezes after power save turns off displays

    Just put this computer together, everything is stock, no overclocking. Seems to run fine, played a few hours of modern warfare 2 with no issues.
    I noticed It seems to freeze after the monitor gets turned off by the power save mode. I just tested this by setting it to turn off displays after 1 minute of inactivity, waited watched the monitor turn off, then I went to the move the mouse and the screen came back on but the cursor would not move. sometimes the screen will not even come back on.
    I have turned the computer on, left the room while it was booting to eat breakfast or take a shower, came back the screen was still on but the computer was frozen. Window 7 login screen was up, but there were some graphic glitches. this has happened a couple of times.
    If I manually put the computer to sleep it seems to come back properly.
    msi p45 platinum 1.6 bios, optimized defaults loaded
    e5200 intel dual core @2.5 ghz, 200FSB 12.5 multiplier
    4 x 1gb ddr2 (800mhz, nanya brand)
    nvidia gtx 260 (195.63 drivers x64)
    win7 ultimate x64
    enermax 720w powersupply

    I think it might be the video card or power supply. Was building two systems,
    second system has identical motherboard, processor and ram,
    galaxy gts 250 instead of the evga gtx 260.
    antec 430 earthwatts  instead of Enermax EIN720AWT 720W Power Supply
     Installed from same OS disc and same set of drivers. Second system seems to operate the powersave mode for the monitor correctly. Will have to do some testing switching videocards tonight.

  • 2 day old iphone 5s turns off at 95% battery life and will not turn back on. HELP

    So I had an iphone 4s for two years, the battery started to not last as long, so with my upgrade I got the iphone 5s (greatttt). Anyways I had it for a month then all of a sudden I wasn't getting calls, it took over a minute for me to even get a call to send, then once I was on the call others couldn't hear me well, then it would drop (no problems with service, always happened with full bars).  Brought it to Apple store, they told me it was a combination between the phone and my SIM card.  They gave me a new one and recommended I go to verizon to get a new SIM card.  That same day literally 3 hours later, the phone turned off randomly at 65% battery and WOULD NOT turn back on.  I had to go back to the apple store, they restored my phone and almost gave me another new one. However they tested the battery and everything and came to the conclusion it was okay and that I needed to restore the phone and set it up as if I did not already have an iphone (not use icloud to bring EVERYTHING over) So we did that and it started to work, that was two days ago.  Over the course of the last two days I have SLOWLY downloaded my previous APPS, however the only way to download those are to do it from the "cloud" because apparently I can't just get them from the app store.  Well yesterday I got the blue screen of death, however it came back, I thought nothing except that it was over worked.  Tonight it went down to 1%, I left it on the charger until it was at 96%.  I had NO APPS open. Went to my calendar and added a event for tomorrow, put my phone down and then ten minutes later looked at it and its turned off.  It will not turn on, I tried rebooting pressing both buttons, Ive plugged it back it, switched outlets, switched cords, NOTHING.
    Of course I wish I never got the iphone 5s at this point.
    What now?
    Back to Apple again?

    Yep.
    Just like cars, you lucked on a lemon.

  • I turned off icloud on my calendar and it deleted my entire calendar.  Is there a way of getting that back?

    I turned off icloud on my calendar and it deleted my entire calendar. I did this because I wanted to add a sport site to auto add my daughters hockey schedule.  For some reason it was not accepting this URL?   Is there a way of getting my calendar back?

    Perfect, that worked.  But I still cannot get this certain URL to work.  It gives me an error message 1.  Any ideas on that?

  • How can I play an album in order on my iphone?  The shuffle is turned off both on the phone and when the phone is sync'd but it continues to shuffle.

    How can I play songs from an album in order on my iphone 4?  The shyuffle is turned off both on the phone and on the device when I sync the phone with my iMac but it continues to shuffle.  All the songs in the album have been checked in iTunes.

    Bill, you ignorant moron.  Turn off the ultra secret hidden shuffle diabolically placed behind the album cover.  Just tap the album cover to expose the sinister little shuffle icon on the right.  Is it blue?  Well, tap it until it is no longer blue! Also, make sure you are in your playlist and not the genius playlist. 
    Hope this helps!  Now, who's ready for ice cream?  Or do  you want to "shyuffle" some more, you weirdo?!?

  • My wifi wasn't working for more than 10 minutes at a time after updating to IOS8 and resetting network settings. I turned off google drive, turned off Bluetooth, reset network settings and rebooted my iPad4. So far so good.

    I have an ipad4.  Wifi keeps cutting out after the upgrade even after I forget the network and resign on or reset all network settings. I deleted iCloud drive from my iPad, turned off Bluetooth, reset network settings, and rebooted my iPad. Since I upgraded to IOS8 this is the longest wifi has consistently been working for me. Which is approximately an hour now. Anyone else find that this worked or have figured out if this or anything out there is a permanent fix?

    Hi CollinGCC78,
    It sounds like you have been on the right track in troubleshooting this issue. If you are still having issues, you may want to double-check the steps outlined in the following article, in order if possible (apologies for replicating any steps you have already taken):
    iOS: Troubleshooting Wi-Fi networks and connections
    Regards,
    - Brenden

Maybe you are looking for

  • How does everyone hook up there Sony Beta Deck to capture in FCP?

    Hello all, I have a Sony Betacam SP UVW1800 and I am wondering how you hook it up to a Powermac G5 so I can start capturing some footage ... I am assuming that I need to get some kind of converter to firewire. Any suggestions?? Thanks in advance G5 Q

  • Left channel not working--it's a logic problem, but I can't debut it! HELP!!!

    I'm using a SB Audigy SE card on my XP machine. In the past, I've made good music files from CDs and records (remember those?), but I have not used the thing in about 18 months, and now I'm having a weird problem. I get output only on the LEFT channe

  • Mail keeps asking for password but won't go online

    I am having multiple problems with passwords on my MB Pro -- FYI running 10.9.   Just fixed a problem with being unable to get into my admin account because I didn't know the password; got that fixed then had problems with keychains - still having. 

  • When i try to export a video in FCPX 10.0.3 i get this error message

    When I try to export a edited video in FCPX I get this error message.... The operation couldn't be completed. (com.apple.Compressor.CompressorKit.ErrorDomain error -1.) Any one know how i can export please? What and why am I getting this message.

  • Total iCloud back up size does not match

    Hello, I just noticed that my "next icloud backup size" is only 8.6 gb, however, I have a 120GB iphone 6, 114gb which is being used. How is my icloud backup only 8.5 gb?  I have the 200gb icloud storage plan.