Search found 182 matches

by srimitta
Fri Mar 24, 2006 3:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting year from date
Replies: 7
Views: 1355

Hi Daniel,

Yes your code will return year part.....

and also you can get year part doing substring
(2006-09-28 00:00:00)[1,4] will return year part '2006'
by srimitta
Tue Mar 21, 2006 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid Hex Number
Replies: 17
Views: 10457

Guys,

I pinned it.........It's VarBinary, I changed datatype and re-created table,
Now it's fine.....

Thanks Guys......In helping me to narrow down the error.......
by srimitta
Mon Mar 20, 2006 9:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid Hex Number
Replies: 17
Views: 10457

Rasi.........I didn't find most of your listed datatypes in Oracle-OCI stage in DataStage.
by srimitta
Mon Mar 20, 2006 9:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid Hex Number
Replies: 17
Views: 10457

I remember one field is defined as VarBinary........does it make any difference........
by srimitta
Mon Mar 20, 2006 9:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid Hex Number
Replies: 17
Views: 10457

Rasi.........I didn't get you
RAW data type
by srimitta
Mon Mar 20, 2006 9:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid Hex Number
Replies: 17
Views: 10457

:lol: .........That's what I have planned to do........firtst thing in the morning.........
by srimitta
Mon Mar 20, 2006 9:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid Hex Number
Replies: 17
Views: 10457

No......I am sure..........I cheked it
by srimitta
Mon Mar 20, 2006 9:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid Hex Number
Replies: 17
Views: 10457

More info.........

I have re-created table with new name..........even this didn't help me.
by srimitta
Mon Mar 20, 2006 9:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid Hex Number
Replies: 17
Views: 10457

It's simply INSERT INTO auot generated plug-in query........
by srimitta
Mon Mar 20, 2006 8:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling
Replies: 7
Views: 3644

Rasi,

Thanks............But The topic or post you replyed with does not exist....
by srimitta
Mon Mar 20, 2006 8:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid Hex Number
Replies: 17
Views: 10457

I got this in google search, here what i am trying to understand is wether is it DataSatge error or Database error.What is the actual cause of this error.

It would be great if some one help me to defferentiate and understand for better solution.

Thanks
Mitta
by srimitta
Mon Mar 20, 2006 4:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid Hex Number
Replies: 17
Views: 10457

Invalid Hex Number

Hi Guys,

I am loading data from flat file into ORACLE table, It's returning error with
ORA-01465: invalid hex number
.

Any Clue what is causing this error.

Thanks
Mitta
by srimitta
Mon Mar 20, 2006 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to elimanitate space
Replies: 7
Views: 2243

Suneel,

"suneel reddi" = Trim("Remove..all..Spaces....", " ", "A")
* ...returns "suneelreddi"


Trim("suneel reddi"," ","A") Returns "suneelreddi"

Goodluck
Mitta
by srimitta
Tue Jul 27, 2004 5:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix
Replies: 5
Views: 1475

We have Server and Client is on NT.

One more issue i have is Can we Write to A reject file from Derivation if Condition Fails., Any one ...any iformation on this would greatly help me.

Thankyou
by srimitta
Sun Jul 18, 2004 4:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to give all permissions to Read only Datastage objects
Replies: 1
Views: 1605

TRY THIS....GOOD LUCK

UPDATE DS_JOBOBJECTS SET READONLY = 'NRO' WHERE READONLY = 'RO';

SRIMITTA