Large Export To Excel Fails

In a worksheet ran a statement that selected almost a million rows. Then attempted an export in .xls format. The export didn't even create a .xls file. When a second attempt was made to export in csv format the data file got the column headings, but not any data.
Found a posting on a list that said the java heap size is defaulted at 64MB and that it needed to be increased. But the command given (i.e.: java -Xmx256m -jar sqldeveloper.jar; increasing to 256MB) doesn't appear to work.
Any thoughts? SQL*Developer version is 1.5.1.

To find out exactly what is failing, you can start SQL Developer from <SQLDevHome>\sqldeveloper\bin\sqldeveloper.exe (instead of <SQLDevHome>\sqldeveloper.exe), which will display the JVM console output in a separate window. The error that is occurring should be reported on the console.
theFurryOne

Similar Messages

  • Export to Excel Failed - Unexpected Error

    I am trying to export a PDF document to Excel.  The PDF uploads no problem but then the exporting process takes several minutes before ending with an error message.  Export failed, unexpected error.  Please advise. 

    Justin,
    You are fine! Believe me - I get it. And it's my fault I have not been able to get to these fast enough. But I'm getting there!
    I hope to have an answer for you by tomorrow.
    Have a great day!
    Stacy

  • Export to Excel Fails with "Internet Explorer cannot display the webpage"

    We have a couple of report servers all hosted internally on VMs.  They are all SSRS 2008 R2.
    For all of these, when viewing the reports remotely in IE, they run fine.  However when we try to export them to excel, a new tab opens in IE, but the tab just displays with "Internet Explorer cannot display the webpage"
    There are no other errors and it never progresses to save or open. 
    THE SSRS log files dont contain any errors either so i dont think its a resource issue, but they do say steam=''
    library!ReportServer_0-1!11cc!03/11/2014-08:49:24:: i INFO: RenderForNewSession('/ReportsMain/Test/Production Report')
     webserver!ReportServer_0-1!11cc!03/11/2014-08:49:27:: i INFO: Processed report. Report='/ReportsMain/Test/Production Report', Stream=''
     library!ReportServer_0-1!11d4!03/11/2014-08:49:31:: i INFO: RenderFromSession('/ReportsMain/Test/Production Report')
     webserver!ReportServer_0-1!11d4!03/11/2014-08:49:31:: i INFO: Processed report. Report='/ReportsMain/Test/Production Report', Stream=''
     library!ReportServer_0-1!7a0!03/11/2014-08:49:44:: i INFO: RenderFromSession('/ReportsMain/Test/Production Report')
     webserver!ReportServer_0-1!7a0!03/11/2014-08:49:45:: i INFO: Processed report. Report='/ReportsMain/Test/Production Report', Stream=''
     library!ReportServer_0-1!624!03/11/2014-08:51:05:: i INFO: RenderFromSession('/ReportsMain/Test/Production Report')
     webserver!ReportServer_0-1!624!03/11/2014-08:51:05:: i INFO: Processed report. Report='/ReportsMain/Test/Production Report', Stream=''
     library!ReportServer_0-1!18d0!03/11/2014-08:51:06:: i INFO: RenderFromSession('/ReportsMain/Test/Production Report')
     webserver!ReportServer_0-1!18d0!03/11/2014-08:51:07:: i INFO: Processed report. Report='/ReportsMain/Test/Production Report', Stream=''
     library!ReportServer_0-1!7a0!03/11/2014-08:51:34:: i INFO: RenderFromSession('/ReportsMain/Test/Production Report')
     webserver!ReportServer_0-1!7a0!03/11/2014-08:51:34:: i INFO: Processed report. Report='/ReportsMain/Test/Production Report', Stream=''
     library!ReportServer_0-1!1610!03/11/2014-08:51:38:: i INFO: RenderFromSession('/ReportsMain/Test/Production Report')
     webserver!ReportServer_0-1!1610!03/11/2014-08:51:39:: i INFO: Processed report. Report='/ReportsMain/Test/Production Report', Stream=''
     library!ReportServer_0-1!624!03/11/2014-08:51:49:: i INFO: RenderFromSession('/ReportsMain/Test/Production Report')
     webserver!ReportServer_0-1!624!03/11/2014-08:51:49:: i INFO: Processed report. Report='/ReportsMain/Test/Production Report', Stream=''
     library!ReportServer_0-1!11d4!03/11/2014-08:52:14:: i INFO: RenderFromSession('/ReportsMain/Test/Production Report')
     webserver!ReportServer_0-1!11d4!03/11/2014-08:52:14:: i INFO: Processed report. Report='/ReportsMain/Test/Production Report', Stream=''
     library!WindowsService_0!3c8!03/11/2014-08:52:28:: i INFO: Call to CleanBatch()
     library!WindowsService_0!3c8!03/11/2014-08:52:28:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
     library!WindowsService_0!3c8!03/11/2014-08:52:28:: i INFO: Call to CleanBatch() ends
     library!ReportServer_0-1!11cc!03/11/2014-08:55:29:: i INFO: RenderFromSession('/ReportsMain/Test/Production Report')
     webserver!ReportServer_0-1!11cc!03/11/2014-08:55:29:: i INFO: Processed report. Report='/ReportsMain/Test/Production Report', Stream=''
    Does anyone have any suggestions?

    Hello,
    Since you have motioned that it is work well in IE7 on the VM. We can try to enable the compatibility view of the IE to troubleshooting the issue.
    Reference: http://support.microsoft.com/kb/2536204
    Based on your description, the issue is just occur when view the report remotely. The issue may relate to Internet Explorer, please refer to the following methods:
    Run the Network Diagnostics tool in Internet Explorer.
    Reset the modem or the router.
    Use the Delete Browsing History feature.
    Use the Internet Explorer (No Add-ons) mode.
    More detail information, please refer to the similar issue below:
    http://answers.microsoft.com/en-us/ie/forum/ie8-windows_other/internet-explorer-cannot-display-the-webpage/c8a0b157-820a-4a14-80f3-806ab51717fa
    Hope this helps.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • EA1 Export to Excel Fails

    When I export the result of a query to Excel I get an error message:
    When I execute select * from v$session
    and export the result to Excel I get following message:
    java.lang.NumberFormatException
         at java.math.BigDecimal.<init>(BigDecimal.java:368)
         at java.math.BigDecimal.<init>(BigDecimal.java:647)
         at oracle.dbtools.raptor.format.ExcelFormatter.printColumn(ExcelFormatter.java:170)
         at oracle.dbtools.raptor.format.ui.TableFormatterWrapper.print(TableFormatterWrapper.java:114)
         at oracle.dbtools.raptor.format.ResultsFormatter.print(ResultsFormatter.java:173)
         at oracle.dbtools.raptor.format.ResultsFormatter$1.doWork(ResultsFormatter.java:133)
         at oracle.ide.dialogs.ProgressRunnable.run(ProgressRunnable.java:161)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:615)
         at java.lang.Thread.run(Thread.java:595)
    Select * from v$version and exporting the result to Excel works fine.
    Versions:
    Database:
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    PL/SQL Release 9.2.0.8.0 - Production
    CORE     9.2.0.8.0     Production
    TNS for IBM/AIX RISC System/6000: Version 9.2.0.8.0 - Production
    NLSRTL Version 9.2.0.8.0 - Production
    Client:
    Windows XP Professional
    Version 2002
    Service Pack 2
    MS Office Excel 2003
    SQLDeveloper 1.5.0.51
    Build 51.70

    yes, it was reported in the EA already and is fixed and will be in the next ea release
    Barry

  • Discoverer Hangs on large export to Excel

    Was wondering if anyone had seen this "hang" and had some possible workarounds?
    The Discoverer process on the Application Server starts to swallow all of the CPU time and the DBAs much abort the process.
    I can export the same report results to a comma-delimited file in about 6 seconds.
    Thanks for any help,
    Bob Larsen

    Hello,
    We are also facing the same issue. We recently migrated our Application Server to Linux. After the migration the export from Discoverer Viewer to excel is running very slow. We are trying to export approx 30,000 records. Before the migration to Linux we were using Sun Solaris. We didn't face this problem in that platform. We are using Discoverer 4.1.48.08 and our DB is 10.1.
    Any help/solution would be highly appreciated.
    Thanks in Advance.
    Thanks & Regards,
    Badri.

  • Bug 2.1: Export to Excel fails: no valid colums available...

    Hello,
    I read some threads about the error
    No valid columns available for export,
    we do not currently support clob or blob columnsand none of the workarounds work for me
    [Create View|http://forums.oracle.com/forums/thread.jspa?messageID=3829495]: I only have a read only user without any permissions
    [Scroll Count Cancel|http://forums.oracle.com/forums/thread.jspa?messageID=3829495]
    [(Re)Activate Completion Insight|http://forums.oracle.com/forums/thread.jspa?messageID=3821718]
    [No dblink|http://forums.oracle.com/forums/thread.jspa?messageID=3896095]
    My query has only NUMBER and VARCHAR2 as results and 1200 rows.
    Log says WARNING     34     10656     
    oracle.dbtools.raptor.dialogs.actions.TableExportAction     oracle.dbtools.parser.plsql.TabCol.getTableNodes(TabCol.java:293)The export works in 1.2, does not work in 1.5.5 (with message "WARNING     29     17954     oracle.dbtools.raptor.dialogs.actions.TableExportAction     oracle.dbtools.parser.TabCol.getTableNodes(TabCol.java:275)"
    Add: I played around with the query: the export fails when the query is like
    SELECT col1
          ,(SELECT something
            FROM   whatever
           ) AS col2
    FROM   some_table;while the following works
    SELECT col1
          ,col2
    FROM   some_table;Regards
    Marcus
    Edited by: Marwim on 22.12.2009 15:35

    Filed
    Bug 9246364 - otn: export to xls is not working for a query
    -Raghu

  • Scheduled Report: Export to Excel (Data Only) Fails

    I have an issue with a new installation of Crystal Reports Server 2008. When I try to schedule a report for extract to Excel (Data Only) the report fails with the following error:
    Error in File ~tmp202064233ce6330.rpt: Operation not yet implemented.
    We have scheduled the report using Word, PDF, text and they all work however the Excel (Data Only) format fails everytime with this error.
    I have no problem opening the report in Crystal Reports 2008 and Exporting to Excel Data Only format manually.
    Thanks in advance!
    Lee

    Hi,
    i just saw a note about the same Problem for BOE XI Rel.2. There it is a Bug.
    I would recommend you install the latest SP for your CRS and try again.
    Regards
    -Seb.

  • Failed to export to excel

    Hi,
    I am trying to export a 1,013 KB file to excel, and keep getting the error message 'failed to export to excel - encountered an unexpected problem' 
    Is there any way to see what the problem is, and how to resolve it?
    LizP

    Hi Stacy, 
    There was no scan involved, but there is a company logo on each page.  The only difference between the files already converted and the one that failed is the size.  This one is 427 pages. 
    Kind regards,
    Liz
    <removed by admin>
    Message was edited by: StacySison

  • Export to Excel 2007 failed - Invalid export DLL or export format.

    Hi,
    Environment:
    OS: Windows XP (SP3)
    Crystal Reports : 12.1.0.892
    We have a problem for exporting few reports to Excel 2007 (Export to Excel 2003 works fine for those reports).
    Getting the bellow while trying to Export to Excel 2007.
    Crystal Report Windows Forms Viewer
    Error in File CDSFUN01 {99B42BC5-2FBB-4F75-A4F5-D7B5B7B6AE0B}.rpt:
    Invalid export DLL or export format.
    OK  
    Export Report
    Export failed.
    OK  
    Its the same case even if we try to Export blank report to Excel 2007 as well. Please help.

    I will make sure that I am on the latest patch ie SP4
    https://smpdl.sap-ag.de/~sapidp/012002523100008782452011E/cr2008sp4.exe
    You can find the rumtimes here:
    MSI:
    https://smpdl.sap-ag.de/~sapidp/012002523100008782532011E/cr2008sp4_redist.zip
    MSM:
    https://smpdl.sap-ag.de/~sapidp/012002523100008782522011E/cr2008sp4_mm.zip
    ClickOnce
    https://smpdl.sap-ag.de/~sapidp/012002523100008782442011E/cr2008sp4_clickonce.zip
    Recompile the app and then deploy.
    What is the .NET Framework used by the application?
    Method of deployment?
    OS where app is deployed, x86 or x64?
    Are you able to export the report from designer ie CR2008 Standalone?
    - Saurabh

  • Export large field to Excel

    I'm attempting to export large field defined as 4000 characters(but not always this size) to Excel. I'm not using the builtin export. I'm using custom csv export. The problem I have is trying to keep the formatting(cr return, line feeds) when data is in excel.

    You may want to look at using XML Publisher to create an export to Excel. Perhaps someone else has a good way to do it natively in APEX. In any case you can do some fancy stuff with XML Publisher.
    Mike

  • Project Server 2010 export to Excel 2007 fails

    I keep getting the following error when I try to export Resource Availability to Excel.  I am using Project Server 2010, Excel 2007, IE8, Windows 7.  I have PS set as a intranet site with low security set.  Coworkers with the same setup are
    not having this issue.  I have tried exporting to Excel with Excel open, Excel closed, on a hardwire network connection, on wireless network connection, on my corporate VPN and not on my corporate VPN. 
    Microsoft Office Excel cannot access the file "URL here" for the possible reasons:
    -The file name or path does not exist.
    -The file is being used by another program
    -The workbook you are trying to save has the same name as a currently open worklbook.
    Please provide suggestions on what to try differently to make the export work.  I have tried downloaded other version of IE and have the same issue.

    Hi Julia,
    since nobody jumped in, I'll give a try!
    Have you tried to reinstall Excel or at least repair it?
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Export to excel/word/ppt failed at Web Analysis studio

    Hi,
    I open a document and right click to select export data and select Microsoft excel or word or ppt, and after input the file name, it will prompt an error message saying "can not export to file".
    Is there any prerequisite to use the Export to Excel/Word/PPT functionalities at Web analysis studio of EPM 11.1.2? Do I need to install office at the server side?
    Or I need specific version of office at client?
    Thanks

    From memory: you need to have MSOffice installed on the report/print server and also the corresponding mimetypes added to workspace.

  • Crystal Reports for Eclipse ver. 2 fails on export to excel

    I have downloaded crystal reports for eclipse version 2 (full eclipse setup) and created the sample project.
    The new version of JRC looks awesome on the browser. Finally the visual appeal is as good as the .NET version.
    However I am having a problem with the export to excel feature. When I select export to excel, I get the following exception
    Update: I just realized this problem exists for all the export options
    SEVERE: Servlet.service() for servlet CrystalReportViewerServlet threw exception
    com.businessobjects.report.web.shared.WebReportingException: getOutputStream() has already been called for this response----
    (Full Exception pasted below the message)
    I have not made any changes to the sample crystal reports project so I am not really sure what i am missing.
    I have Microsoft Vista Ultimate with Crystal Reports 2008 trial version installed.
    I have configured eclipse with Tomcat 6.0 and JDK/JRE 1.6
    Any help would be appreciated.
    Thanks
    SEVERE: Servlet.service() for servlet CrystalReportViewerServlet threw exception
    com.businessobjects.report.web.shared.WebReportingException: getOutputStream() has already been called for this response---- Error code:0
    +     at com.businessobjects.report.web.e.if(Unknown Source)+
    +     at com.businessobjects.report.web.e.a(Unknown Source)+
    +     at com.crystaldecisions.report.web.ServerControl.a(Unknown Source)+
    +     at com.crystaldecisions.report.web.ServerControl.processHttpRequest(Unknown Source)+
    +     at com.crystaldecisions.report.web.viewer.CrystalReportViewerServlet.a(Unknown Source)+
    +     at com.crystaldecisions.report.web.viewer.CrystalReportViewerServlet.doPost(Unknown Source)+
    +     at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)+
    +     at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)+
    +     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)+
    +     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)+
    +     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)+
    +     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)+
    +     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)+
    +     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)+
    +     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)+
    +     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)+
    +     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)+
    +     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)+
    +     at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)+
    +     at java.lang.Thread.run(Unknown Source)+
    Edited by: Avinash Tauro on Feb 5, 2009 7:43 AM

    I searched on scn and got the listing you mentioned.
    The jsp code I am using is as follows.
    <%@ page contentType="text/html; charset=UTF-8" pageEncoding="ISO-8859-1" %><%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer" %><crviewer:viewer reportSourceType="reportingComponent" viewerName="CrystalReport1-viewer" reportSourceVar="CrystalReport1" isOwnPage="true"><crviewer:report reportName="CrystalReport1.rpt" /></crviewer:viewer>
    And I get the following exception on selecting any export.
    WebReportingException: getOutputStream() has already been called...
    So I think maybe this problem is not the same as listed under SAP Note 1199025.
    Also the strange thing is I just download the full ganymede version with crystal report for eclipse version 2, and created a default crystal reports website.
    The samples were provided automatically, and I have not written any code myself.
    Any help would be appreciated.
    Regards
    Avinash Tauro

  • SharePoint 2007 Export to Excel 2010 or Excel 2013 Fails to Export All Fields in All Items View

    Hi All,
    When I am trying to export the SharePoint View from SharePoint site to Spreadsheet (Excel 2013), I am able not able to export the the whole data, I'm missing some numerical columns from being displayed in Excel
    I have Infopath form (2007) published on SharePoint Site and I am using MOSS 2007 and Excel 2013. My form has only 20 or so fields and the rest are fields I generated in the form library to do several other calculations. I have already 73 columns
    displayed which should be exported to Excel, need help

    Hi,
    As per your post, I understand “Excel cannot connect to the SharePoint list” is thrown out in Excel 2010 when exporting the external list in SharePoint 2013. We are able to export the external list to Excel 2013.
    This issue does not occur on the standard lists.
    I am able to reproduce the issue and it could be a potential issue in SharePoint 2013.
    We will log this issue to our suggestion box. As after the submission, we may not have any time guarantee when the fix may be released, but it may come out on next cumulative update.
    Appreciate your time and efforts.
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Export to excel formatting

    I'm working on a quote report which has narrative sections as well as a table. I can get the report to look great in the application but it has formatting problems once exported to excel.
    In one of my narrative reports I have a simple table with a few columns. Once exported to excel the first narrative column is the entire width of the report table below it. The large cell row is also merged cells in excel.
    Is there anything that can be done to help force how the report goes into excel?
    I have also tried creating the report in a narrative html table to export into excel.

    Can someone explain if they face similar issues as I am when you export a report output on portal to Excel it takes huge size. I assume it because of all the color formatting etc. but is there a way to reduce this size. 3.5 Bex Analyzer same report takes only 3 MB while if I export it from portals it takes 32 MB.

Maybe you are looking for

  • How do I use Aggregate formulas with multiple measures from different tables?

    I have three measures: Cash - this sums the £ column in my 'Cash' table. Online - this sums the £ column in my 'Online' table Phone - this sums the £ column in my 'Phone' table How do I now do aggregate formulas that combine this three measures, for

  • Script to find word stacks in InDesign

    CS6, InDesign -- I've been looking for a proofing script that finds word & letter stacks and highlights items found & would be easily removed once items have been reconciled.

  • [CUPS] Documents print with no margin on top of the page

    Hello people! I'm having a weird issue when I print documents. Whatever I print, from whatever application I print, it seems that the top margin is reduced. For instance, I have PDF documents with a one-inch top margin. The margin appears to be okay

  • Xcelsius OnDemand - Can  it do some flashy things...

    Ok, I can currently map one dataset which is nice but I want to do more. Can anyone tell me how or point me in the right direction to read to understand how I can do this. 1) I want to first map two data sets so I can see data set A in red and datase

  • IBot Phone Delivery

    Hi All - I've been playing around with some of the iBot options using OBIEE Delivers trying to get alerts to different devices. I've been able to get alerts via email, but have not been successful in having an alert sent to my phone. I've given the d