简体   繁体   English

如果从Aginity工作台将47G数据文件导入到IBM netezza数据库,则会发生错误

[英]error if importing a 47G data file to IBM netezza database from Aginity workbench

I need to import a data txt file (47 GB) to IBM netezza SQL database but I gor error: 我需要将数据txt文件(47 GB)导入到IBM netezza SQL数据库,但是发生错误:

 netezza database error HY000 error: 8 : data partition full

I work from IBM Aginity workbench on win 7. 我在Win 7上从IBM Aginity工作台工作。

The netezza server still have enough space. netezza服务器仍然有足够的空间。

Any help would be appreciated. 任何帮助,将不胜感激。

There are multiple errors in your questions. 您的问题中有多个错误。 ie-

1) "I work from IBM Aginity workbench on win 7" Ans = Aginity is not a part of IBM, this product has no warranty from IBM though IBM suggest to use this but not claims for any errors or crashes from this tool. 1)“我在Win 7上使用IBM Aginity工作台工作” Ans = Aginity不是IBM的一部分,尽管IBM建议使用此产品,但IBM不提供此产品的保修,但不对此工具的任何错误或崩溃负责。

2) "The netezza server still have enough space" Ans = As far as i can understand from your question is that you are accessing data on your windows machine because NPS is built on RHEL6 and the error might be through your win7 machine space. 2)“ netezza服务器仍然有足够的空间” Ans =据我从您的问题可以理解的是,由于NPS是基于RHEL6构建的,因此您正在Windows机器上访问数据,并且错误可能是通过win7机器空间造成的。 There is nothing to do with Netezza space. 与Netezza空间无关。

Workaround- 解决方法

Check if your windows machine has enough space (Not a preferred way). 检查Windows机器是否有足够的空间(这不是首选方法)。

(Preferred way) You can download nz_client_windows/Linux from IBM partner website (details can be followed from " http://bajajvarun.blogspot.in/2014/02/install-netezza-client-on-ubuntu.html ") and then run following command - (首选方式)您可以从IBM合作伙伴网站下载nz_client_windows / Linux(详细信息可以从“ http://bajajvarun.blogspot.in/2014/02/install-netezza-client-on-ubuntu.html ”中下载),然后运行以下命令-

nzsql -u <user_name> -pw <password> -db <database_name> -o <output_file_name> -host <NPS machine IP or domain_name> -c "<Query>"

Hope this will help. 希望这会有所帮助。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在win 7的IBM netezza Aginity工作台中查找数据库大小的错误 - error of finding size of database in IBM netezza Aginity workbench on win 7 Win7上Aginity工作台在IBM netezza SQL数据库上执行SQL查询时出错 - Error of SQL query on IBM netezza SQL database from Aginity workbench on Win7 在IBM netezza aginity工作台中更改表名的错误 - error of changing a tablename in IBM netezza aginity workbench 将数据从txt文件导入IBM netezza SQL数据库时出错 - error of importing data from txt file to IBM netezza SQL database 将CSV文件中的数据导入IBM Netezza SQL数据库时出错 - error of importing data from csv file to IBM netezza sql database 在win 7上从Aginity工作台找到IBM netezza sql数据库上的表大小 - find the table size on IBM netezza sql database from Aginity workbench on win 7 将SQL数据库从一台服务器复制到IBM netezza Aginity工作台上的另一台服务器 - copy a SQL database from one server to another server on IBM netezza Aginity workbench 如何从Aginity工作台检查在IBM Netezza SQL中创建表的数据和时间 - How to check the data and time that a table was created in IBM Netezza SQL from Aginity workbench 在Win 7上从IBM netezza数据库导出sql数据表到txt文件的错误 - error of exporting a sql data table from IBM netezza database to a txt file on win 7 在IBM betezza aginity sql数据库工作台中导出大表时如何添加列名 - how to add column names when exporting a large table in IBM betezza aginity sql database workbench
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM