Search found 2 matches

by tsnmurthy
Tue Sep 19, 2006 12:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file size exceeds cache size
Replies: 4
Views: 3790

Hash file size exceeds cache size

Dear All, The log says that the 'Hash file size exceeds cache size'. i am using this hash file to check the 'Change Reord Capture' (CRC). due to this hash file size exceeds issue the update hash job is 'Aborted'. To avoid this, we need to increase the cache size for this hash file. Kindly suggest me...
by tsnmurthy
Tue Aug 08, 2006 6:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to convert julian Date format to Oracle Date format
Replies: 7
Views: 6772

Srini,

You can develop a routine for that and convert in to Oracle date format.

use 'OCONV' & ICONV functions in your routine and the date format choose 'D-YMD'.

correct me if i am wrong..