Search found 53125 matches
- Thu Jul 21, 2005 1:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file write failures
- Replies: 17
- Views: 6216
Write failure can occur for a number of reasons. The obvious one is that you don't have write permission at the operating system level. It may have been created as a UV table to which you have not been granted the requisite SQL privileges. It can also occur if the hashed file has become corrupted, o...
- Thu Jul 21, 2005 12:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Spaces between Column names
- Replies: 7
- Views: 2421
Make sure that the column names are correctly quoted. Click the GetSQLInfo button. At worst, insert the backquotes into the Derivation column on the Columns tab, or use user-defined SQL into which you've pasted the backquotes. Don't forget the Selection tab; any SQL you've placed there must also hav...
- Thu Jul 21, 2005 12:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in loading the Target Table using Hash Lookups
- Replies: 4
- Views: 1516
This is NOT a DataStage problem. Nor does it have anything to do with the fact that you're performing lookups to hashed files. You are trying to send too large a transaction to Oracle. Possible solutions are to have you Oracle DBA enlarge the rollback segment so that it can handle the size of transa...
- Thu Jul 21, 2005 12:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exclaimation Mark in the job activity stage in Job Sequence
- Replies: 3
- Views: 1452
- Wed Jul 20, 2005 9:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in my routine
- Replies: 7
- Views: 2447
- Wed Jul 20, 2005 9:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Replacing Carriage Returns in fields
- Replies: 9
- Views: 3611
- Wed Jul 20, 2005 9:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-01861: literal does not match format string
- Replies: 4
- Views: 6581
Look at the generated SQL. Does it have any TO_DATE or TO_CHAR functions? The message indicates that the date you are supplying does not match the date picture in a TO_DATE function, for example the date picture may be 'YYYY-MM-DD HH24:MI:SS' but your data only has one digit in the month position. T...
- Wed Jul 20, 2005 9:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Log
- Replies: 2
- Views: 1243
- Wed Jul 20, 2005 9:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How different are user defined SQL and the generated SQL
- Replies: 12
- Views: 4215
It's really quite amazing what you can do with generated SQL if you put your mind to it. All you have to realize is: the Derivation column on the Columns tab becomes the SELECT clause (so you can include set functions in the derivations) the Table name becomes the FROM clause, so you can use comma-s...
- Wed Jul 20, 2005 9:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multi-value fields and strange output file format
- Replies: 9
- Views: 2975
The output file needs to be constructed in three parts. The header record. One job or routine. Create file. The individual account records. One job sequence. Append to file. The trailer record. One job or routine. Append to file. The job sequence to process an account is similar. It could be an ordi...
- Wed Jul 20, 2005 9:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: diff between DRS and ODBC
- Replies: 4
- Views: 1559
- Wed Jul 20, 2005 8:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problem in getting unique record
- Replies: 1
- Views: 1265
- Wed Jul 20, 2005 8:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Failed to connect to host Error 80011
- Replies: 9
- Views: 2697
- Wed Jul 20, 2005 8:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: BCP Load Stage for Sybase/MSSQL Server
- Replies: 1
- Views: 1074
- Wed Jul 20, 2005 8:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Job 3334 Phantom 19590
- Replies: 2
- Views: 1162