Discussions
Categories
- 197.1K All Categories
- 2.5K Data
- 546 Big Data Appliance
- 1.9K Data Science
- 450.7K Databases
- 221.9K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 552 MySQL Community Space
- 479 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.1K ORDS, SODA & JSON in the Database
- 555 SQLcl
- 4K SQL Developer Data Modeler
- 187.2K SQL & PL/SQL
- 21.3K SQL Developer
- 296.3K Development
- 17 Developer Projects
- 139 Programming Languages
- 293K Development Tools
- 109 DevOps
- 3.1K QA/Testing
- 646.1K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 158 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.2K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 19 Java Essentials
- 162 Java 8 Questions
- 86K Java Programming
- 81 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 204 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 466 LiveLabs
- 39 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 175 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 233 Portuguese
Need Export Excel More than 40 lakh records
Hi All,
I am using oracle Forms and reports 12c and Database version also 12c.
I get new requirement from one of our valuable customer. They need down data into excel with min time.
I am working in Oracle application Express 5.0 also.
Please suggest me with tool is comfortable to use the download more records in Excel format with less than a half a minutes.
Answers
-
Regarding reports, you can generate Excel output using ENHANCEDSPREADSHEET format.
More details here:
https://docs.oracle.com/middleware/12211/formsandreports/build-reports/orbr_paptoexcel.htm#RSBDR0029
As for APEX, you may want to ask about this in the APEX community.
Regards,
Alexandra
-
thanks for the Reply alexandra Vornic-Oracle
The link itself mentioned clearly 75000 rows only can be generated.
Large data sets (up to 75,000 rows) can be generated to the
ENHANCEDSPREADSHEET
output format.Leave it the oracle application express technology. My Question is i need to download Excel more than 40 Lakh records.
Please suggest the solution or technology in oracle
Regards.
M.bro
-
Dear,
Excel supports only 1048576 rows. Check the link https://support.office.com/en-us/article/Excel-specifications-and-limits-1672b34d-7043-467e-8e27-269d656771c3
Manu.
-
Dear Manu,
MS Supports 1048576 but oracle Provide Maximum How row to Exports Excel?
Regards
M.bro
-
Create text delimited file or split your records into separate files like file1 , file 2 etc for each file will contains 1,048,576 rows.
What you have tried ?
How do you generating excel files ?
-
Dear Kalpataru,
We are using 10g forms and reports using spreadsheet and 11g forms and reports using enhanced spreadsheet now we downloading upto 75000, but we need at least 1,00,000 to 5,00,000 records need to download with fraction of seconds
Create text delimited file or split your records into separate files like file1 , file 2 etc for each file will contains 1,048,576 rows.
Can you provide any link regarding the above subject. or better than this.
-
Hi all,
Any update ...
-
Hi M.bro,
you should have a long talk with your customer and explain to them that Excel is not the
proper tool to work with 4 million records.
What does your customer do with that data? Read them, print them? No.
This is probably used as input for some homebred Excel-based datawarehouse.
Ask them what they need that data for and suggest a solution based on SQL and APEX.
Interactive Grids in APEX look almost like Excel-sheets today, maybe that is all they need.
-
You need to restrict the no of rows from Oracle Forms module.
Fors example you need to allow user to download report for 60,000 rows at a time.
-
No i don't what restrict the no of rows and my users.
I need to download Export excel more that 75000 to maximum 1,50,000 rows or more. Not taking more second to download the excel file.