Big Query to XLS - Freeze the program

Hi everybody!
I have to export to an XLS file a big Query with more than 100.000 rows... When I do that, the program starts to export, but when pass more than 70.000 rows the program freeze and dont respond anymore...
Is this a bug of the version?
About the system:
Windows XP 32 Bits
Intel Core 2 4300
1 Gb DDR2
Sql Developer:
Oracle IDE     2.1.1.64.45
Plataforma Java(TM)     1.6.0_11
Soporte de Control de Versiones     2.1.1.64.45
Best regards.
Edited by: user4300570 on Dec 17, 2010 7:19 AM

Not justifying the freeze, but Excel's last row is 65536, so any result set greater than that wouldn't fit anyway.
You could request spanning over multiple Excel sheets at the SQL Developer Exchange though, so other users can vote and add weight for possible future implementation.
Regards,
K.

Similar Messages

  • W530 print dialog freezes the program

    Hi,
         For the past two days I have encountered strange issues.
    I am trying to print out documents or images either from MS word, Adobe Photoshop, Adobe acrobat reader or Firefox. No matter which program I use, the moment I click print, the program freezes without bringing up the printing dialog box. I am unable to figure out the issue.
    I have additional issues with MS office where certain functions freeze the program from time to time. For example, when I try to change the font type or size, the program would freeze. This requires me to try  a couple of restarts or a fresh reinstall of the program. I believe these are bugs relating to my laptop as the same programs (from the same discs) are installed on my home desktop and they work flawlessly.
    FYI, I have made the following changes to my W530
    1. I have replaced the original 500GB 7200RPM primary hard disk with 240GB OCZ Vertex4 SSD. The 500GB hard disk has been moved to the CD ROM bay to serve as a 2nd HDD.
    2. I have increased the RAM to 16 GB.
    Apart from these changes it retains the original settings. It runs a Windows 7 64 bit OS.
    Any help to solve this issue is gratefully acknowledged
    Best wishes
    Arul

    Hi, altruist77
    To narrow down the list of possible issues, it may be a good idea to boot the system into Safe Mode and try the same steps as before and see if the issue still occurs. The printers will not load in safe mode, so you would not be able to print to them anyway. But I am curious to see if the print dialog will still make the computer hang.
    To boot into safe mode, either restart your computer or start from a cold boot. Begin tapping F8 at the splash screen and continue to tap the button until a menu appears. One of the options on this menu should be Safe Mode with Networking. Select this option and the computer will boot. Some features are removed from Safe Mode, so the display will likely look very different, but it is normal. Run the steps in this mode and see what happens.
    Best of luck, and let me know how it goes
    Adam
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution!" This will help the rest of the community with similar issues identify the verified solution and benefit from it.

  • Photoshop Elements 2.0 downloads freezes the program

    When I open Photoshop Elements it starts to download new files and then the Photoshop program freezes. I am able to use all the other programs but I can not use Photoshop and I am unable to close the program or opt out of downloads.
    Can anyone tell me what can I do so I am able to use this program short of unplugging the internet? If this little photoshop is incompatable with Apple or Mac OS X is there an Apple program that is comparable to Photoshop?
    iMac   Mac OS X (10.4.9)  
    iMac   Mac OS X (10.4.9)  

    Actually, you do want to start by "unplugging the internet." Quit PE, take the computer totally offline, restart PE and then go to preferences>Adobe Online and set Check for Updates to Never. There never were any, never will be any now that the program is up to version 5. It's the update checker that makes it hang.

  • Why does EVERY attempt to "reject" even a tiny clip freeze the program?

    ****, I know I am a real neophyte here, but iMovie STINKS. Every little thing causes it to hang up and freeze. Case in point: I (finally) download video from an old camcorder using an analog to digital converter. Importing is easy. God forbid one tries to actually EDIT something, however.
    I was going through the clips and "rejecting" snippets here and there (an aside- why not just say "delete" like normal people?) and got to the point that it was time to "move them to the trash. Little did I know what I was in for......
    EVERY time I did this the program would "hang" or freeze. If Ii let it go several minutes it would often complete the task, even if the deleted clip was all of half a second--literally. Sometimes it wouldn't work and I had to force quit, while DELETED THE WHOLE DAMNED HOUR I JUST SPENT IMPORTING! What a piece of junk.
    Does anyone have any idea what the **** is wrong with this thing? I've updates software and done what little I know how to do. I called Apple and, of course, they admit it pretty much *****. What do we do in the interim? I don't feel like loading the 06 version as some are doing. I barely get the 08 version. Not so sure I feel like doing another one and don't know if it can handle HD video when I try the new Canon 1080i HD camcorder.
    Suggestions? ideas? Thanks in advance.

    I think that the entire length of video event is reprocessed, even when a short amount is deleted, so if the clip is long, it takes a long time. I have been very frustrated with this as well, but have noticed that if I walk away from the computer, and come back later it is done (even when the "force quit" shows that imovie O8 is not responding). This is very frustrating, has not been fixed by Apple (I have been complaining since 08 came out), but there still are some advantages.
    I am using both iMovie 08 and iMovie HD in processing/archiving old videos (non-digital, which I am transferring using a Canopus ADVC110). What I like about iMovie 08 (despite it's many draw-backs) is that files are saved as quicktime, and I can easily import them into Final Cut Express. Also, the thumbnails make it terribly easy to find the segments you are looking for. Otherwise, iMovie HD is better.

  • How to find the query name by seeing the program name?

    Hi,
    i have one auto generated program in production AQCSPU==========ZPSPOWHO======
    Now user executing this program by taking help of se38 and sa38 t-code.But now suddenly sa38 and sa38 access blocked for the user so thay are now unable to execute the above program(which was a report).
    They are  asking to craete a t-code for this program.How to do it? because in dev. system this program doesnot exist.
    Please help regarding this issue.

    Hello,
    Sanjoy Ghose suggestion is a good one. It should work.
    However i would advice that you download the query and infoset from your production system and then upload in your development system. Then assign the Tcode and move it across production. The advantage being that tomorrow if authorization for creation/changes in queries is taken our in production then you have a development copy to work on.
    Use program 'RSAQR3TR' to download the query and the infoset.
    Thanks,
    Neeraj

  • Why when using WebClient inside a backgroundworker it's still freezing the program untill the download is over ?

    In form1 constructor:
    fileDownloadRadar();backgroundWorker2.RunWorkerAsync();
    First i'm downloading one image from another source using WebClient in form1:
    private void fileDownloadRadar()
    if (Client.IsBusy == true)
    Client.CancelAsync();
    else
    Client.DownloadFileAsync(myUri, combinedTemp);
    Then in the DoWork event:
    private void backgroundWorker2_DoWork(object sender, DoWorkEventArgs e)
    SatelliteImages.ExtractCountires();
    this.BeginInvoke(new MethodInvoker(delegate
    for (int i = 0; i < SatelliteImages.countriescodes.Count; i++)
    comboBox1.Items.Add(SatelliteImages.countriescodes[i]);
    for (int i = 0; i < SatelliteImages.countriesnames.Count; i++)
    comboBox2.Items.Add(SatelliteImages.countriesnames[i]);
    comboBox1.Text = "is";
    comboBox2.Text = "Europe";
    SatelliteImages.ExtractDateTime(comboBox1.Text, true, combinedsatelliteimagesdir);
    This is the SatelliteImages class:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.Windows.Forms;
    using System.Web;
    using System.Globalization;
    using System.IO;
    using System.Net;
    using System.Text.RegularExpressions;
    namespace mws
    public partial class SatelliteImages : Form
    static WebClient client;
    List<string> imagesUrls = new List<string>();
    static string htmltoextract;
    static string link;
    static string text;
    public static List<string> countriescodes = new List<string>();
    public static List<string> countriesnames = new List<string>();
    public SatelliteImages()
    InitializeComponent();
    public static void ExtractCountires()
    htmltoextract = "http://sat24.com/en/?ir=true";//"http://sat24.com/en/";// + regions;
    client = new WebClient();
    client.DownloadFile(htmltoextract, @"c:\temp\sat24.html");
    client.Dispose();
    string tag1 = "<li><a href=\"/en/";
    string tag2 = "</a></li>";
    string s = System.IO.File.ReadAllText(@"c:\temp\sat24.html");
    s = s.Substring(s.IndexOf(tag1));
    s = s.Substring(0, s.LastIndexOf(tag2) + tag2.ToCharArray().Length);
    s = s.Replace("\r", "").Replace("\n", "").Replace(" ", "");
    string[] parts = s.Split(new string[] { tag1, tag2 }, StringSplitOptions.RemoveEmptyEntries);
    string tag3 = "<li><ahref=\"/en/";
    for (int i = 0; i < parts.Length; i++)
    if (i == 17)
    break;
    string l = "";
    if (parts[i].Contains(tag3))
    l = parts[i].Replace(tag3, "");
    string z1 = l.Substring(0, l.IndexOf('"'));
    countriescodes.Add(z1);
    string z2 = parts[i].Substring(parts[i].LastIndexOf('>') + 1);
    countriesnames.Add(z2);
    public static void ExtractDateTime(string selectedregion,bool infraredorvisual, string satimagesdir)
    WebClient client1 = new WebClient();
    string[] Urls = new string[9];
    string input = File.ReadAllText(@"c:\temp\sat24.html");
    string pattern1 = @"imageUrls = \[[^\]]*\]";
    Regex ex1 = new Regex(pattern1, RegexOptions.Singleline);
    string pattern2 = @"region=(?'region'[^&]*)&time=(?'time'\d{12})";
    Match match1 = ex1.Match(input);
    Regex ex2 = new Regex(pattern2, RegexOptions.Singleline);
    MatchCollection matches2 = ex2.Matches(match1.Value);
    IFormatProvider provider = CultureInfo.InvariantCulture;
    List<DateTime> dateTime = new List<DateTime>();
    foreach (Match match2 in matches2)
    string region = match2.Groups["region"].Value;
    DateTime dt = DateTime.ParseExact(match2.Groups["time"].Value, "yyyyMMddHHmm", provider);
    switch (region)
    case "eu":
    dt.AddHours(1);
    break;
    case "is":
    dt.AddHours(-1);
    break;
    dateTime.Add(dt);
    for (int i = 0; i < dateTime.Count; i++)
    string result = dateTime[i].ToString("yyyyMMddHHmm");
    link = "http://www.sat24.com/image2.ashx?region=" + selectedregion + "&time=" + result + "&ir=" +
    infraredorvisual ;
    // why downloading so slow ? to check maybe to ask
    // in forums.
    string filePath = Path.Combine(satimagesdir, "SatImage" + i + ".GIF");
    try
    client1.DownloadFile(link, filePath);
    catch (Exception e)
    DannyGeneral.Logger.Write(e.ToString());
    client1.Dispose();
    private void SatelliteImages_Load(object sender, EventArgs e)
    I guess the problem is in the SatelliteImages class where i'm downloading there first time the html file and then downloading 9 images.
    I tried to start the backgroundworker2 inside the completed event in form1 of the WebClient.
    But again it's all freezing untill it's completing downloading the images in the class SatelliteImages.
    I thought put it in the backgroundworker2 dowork will not make it freeze.
    Why the downloadings in the class SatelliteImages make it all freeze untill it finish the downloadings even if it's inside the backgroundworker2 dowork event ?

    Unless I have missed something, the only thing that is running on the background thread is:
    SatelliteImages.ExtractCountires();
    It would be greatly appreciated if you would mark any helpful entries as helpful and if the entry answers your question, please mark it with the Answer link.

  • Why does spellcheck suddenly freeze the program in INDD-CS6? Only happens on some characters/words.

    I use CS6-INDD for Mac.  Sometimes during spellcheck everything freezes.  If I go to Force Quit I see that INDD "is not responding."  The type appears to have no odd characteristics.  Only happens sometimes.  How to stop it????

    Ask in the ID forum and be more specific. We know nothing about your language settings, fonts used, paragraph styles and whatnot. It is imaginable that you are using a specific font with glyph substitution like ligatures and the spell checking can't deal with it or something like that...
    Mylenium

  • Ebook loads but is empty and freezes the program.

    Please. Have reloaded Digital editions after emptying and reloading my computer from the basement. Have registered and got itunes and NVDA exactly as it was last time I used it.It loaded and played my book the last time.  it loads and plays the free ebooks that are on offer but when I load My ebook    http://store.blurb.co.uk/ebooks/449919-some-doggie-poems-wot-i-have-writ    and put it into the library I then try to open it, it opens but is empty and it freezes everything and the only way of removing it is to switch off my computer. I have been in touch with Blurb who assure me there is no problem their end. can anyone help please. MICK.

    I have an XP and used Hotmail today and yesterday. There seem to have been some changes recently with how attachments are handled (for example you add photographs to emails) but the basic Hotmail and its inbox seem to be functioning fine.
    '' "I have the latest level MF" '' what is '''MF'''?

  • Query does not retrieves the correct values

    Hi,
    pls look into the code.
    clear: wf_etenr,
             vbep.
    To get the Scheduled Loading date and Scheduled Arrival Date.
        SELECT MAX( etenr ) FROM  vbep INTO wf_etenr
                            WHERE vbeln = tvbdpl-vgbel
                            AND   posnr = wl_posnr.
        IF sy-subrc EQ 0.
          clear vbep.
          SELECT SINGLE * FROM vbep         "R02
                 WHERE vbeln = tvbdpl-vgbel "R02
                  AND posnr = tvbdpl-vgpos  "R02
                  AND etenr = wf_etenr.
          IF sy-subrc EQ 0.
    when i see the values at dictionary level using the same wher conditions are mismatching with the query excution result in the program.
    here in the second query ( SELECT SINGLE * ) it giving the wrong results .
    if i compare the results at table level ,some of the field values are missing after excuting the above second query.
    pls can any one give me ur suggestion on this !
    rgds
    sanjay reddy

    Hi,
    are these the same?
    wl_posnr and tvbdpl-vgpos
    try
    SELECT SINGLE * FROM vbep
    WHERE vbeln = tvbdpl-vgbel
    AND posnr = wl_posnr
    AND etenr = wf_etenr.
    IF sy-subrc EQ 0.
    to make somewhat consistent querys.
    regards
    Message was edited by: Zlatko
            Zlatko Stracenski

  • My itunes will not open at all. it occasionally will open but when i plug my iphone into it the program freezes and crashes. please help as soon as possible

    my itunes will not open at all. it occasionally will open but when i plug my iphone into it the program freezes and crashes. please help as soon as possible

    i think i might have a solution... i have windows vista and after i installed to latest itunes update everytime i tried to open it it would freeze. I tried everything, including uninstalling itunes and all of its components and reinstalled it numerous times. So i went to the itunes folder in my folders, not on itunes, and i deleted my itunes library and playlists. After that it worked just fine, all of my music was deleted but luckily i had my files saved elsewhere.
    I hope this helped! I know its frustrating and APPLE/ITUNES NEED TO FIX THE PROBLEM!!!!

  • I have files that freeze my programs whenever I try to open ANY file. Is there a way to find the exact files causing the crash?

    I have files that are freezing my programs (adobe; after effect and photoshop, as well as maxon cinema 4d). Whenever I try to import ANY file from within the program it doen't even let me select the file I need before freezing. I have moved all files off my desktop and into my dropbox, and it now allows me to import files/search for files on the desktop but NOT dropbox, once I go to dropbox it freezes again. I am assuming there are files within dropbox now that are crashing my programs. The problem is I have a lot of files in there and would like to remove the corrupt ones so that I can use my programs without freezing. Is there a way to find the exact files causing the crash?
    This has happened a couple of times and each time I have to move all my files off my desktop, so there must be a type of file doing this, I just don't know what files they are.
    Mac Book Pro 15" running OSX 10.9
    Processor  2.3 GHz Intel Core i7
    Memory  16 GB 1600 MHz DDR3
    Graphics  Intel Iris Pro 1024 MB
    ANY help would be greatly appreciated! It is making it really hard to get work done. THANKS!

    This error sounds to me like you have/had BootCamp Windows installed and then removed, posible ?
    If so (and even if not so), try restating your MBA while holding down the alt/option-key until you get to the Boot Selection Screen.
    Choose to boot OSX.
    Once in OSX go to System Preferences then Startup Volume and set your OSX to be the default.
    Hope it helps
    Stefan

  • InfoSet Query: Syntax Error while generating the program.

    Dear All,
    I have a Query in CRM system which contains an Infoset based on LDB.
    The InfoSet Query throws up a Syntax error while generating the program.
    So, we are not able to change the Infoset using the Infoset Query through SQ01.
    The error is as follows:-
    Syntax error in program "AQZZ==/SAPQUERY/CRM_ACTMON1 ".
    Error in the ABAP Application Program
    The current ABAP program "CL_QUERY_OUTPUT_DEFINITION====CP" had to be
    terminated because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program "AQZZ==/SAPQUERY/CRM_ACTMON1 "
    in include "AQZZ==/SAPQUERY/CRM_ACTMON1 " in
    line 28:
    ""CRMT_REPORT_LOCATORLIST" must be a flat structure. You cannot use int"
    "ernal tables, strings, references, or structures as components. -"
    Please help me arrive at an solution, so that we are able to change the Infoset through the InfoSet Query.
    Awaiting your reply as soon as possible.
    Thanks and Regards,
    Pankaj.

    There is an error in your query, specifically in the definition of CRMT_REPORT_LOCATORLIST. In the short dump (transaction ST22) you will see more details and the exact location of an error if you just scroll down.
    I can't tell more because this problem is specific to your system, to which I have no access. Read the whole dump and look at all the objects mentioned there.

  • I bought a 160gb iPod classic every time I try to put music on my external hard drive only copy up to 1500 songs and then freezes Itune me and I can not close, asks me to restore the ipod as factory, and do nothing . I try to close the program and itune w

    Me compre un ipod classic de 160gb cada vez que trato de ponerle musica de mi disco duro externo solo copia hasta 1500 canciones y luego me congela el Itune  y no lo puedo cerrar, me pide que restaure el ipod como de fabrica, lo hago y nada.  Trato de cerrar el programa de itune y no me deja, trato de apagar el computador y no lo puedo apagar,  he buscado para ver si tiene errores  el disco del Ipod y me dice que esta bien.  Lo he restaurado como 8 veces y le he puesto musica y videos pero siempre me borra todo.  He aplastado Menu y Seleccion para entrar al sistemade diagnostic o del ipod y le pongo el test manual donde entro al IO y me dice q todo esta bien.  Le he dado ya varios Format directamente desde el Windows 7 y nada tampoco, siempre me borra todo desde que pasan mas de 1300 canciones y me congeal todo el equipo.  Ya no se que pensar de esta compania Apple porque no da ninguna solucion ha este tema. 
    I bought a 160gb iPod classic every time I try to put music on my external hard drive only copy up to 1500 songs and then freezes Itune me and I can not close, asks me to restore the ipod as factory, and do nothing . I try to close the program and itune will not let me, I try to turn off the computer and I can not shut, I looked to see if the iPod disk errors and says it's okay. I restored it about 8 times and I've put music and videos but I always delete everything. I crushed and Selection Menu to enter diagnostic sistemade or ipod and I put the manual test where I enter the IO and q tells me everything is fine. I have already given several Format directly from the Windows 7 and anything either, I always delete everything from passing over 1300 songs and I congeal whole team. No longer have to think of this company because Apple gives no solution has this issue.

    06-sep-2012 0:14 
    Me compre un ipod classic de 160gb cada vez que trato de ponerle musica de mi disco duro externo solo copia hasta 1500 canciones y luego me congela el Itune  y no lo puedo cerrar, me pide que restaure el ipod como de fabrica, lo hago y nada.  Trato de cerrar el programa de itune y no me deja, trato de apagar el computador y no lo puedo apagar,  he buscado para ver si tiene errores  el disco del Ipod y me dice que esta bien.  Lo he restaurado como 8 veces y le he puesto musica y videos pero siempre me borra todo.  He aplastado Menu y Seleccion para entrar al sistemade diagnostic o del ipod y le pongo el test manual donde entro al IO y me dice q todo esta bien.  Le he dado ya varios Format directamente desde el Windows 7 y nada tampoco, siempre me borra todo desde que pasan mas de 1300 canciones y me congeal todo el equipo.  Ya no se que pensar de esta compania Apple porque no da ninguna solucion ha este tema.
    I bought a 160gb iPod classic every time I try to put music on my external hard drive only copy up to 1500 songs and then freezes Itune me and I can not close, asks me to restore the ipod as factory, and do nothing . I try to close the program and itune will not let me, I try to turn off the computer and I can not shut, I looked to see if the iPod disk errors and says it's okay. I restored it about 8 times and I've put music and videos but I always delete everything. I crushed and Selection Menu to enter diagnostic sistemade or ipod and I put the manual test where I enter the IO and q tells me everything is fine. I have already given several Format directly from the Windows 7 and anything either, I always delete everything from passing over 1300 songs and I congeal whole team. No longer have to think of this company because Apple gives no solution has this issue.
    iPod classic, Windows 7, ME BORRA TODO Y SE CONGELA 

  • I recently dug out my old 160gb iPod Classic. Every time I connect it to iTunes, the program freezes and/or crashes. My computer recognizes that the iPod is plugged in, (it's accesible under "My Computer") but iTunes doesn't acknowledge it, at all. Help?

    I recently dug out my old 160gb iPod Classic. Every time I connect it to iTunes, the program freezes and/or crashes. My computer recognizes that the iPod is plugged in, (it's accesible under "My Computer") but iTunes doesn't acknowledge it, at all. I've tried every single solution I've seen, and none of them work. I know the Classic is outdated, but my other iPod doesn't have nearly as much room. Can anyone help with this?

    See Corrupt iPod classic.
    tt2

  • Drag and drop not working.  When trying to move a cell or icon the shadow of the cell or icon being moved appears under the cursor but can't be released causing a freeze of function within the program.  Happens in finder numbers and firefox

    Drag and drop not working.  When trying to move a cell or icon the shadow of the cell or icon being moved appears under the cursor but can't be released causing a freeze of function within the program.  Happens in finder numbers, firefox, and when trying to move any file from the downloads folder.
    This is a serious pain.
    Please help.
    WB

    Yes, all I can tell you is that Finder does not have that function in ML. Your system is "working as expected".
    You can file feedback here.

Maybe you are looking for

  • How can I check an object is an instance of any type within an array of related types?

    In LabVIEW, it's possible to check the runtime type of an object using To More Specific Class.vi. One usage of this would be to perform a safety check if some kind of class uses instances of another kind of class but is only able to handle a subset o

  • Profile changed back after fixing it

    3.6 installed itself this morning. I guess I chose the wrong item, as your profile manager did not explain what was going on. I did not choose default. After not getting my settings, I looked here, and found out about profiles for 3.6. The NEW profil

  • Aggregate in warehouse stock Cube

    Hello Guru i need to improve performance in infocube copy of std Stock Material movement cube MMIC_003 . I'd like create an aggregate without 0calday, becouse i need query base on month and not detailed by day, But when i try to create this aggregate

  • Issue having seperate data pushes for multiple email accounts

    I've always had gmail set up through my phone. I love push and don't receive any issues using it.I recently added a 2nd, work email (exchange) to my phone. However, I'd prefer to manually check the exchange account while leaving my gmail on push. I c

  • Strange audio editing programs

    Hi, I didn't see my problems already brought up so I am hoping someone can help. We are using Captivate to record narrated 'tours' of websites, with the narrators not being the editors (so it is difficult to get them to follow what should work best).