Hi Team,
need help regarding teradata fast export. i am getting restart in progress please see bold letter in log file.
0003 .LOGTABLE ERROR_T.test;
0004 .DATEFORM ANSIDATE;
**** 11:38:17 UTY1200 DATEFORM has been set to ANSIDATE.
0005 .LOGON tdSIT/raj_123,;
**** 11:38:17 UTY8400 Teradata Database Release: 14.10.03.04
**** 11:38:17 UTY8400 Teradata Database Version: 14.10.03.04
**** 11:38:17 UTY8601 Character set specified: UTF8
**** 11:38:17 UTY8400 Current RDBMS has UDT support
**** 11:38:17 UTY8400 Current RDBMS has Large Decimal support
**** 11:38:17 UTY8400 Current RDBMS has FEXP w/o Spooling support
**** 11:38:17 UTY8400 Current RDBMS has TASM support
**** 11:38:17 UTY8400 Maximum supported buffer size: 1M
**** 11:38:17 UTY8400 Data Encryption supported by RDBMS server
**** 11:38:17 UTY6211 A successful connect was made to the RDBMS.
**** 11:38:17 UTY6210 Logtable 'ERROR_T.test' indicates that a restart is in progress. ======================================================================== = = = Processing Control Statements = = = ========================================================================
0006 .BEGIN EXPORT TENACITY 4 SESSIONS 4 SLEEP 6;
0007 .EXPORT OUTFILE '/u03/informatica/current/server/infa_shared/TgtFiles/fxp/test.out' FORMAT FASTLOAD MODE INDICATOR;
0008 Select table_vw.CUSTOMER_ID, table_vw.AGE, table_vw.address, FROM schema.table_vw;
0009 .END EXPORT; ======================================================================== = = = FastExport Initial Phase = = = ========================================================================
Hi Team,
need help regarding teradata fast export. i am getting restart in progress please see bold letter in log file.
0003 .LOGTABLE ERROR_T.test;
0004 .DATEFORM ANSIDATE;
**** 11:38:17 UTY1200 DATEFORM has been set to ANSIDATE.
0005 .LOGON tdSIT/raj_123,;
**** 11:38:17 UTY8400 Teradata Database Release: 14.10.03.04
**** 11:38:17 UTY8400 Teradata Database Version: 14.10.03.04
**** 11:38:17 UTY8601 Character set specified: UTF8
**** 11:38:17 UTY8400 Current RDBMS has UDT support
**** 11:38:17 UTY8400 Current RDBMS has Large Decimal support
**** 11:38:17 UTY8400 Current RDBMS has FEXP w/o Spooling support
**** 11:38:17 UTY8400 Current RDBMS has TASM support
**** 11:38:17 UTY8400 Maximum supported buffer size: 1M
**** 11:38:17 UTY8400 Data Encryption supported by RDBMS server
**** 11:38:17 UTY6211 A successful connect was made to the RDBMS.
**** 11:38:17 UTY6210 Logtable 'ERROR_T.test' indicates that a
restart is in progress.
========================================================================
= =
= Processing Control Statements =
= =
========================================================================
0006 .BEGIN EXPORT
TENACITY 4
SESSIONS 4
SLEEP 6;
0007 .EXPORT OUTFILE
'/u03/informatica/current/server/infa_shared/TgtFiles/fxp/test.out' FORMAT FASTLOAD MODE INDICATOR;
0008 Select table_vw.CUSTOMER_ID,
table_vw.AGE,
table_vw.address,
FROM schema.table_vw;
0009 .END EXPORT;
========================================================================
= =
= FastExport Initial Phase =
= =
========================================================================
Thanks in advance
raj