It sounds like your install may not have completed cleanly if bits are missing.
Search found 42189 matches
- Thu Jul 15, 2004 5:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not able to connect from client
- Replies: 4
- Views: 1135
- Wed Jul 14, 2004 4:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 10g problem
- Replies: 7
- Views: 1894
- Wed Jul 14, 2004 4:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 10g problem
- Replies: 7
- Views: 1894
I doubt it. Don't remember that even being mentioned as part of 7.5. Have you tried pointing DataStage's $ORACLE_HOME environment variable to a 9i client and then using the 9i client via an OCI9 stage to access the 10g database? Does that work? It's an old trick I've used before when 9i was brand ne...
- Wed Jul 14, 2004 3:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Removing quotes from strings
- Replies: 8
- Views: 2127
Can I ignore the single tick marks rather than replace them? No, not per se. What we're trying to get you to is a format that Informix will like for loading. You will end up replacing the single tick with two or three ticks, whichever allows the data to be loaded without error. What you'll end up w...
- Wed Jul 14, 2004 12:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Inserting date and timestamp into Oracle date field
- Replies: 1
- Views: 942
- Tue Jul 13, 2004 9:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Incremental Extract based on a timestamp
- Replies: 18
- Views: 6728
Each job has a 'User Status' area associated with it. You can 'park' information there and it is available to any other process after that... at least until the job is rerun or recompiled. A Sequencer job can 'automatically' pick up information from there and bring it into a job as a parameter, it w...
- Tue Jul 13, 2004 7:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Project Naming
- Replies: 4
- Views: 1292
- Tue Jul 13, 2004 7:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Global Routines across projects
- Replies: 6
- Views: 1730
The built-in routines are not 'visible' across all projects, they are installed in all projects be default at the time they are created from the 'Template' project. Unfortunately, the answer to your question is no - there is no such thing as global routines. To the best of my knowledge, you need to ...
- Tue Jul 13, 2004 7:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Data Type of Number causing problems
- Replies: 1
- Views: 604
There was a discussion recently on ADN on this very subject. Oracle numbers are 38 unless specified as something smaller. If you have access to that site, then here is a link to the thread. Long story short, in spite of the numbers actually being 38 you need to declare them as '40' to stop the trunc...
- Tue Jul 13, 2004 7:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Incremental Extract based on a timestamp
- Replies: 18
- Views: 6728
Re: Incremental Extract based on a timestamp
I can think of a few ways myself including passing the last extract date time as a parameter to each job that performs an extract Peter, don't know about the 'bright spark' bit or if this is really the 'best way' to do it, but I've recently done exactly this and used the methodology quoted above. B...
- Mon Jul 12, 2004 8:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI load plug in
- Replies: 4
- Views: 1013
I'm not anywhere where I can confirm this, but I just went through something that seems similar... There is no Oracle 9 support in the Bulk Load stage. In the 7.0.1 version at least, the Bulk Loader stage is "old" and needs components from Oracle 8i installed - perhaps things are different in the 7....
- Mon Jul 12, 2004 7:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI load plug in
- Replies: 4
- Views: 1013
- Mon Jul 12, 2004 7:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Removing quotes from strings
- Replies: 8
- Views: 2127
What database and exactly how are you 'loading' it? The answer to your question could vary based on that information. Something to try: use the Ereplace function mentioned earlier to replace all single quotes with three single quotes - in essence quoting the quotes so they don't upset your load: Ere...
- Mon Jul 12, 2004 5:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Removing quotes from strings
- Replies: 8
- Views: 2127
Clarify something - you had a problem actually reading this in using the Sequential stage or a problem loading it into your target table? The single quotes should just be treated like data when reading something like that in where you've got pipes as delimiters and double-quotes for your text string...
- Mon Jul 12, 2004 1:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Version 7.5
- Replies: 7
- Views: 2995
Nothing new in the way of 'scheduling' that I recall. However, you seem to be (in other posts) looking for new features in Sequencer jobs, so in case that's what you meant - Some highlights from the pdf: "Substantial Job Sequencer Enhancements" * New checkpoing, Re-start option for Sequences * Loopi...