Hi,
I am trying to export data from oracle to Teradata.I use the following script to load data to flat file
CONNECT usr_id/pwd
SET SPACE 0
SET LINESIZE 300
SET PAGESIZE 500
SET ECHO OFF
↧