Time Out during Download of CSV file

Hello everybody,
I need some hints regarding CSV Downloads.
In some cases I am getting just blank pages after starting a CSV Download.
It seems to be related to the a,ount of data.
At about 5000 rows the download works fine, but with about 10.000 rows I am getting blank page.
It does not matter wether the download is started from an interactive report vie the menue or from a static report via the link.
I know that the query is running at about 20 seconds for the 5.000 rows.
A look into the Enterprise Manager tells me that the following function is using nearly all the CPU time during this session.
declare
rc__ number;
simple_list__ owa_util.vc_arr;
complex_list__ owa_util.vc_arr;
begin
owa.init_cgi_env(:n__,:nm__,:v__);
htp.HTBUF_LEN := 63;
null;
null;
simple_list__(1) := 'sys.%';
simple_list__(2) := 'dbms\_%';
simple_list__(3) := 'utl\_%';
simple_list__(4) := 'owa\_%';
simple_list__(5) := 'owa.%';
simple_list__(6) := 'htp.%';
simple_list__(7) := 'htf.%';
if ((owa_match.match_pattern('f', simple_list__, complex_list__, true))) then
rc__ := 2;
else
null;
null;
f(p=>:p);
if (wpg_docload.is_file_download) then
rc__ := 1;
wpg_docload.get_download_file(:doc_info);
null;
null;
null;
commit;
else
rc__ := 0;
null;
null;
null;
commit;
owa.get_page(:data__,:ndata__);
end if;
end if;
:rc__ := rc__;
end;
My ApEx-Version is 3.1.2.
Anybody any idea what might cause this problem?
Regards, Tine.

Hi,
if your APEX applications are accessed from Oracle HTTP Server (OHS) you can increase the 'TimeOut' directive in the OHS configuration.
The default value for this directive is 300 seconds.
http://download.oracle.com/docs/cd/B19306_01/server.102/b14190/netconf.htm#sthref267
Kind regards,
Iloon

