Tuesday, October 14, 2014

script to table level restore in Netezza database?

pre -request
1.drop the tables in target
or truncate the table
2.check the table structure as like source
3.restore the database

nzrestore -db NETEZZA_CUSTOMER_SERVICE -sourcedb ABC -connector /nz/backup/STRUCT/whdev/Netezza/NZ81331-H1/ABC/20130506082020/ -dir /nz/backup/STRUCT/whdev/Netezza/NZ81331-H1/ABC/20130506082020/1/SCHEMA/md  -tables table_cust -u admin

No comments:

Post a Comment