Search found 142 matches

by pxraja
Wed Aug 06, 2008 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: deriving Month and Year to seperate columns
Replies: 3
Views: 1009

Hi Ray

Thanks for your reply

No Constraints used direct mapping
by pxraja
Wed Aug 06, 2008 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: deriving Month and Year to seperate columns
Replies: 3
Views: 1009

deriving Month and Year to seperate columns

Hi all, I am trying to derive from source field whose datatype is varchar2 i.e, for example, Inlink.field0 Mar 08 Jun 08 Jul 08 Outlink.Field1 Outlink.Field2 MARCH 2008 JUNE 2008 JULY 2008 I am trying to achieve using Oconv & Iconv as column derivation Oconv(Iconv(UpCase(Inlink.field0),"D M...
by pxraja
Wed Aug 06, 2008 3:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: converting single column to single row
Replies: 6
Views: 1122

Hi Ray,

I am taking Field0 as the key column in target database only but it is not unique. its value is repeating. Also I want both the records in
Inlink.field1 and Inlink.field2 into
Outlink.field1_1 and Outlink.field2_2 respectively.
by pxraja
Tue Aug 05, 2008 10:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: converting single column to single row
Replies: 6
Views: 1122

I want to pass the two records present in single column into single row. here is the sample data input table field0 field1 field2 101 1 1000 101 2 2000 output table Inlink.field0 Inlink.field1_1 Inlink.field2_2 101 1000 2000 I tried for in column derivation as.... If Inlink.field1=1 then Inlink.fiel...
by pxraja
Tue Aug 05, 2008 10:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: converting single column to single row
Replies: 6
Views: 1122

converting single column to single row

Hi all, I want to pass the two records present in single column into single row. here is the sample data input table field0 field1 field2 101 1 1000 101 2 2000 output table field0 field1_1 field2_2 101 1000 2000 I tried for in column derivation as.... If field1=1 then field2 else 0 for field1_1 If f...
by pxraja
Tue Aug 05, 2008 9:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to avoid null value into columns
Replies: 11
Views: 4323

Hi all Thanks for your suggestions, I dont want to pass the NULL value to the target because target column is key column. I had created target database in oracle whose key column is NOT NULL and its a primary key. then i simply transformed the input link to output. Its not accepting the NULL (obviou...
by pxraja
Tue Aug 05, 2008 9:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to avoid null value into columns
Replies: 11
Views: 4323

Hi all Thanks for your suggestions, I dont want to pass the NULL value to the target because target column is key column. I had created target database in oracle whose key column is NOT NULL and its a primary key. then i simply transformed the input link to output. Its not accepting the NULL (obviou...
by pxraja
Tue Aug 05, 2008 9:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to avoid null value into columns
Replies: 11
Views: 4323

Hi all Thanks for your suggestions, I dont want to pass the NULL value to the target because target column is key column. I had created target database in oracle whose key column is NOT NULL and its a primary key. then i simply transformed the input link to output. Its not accepting the NULL (obviou...
by pxraja
Tue Aug 05, 2008 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to avoid null value into columns
Replies: 11
Views: 4323

how to avoid null value into columns

Hi all,

I am trying to avoid null values for Name field, I am doing simple transformation from oracle database to another oracle database through an ODBC-->TRF-->ODBC.

can anyone suggest me to avoid null values in NAME Field(Varchar).

Thanks in Advance
by pxraja
Fri Aug 01, 2008 6:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data view is returning "Data Source is empty"
Replies: 2
Views: 1017

Data view is returning "Data Source is empty"

I had extracted the data from sqlserver through Odbc stage and transformed to Oracle database table through transformer to another Odbc stage, Its a straight pull from source. 7 lakhs records has transferred to oracle table with the following warning for 10 columns SQLColAttributes(Field1) gave Meta...
by pxraja
Mon Jul 28, 2008 10:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting a job from designer
Replies: 4
Views: 1933

I had dropped metadata from the link's and then deleted the job. Atlast the job has been deleted.

Thanks for your suggestions.
by pxraja
Mon Jul 28, 2008 8:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting a job from designer
Replies: 4
Views: 1933

please tell me how to unlock the job from datastage administrator.

thanks in advance
by pxraja
Mon Jul 28, 2008 4:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting a job from designer
Replies: 4
Views: 1933

Deleting a job from designer

While I am trying to delete a job that ran for 10 hours, in vain. I am not able to delete it. the message from datastage is.. Unable to delete the item Cannot get exclusive access to log for job job_name Can any one tell me how to delete the job Note: when i am trying to view the log details, direct...
by pxraja
Wed Jul 23, 2008 9:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transforming DATE field from text file to Oracle
Replies: 1
Views: 1577

Transforming DATE field from text file to Oracle

Hi all, I am trying to transform the data from text file to ORACLE10g database, its simple transformation, no manipulation is done. I am using SEQ->TRF->ODBC stages to do this. I am enabling create table in ODBC Stage. Its creates the DATE datatype for DATE FIELDS. If I am creating the Oracle table ...
by pxraja
Mon Jul 21, 2008 4:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing MS-ACCESS File
Replies: 5
Views: 1480

Yes, I have UNIX based ODBC driver for MS-ACCESS.
Can you please tell me how to install the driver

if I am out of topic excuse me and suggest some tips

thanks in advance