oracle SQL Developer Import excel 的最大行数限制是多少?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/22399282/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 02:16:44  来源:igfitidea点击:

What is the maximum row limit for SQL Developer Import excel?

sqloracle

提问by Arockia

Excel import in sql developer to Oracle DB is not working. Anybody have an idea such that will be there any row limit for a single time import because we have some thousands of records. Please help...

sql developer 中的 Excel 导入到 Oracle DB 不起作用。任何人都有这样的想法,因为我们有数千条记录,因此单次导入会有任何行限制。请帮忙...

回答by Samith C Valsalan

Sql Server dont have any restriction to export excel.

Sql Server 对导出 excel 没有任何限制。

based on the Excel version your using , the row limit of Excel matters.

根据您使用的 Excel 版本,Excel 的行数限制很重要。

in Excel 2010 we have 1048576 row per sheet.

在 Excel 2010 中,我们每张纸有 1048576 行。

Excel 97 - 65536.

Excel 97 - 65536。

回答by Samith C Valsalan

In addition I have experienced Memory issue of while importing a large Excel file.

此外,我在导入大型 Excel 文件时遇到了内存问题。

So Please keep in mind that your server performance also play a vital role in this..

所以请记住,您的服务器性能在这方面也起着至关重要的作用。