Similar Messages

  • G4 times out during downloads

    My G4 times out during Software updates. I only have dial-up and computer times out after about 2 hrs. I then have to start all over again to try to download. Is there a download that will let me resume where it left off. Ex. a security update of 80 mb. times out around 50 mb. Please help if possible , I need these updates.

    There are a few browsers out there which can resume the failed download
    and not have to start over from the beginning; of course, since I've been
    lucky lately, and my standard Firefox 3.0.16, Safari 4.0.2, Opera, & Camino
    appear to work OK and not time-out, I am not sure if these offer that feature.
    Most can pause a download and cancel it, too; before it is done.
    The Safari browser (not sure if the feature is an option or plugin) is said to
    be able to support the resume interrupted downloads function. The part of
    the browser known as the 'download manager' in the download window is
    often part of the key to resuming downloads if they are interrupted. See an
    example of this as shown here. It should be familiar:
    http://www.askdavetaylor.com/howto_resume_interrupted_download_apple_safarifirefox.html
    Also, Cyberduck, a freeware browser for several platforms, offers this
    function as part of its standard fare. Cyberduck: http://cyberduck.ch/
    Under its Advanced Transfers feature, the promo write up says it can
    resume both interrupted download and uploads. It is a 12MB D/L file.
    Perhaps there is a dialup setting you can use to extend the time
    sessions, so it won't time-out as fast.
    Good luck & happy computing!

  • Internet connection times out when downloading update ios5. get to last 0.01 of date, says processing file and then says connection timed out. impossible. is there a fix?

    Internet connection times out when downloading update ios5. get to last 0.01 of data, says processing file and then says connection timed out. Is there a fix?
    I am using itunes 10.5. Update didnt work on last software but restore did work. Help

    After two days of attempts, Google & Apple searches, one Apple post stated to turn off all firewalls and virus software and keep trying since there were 6 gazillion people trying to update.  I have Windows 7 & Kaspersky and had to diable every single safety feature in Kaspersky as well as Firewalls and it finally allowed the download and update attempt. 
    Glancing at the forum, there appears to be numerous other problems with missing pictures, text problems etc after the IOS5 download but fortuneately, everything seems ok so far.  Good luck, it is frustrating!  Hattie47

  • I want to edit properties of the interface windows opened while "Open File", "Save Page As" and interface opened during Downloading of any file.

    I am doing a small project on dedicated web client where in user automatically logs in non-root user and Firefox automatically starts.
    I am using Fedora 14 kernel 2.6.35.12-88.fc14.i686 and Firefox 3.6.16.
    I have installed only Gnome in my computer with no Nautilus or other file browser on it.
    I want to edit properties of the interface windows opened while "Open File", "Save Page As" and interface opened during Downloading of any file.
    Please guide me for this.

    First, I sent an email to the author of PhotoME to inform him of the serious issues his addon caused with Firefox latest versions.
    Now, for those of you who do not have the PhotoME addon and yet experience the same problem that I had and that I described above, I suggest the following strategy.
    As PhotoME did cause these problems with Firefox latest versions, I am pretty covinved other addons probably might cause these problems too. Therefore, adopt the following method.
    Test one addon at a time to see if this particular addon is behind your Firefox issues like the ones I had.
    So, disable one addon only at a time. Then close your Firefox and restart it from scratch and see if you still have your Firefox problems. You must restart the Firefox browser from scratch. If you still have these Firefox problems, re-enable the disabled addon, restart your Firefox (again!) and repeat the same method for every single addon that you have.
    Try to be selective by choosing first addons that are more likely to cause your Firefox problems such as not very well-known or not very popular addons (like it was the case for the PhotoME addon).
    If this method works or if it does not work, report it on this web page so that others can be helped with your comments.
    I hope this method will help you because I was really upset that I had these Firefox problems and I first thought it was the fault of Firefox, only to discover later that this PhotoME addon was the culprit and had caused me such upset.

  • Download to csv file

    Hi,
    Working with Download to csv file feature I realized that for one of my reports that contains an icon (with a link) in one of the columns, is not getting any value for this column in the csv file.
    This behaviour is logical due to the fact that we have an image, not a string.
    But, is there a way I can edit or force the Download to assign a string value for every icon I have in my report, so when I click in Download, the icon will be represented as a string in the new csv file?
    Thanks
    Ivo

    i'd bet the easiest way to approach this would be to select both your icon and your "string value" columns out of the database and to then use column conditions to determine which columns should be rendered in which output format. so say you had a report that just showed images in one col and a description in the next. i'd write your report to select something like...
    select '<img src="'||m.image_path||'">' my_image, m.image_name name, m.image_description
    from my_image_table m
    ...and then i'd a put condition of type "PL/SQL Expression" like...
    not htmldb_application.g_excel_format
    ...on your my_image column. i'd also put a "PL/SQL Expression" condition on your Name column like...
    htmldb_application.g_excel_format
    ...we talked about this a bit in...
    Excel Report
    ...but basically htmldb_application.g_excel_format is just a function that returns a boolean telling you whether or not the HTML DB engine is in the mode of show your page in csv format. anyhow, give it a shot and let us know if you need further assistance.
    regards,
    raj

  • How to get fixed field length when download a CSV  file ?

    hi all ,
        I had downloaded a CSV file from an ALV list which created by myself. the current layout of the CSV file is :
    aaa;bbbbbbbbbb;cc;                
                                                         for example . but what i want is :
    aaa         ;bbbbbbbbbbb            ;cc     ; 
    it means these three fields are all with fixed length don't ommitting spaces when you preview the CSV file. how should i do this ?
    best regards
    Kevin

    i got the solution.

  • Downloading a .csv file as excel sheet

    hi,
    does anyone know how to ensure that when downloading a csv file, it will be opened with excel only. The browser is downloading it as a text file and not excel. how can this be prevented.
    please let me know if you have any ideas since i've been pondering over it for far too long and need help...
    thanks
    jeena

    Yes, you need to set the content type to "application/vnd.ms-excel". Of course there is no guarantee that your clients will interpret that to mean "Open with Excel", or that they will even have Excel installed on their system, but there's not much you can do about that.

  • When downloading a .csv file in Safari, it adds .xls, making the file filename.cvs.xls

    When downloading a .csv file in Safari, it adds .xls, making the file filename.cvs.xls
    If I rename the file, it opens just fine, if I don't it opens all in one column.
    I had found a fix on my old macbook, but just got a new MBP and it's happening again.
    Can't remember or find where the fix is.
    Thanks!

    Safari: Downloaded file's filename may have an additional extension
    http://support.apple.com/kb/TA24293
    That's from June 11, 2007!
    Working from my defective memory, this happened to me, but stopped if I unchecked 'Open safe files after downloading' in Safari Preferences/General.
    At least I think that's how I stopped it - it hasn't happened since!

  • Letting users download a CSV file

    I need to add a link to some html code generated by a servlet that will allow users to download a csv file. The problem is that the only other link I have seen function like that was in a static html page and it simply used a href tag to identify the csv file and the user was automatically asked whether to open it or save it to their PC. When I use such a link in the servlet, the servlet displays the contents of the file in a browser window instead of giving the user the option to save it to their PC. Can someone please help me?

    Are you generating the CSV file with a servlet? If so, try this:
    response.setContentType("text/x-csv");
    response.setHeader("Content-disposition", "inline;filename=MyOutputFile.csv");

  • LMS 4.2.2 times out during inventory collection on VSS

    A customer of mine have 2 VSS systems for wich IC times out during collection when trying to read from flash on them. From the ICserver.log
    [ Thu Dec 13  16:45:19 CET 2012 ],WARN ,[Thread-20],com.cisco.nm.rmeng.util.logger.XDILogger,67,com.cisco.nm.xms.xdi.pkgs.SharedInventoryCatIOS.FlashAGI_CISCO_FLASH_Mib,g$eval,70,com.cisco.nm.xms.xdi.pkgs.SharedInventoryCatIOS:FlashAGI_CISCO_FLASH_Mib:g$eval:populating FlashAG attributes failed via CFM, trying OCFM...
    [ Thu Dec 13  16:45:19 CET 2012 ],WARN ,[Thread-20],com.cisco.nm.rmeng.util.logger.XDILogger,67,com.cisco.nm.xms.xdi.pkgs.SharedInventoryCatIOS.FlashAGI_CISCO_FLASH_Mib,g$eval,90,com.cisco.nm.xms.xdi.pkgs.SharedInventoryCatIOS:FlashAGI_CISCO_FLASH_Mib:g$eval:populating FlashAG attributes failed . Hence aborting fallback.:: com.cisco.nm.xms.xdi.ags.system.CollectionFailed: com.cisco.nm.lib.snmp.futureapi.SnmpReqTimeoutException: SnmpRequestTimeout on 10.2.0.1 while performing SnmpWalk(*) at index = -1
    [ Thu Dec 13  16:45:19 CET 2012 ],ERROR,[Thread-20],com.cisco.nm.rmeng.util.logger.XDILogger,57,com.cisco.nm.xms.xdi.SdiEngine,initAndEvalAGIs,385,com.cisco.nm.lib.snmp.futureapi.SnmpReqTimeoutException: SnmpRequestTimeout on 10.2.0.1 while performing SnmpWalk(*) at index = -1
    [ Thu Dec 13  16:45:54 CET 2012 ],ERROR,[Thread-20],com.cisco.nm.rmeng.util.logger.XDILogger,57,com.cisco.nm.xms.xdi.SdiEngine,initAndEvalAGIs,385,com.cisco.nm.xms.xdi.ags.system.CollectionFailed: com.cisco.nm.lib.snmp.futureapi.SnmpReqTimeoutException: SnmpRequestTimeout on 10.2.0.1 while performing SnmpWalk(*) at index = -1
    I have tried raising the "Transport Timeout" value in " Admin > Collection Settings > Inventory > Edit the Inventory/Config Timeout and Retry Settings" to 480000 msec but no difference. Am I tuning the wrong timeout value or is there a known bug for this?

    Sorry for posting. I found I was changing the wrong timeout value.

  • HT1386 iPhone times out during iCloud restoration

    My iPhone times out during syncing with iCloud

    Hey PLabrozzi,
    Has iTunes displayed an error message when syncing the iPhone? If so reply with the exact error.
    Make sure the iPhone is directly connected to the computer and not plugged into the monitor, keyboard, or a hub.
    This article has some general tips for a similar issue that may resolve this issue.
    http://docs.info.apple.com/article.html?artnum=301267
    Jason

  • I am try to download a CSV file and have it directly open in excel. It only opens in new page and not in excel. how do I get it to do that.

    In internet explorer I use to be able to click on a download link to have a csv file open in excel. I have never been able to open this download file before with Firefox. It turns out that I can no longer do it with Explorer either. I have sent this same question to them for help as I require this information. It is being downloaded from a secure site and is used for registration information.
    I need help as soon as possible.
    Thank you
    Rob

    See:
    *Firefox/Tools > Options > Advanced > General : Accessibility : [ ] "Warn me when web sites try to redirect or reload the page"
    The setting in "Tools > Options > Advanced > General" is meant as an accessibility feature, as you can see by the label of that section, so that people with disabilities or people who use screen readers do not get confused and is not meant as a safety protection to stop redirecting.
    See also:
    *https://support.mozilla.com/kb/Options+window+-+Advanced+panel#General_tab
    *http://kb.mozillazine.org/accessibility.blockautorefresh
    *http://kb.mozillazine.org/Accessibility_features_of_Firefox

  • How to download a CSV file to a shared network folder ?

    Hi Experts,
    I have created a report which exports a CSV file on application server using scheduled background job. I have used the OPEN DATASET feature to download the file on a location on the application server which is working fine.
    But my requirement is that I have to download this file to a shared folder which is situated on another location and is shared in my application server as 'N' drive. But when I give the path of this N drive in my report, its giving runtime error that the <filename> is not open.
    So pls help me how to give path to such shared network folder to download the file?
    Thanks,
    Vishal .

    Hi Guys,
    I tried alot but it didnt work.
    SO I decided to export the file on the application server only.
    I created a background job that runs periodically and exports the file to C drive of the application server.
    The job run sucessfully only the first time but gets cancelled after that.
    I ran the job for an hour but not a single time it finished successfully. Every time it was cancel with dump error shown below.
    +++++++++++++++++++++++++++++++++++++++++++
    Category               ABAP Programming Error
    Runtime Errors         DATASET_NOT_OPEN
    Except.                CX_SY_FILE_OPEN_MODE
    ABAP Program           ZBATCHSTOCK
    Application Component  Not Assigned
    Date and Time          01.08.2014 18:52:13
    Short text
         File "C:\GOOGLE_SAP\BATCH_DETAILS.CSV" is not open.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "ZBATCHSTOCK" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
         keep them for a long time.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++
    And the same background job runs properly on development server without any cancelled job.
    So pls help me what should be the problem ??
    Thanks,
    Vishal

  • EM times out during deployment

    I have a fairly large ear file (~16M) that I've deployed successfully using EM.However deployment has started failing with EM timing out before completion.I'm now forced to use "dcmctl" to do deployments.
    Any idea how I can fix this problem?I'm running 10G(10.1.2) on Solaris

    There are a few browsers out there which can resume the failed download
    and not have to start over from the beginning; of course, since I've been
    lucky lately, and my standard Firefox 3.0.16, Safari 4.0.2, Opera, & Camino
    appear to work OK and not time-out, I am not sure if these offer that feature.
    Most can pause a download and cancel it, too; before it is done.
    The Safari browser (not sure if the feature is an option or plugin) is said to
    be able to support the resume interrupted downloads function. The part of
    the browser known as the 'download manager' in the download window is
    often part of the key to resuming downloads if they are interrupted. See an
    example of this as shown here. It should be familiar:
    http://www.askdavetaylor.com/howto_resume_interrupted_download_apple_safarifirefox.html
    Also, Cyberduck, a freeware browser for several platforms, offers this
    function as part of its standard fare. Cyberduck: http://cyberduck.ch/
    Under its Advanced Transfers feature, the promo write up says it can
    resume both interrupted download and uploads. It is a 12MB D/L file.
    Perhaps there is a dialup setting you can use to extend the time
    sessions, so it won't time-out as fast.
    Good luck & happy computing!

  • How can I download zipped CSV files in Firefox and ensure this happens automatically in future?

    When I attempt to download a zipped CSV file in Firefox, the usual pop-up window appears asking what Firefox should do with this file... even after I select "Open with" and choose my Zip File Manager and tick the box that says "Do this automatically for files like this from now on", this pop-up continues to appear every time I come to download files

    @Corel
    Thanks, I had forgotten all about potential server side problems.
    @Conners81 <br/>
    If sample problem files and links are publicly available maybe you could include an example of the link being used, preferably to one of the smaller simpler files.
    *What is the website you are using?
    For comparison an example you may like to try
    * site providing .csv data [http://www.ofcom.org.uk/static/cmr-10/WAL-3.4.html]
    ** a small few lines csv download file [http://www.ofcom.org.uk/static/cmr-10/csv/WAL-3.4.csv]
    ** similar info as a pdf chart [http://www.ofcom.org.uk/static/cmr-10/pdfs/WAL-3.4.pdf]
    Of course you have the added complication of the zipped file.

Maybe you are looking for

  • How many generations of Airport Expresses is there?

    So I recently bought an airport express. But now I'm a bit confused if at the store they sold me the latest generation- I'm not sure how many generations there are- is it only one or...? On the box of mine its written: Airport Express                

  • Y do I only have the option to mute my apps or to keep my screen from rotating

    Why do I only have the option to mute my iPad or to keep my screen rotation locked? I want it the way it was when I was able to her everything n have my screen rotate plz give me a solution if there is one appreciate it

  • Regarding Main Windowin scripts

    Hi to all abap gurus   iam new to abap and my querry is as follows pls dont try to give the links . and i feel so  happy if u give exact anwers ? Querry1: i have one page( named "page1" )in my  script with three windows(logo,adress,main windows) my r

  • [Cisco FAQ] - What is a Wideband Downstream Channel?

    explain its purpose.

  • Change query during runtime

    Dear Friends, I have procedure to retrieve data from tables, this procedure uses cursor to fetch the records into the required data block. i need to change the where clause of the query which used to build the cursor during run time based on data wil