Search found 21 matches

by bolingo
Fri Aug 22, 2008 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: insert a date field with ODBC Enterprise stage
Replies: 18
Views: 8076

And let me guess, user-defined sql? Or did the stage generate some for you? In either case, please post your sql. It is not user-defined SQL, the stage generate some for me; The date format is mm-dd-yyyy in oracle database The properties in ODBC enterprise stage are: * target - table=TBablexx - Wri...
by bolingo
Fri Aug 22, 2008 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: insert a date field with ODBC Enterprise stage
Replies: 18
Views: 8076

What are the data types in the Oracle table? Is the date format correct for your Oracle instance? What is the SQL being executed (this is reported in the Oracle stage)? I use this oracle table CREATE TABLE TBablexx ( T_ID NUMBER(8,2), T_DATE DATE ) Three questions, one answer. Your problem is at be...
by bolingo
Thu Aug 21, 2008 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: insert a date field with ODBC Enterprise stage
Replies: 18
Views: 8076

ray.wurlod wrote:What are the data types in the Oracle table? Is the date format correct for your Oracle instance? What is the SQL being executed (this is reported in the Oracle stage)?
I use this oracle table

CREATE TABLE TBablexx
(
T_ID NUMBER(8,2),
T_DATE DATE
)
by bolingo
Thu Aug 21, 2008 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading from sequential file
Replies: 8
Views: 3259

Re: reading from sequential file

You could use fixed length if your datas have the same length

XXXX
413862
ZZXXT|05157
ZZXX1|GN""FK""130183333
062120
by bolingo
Thu Aug 21, 2008 2:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: insert a date field with ODBC Enterprise stage
Replies: 18
Views: 8076

insert a date field with ODBC Enterprise stage

Hi all, I am trying to insert data with a date field with ODBC Enterprise stage; my job looks like: sequencial file ------> tranformer -----> ODBC Enterprise 1,'2003-02-15' 2,'2001-12-02' I have this error: ODBC_Enterprise_102,0: [Oracle][ODBC]Numeric value out of range. ODBC_Enterprise_102,0: Failu...
by bolingo
Thu Aug 21, 2008 2:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading from sequential file
Replies: 8
Views: 3259

Re: reading from sequential file

Could you retrieve here one ligne from your file for example