I am trying to load data from text file to External table in Netezza.
Here is my command
INSERT INTO XTABLE_DHARMESH SELECT * FROM EXTERNAL 'C:\Dhams\mergeresult.txt'
USING (delimiter ',' REMOTESOURCE 'ODBC' LOGDIR 'C:\Dhams');
I am getting ERROR [08S01] Communication link failure.
This error is occurring when I have 1 millions of records in file whereas it is working fine for 1000 records in my textfile.