Search found 156 matches

by peternolan9
Tue Nov 09, 2004 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CDC on Oracle requiring primary keys
Replies: 3
Views: 1673

Hi Ray, the 'requires' part... ;-) Especially given that it is perfectly possible to create a table without a primary key, but with a unique constraint, I'd have thought that if it actually needed a unique constraint there would be some way of telling it which unique constraint to look at.....at lea...
by peternolan9
Mon Nov 08, 2004 3:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CDC on Oracle requiring primary keys
Replies: 3
Views: 1673

CDC on Oracle requiring primary keys

Hi All, can't find a CDC forum here....so I guess this is the 'next best one' to put this question on?? Sorry if it's not... We have installed and tested Change Data Capture. We are doing an Oracle Apps DW. One thing we found, which is confirmed in the documentation, is that CDC 'requires' the oracl...
by peternolan9
Wed Oct 20, 2004 5:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number data type in Oracle
Replies: 2
Views: 2597

Hi Ray, well spotted, I didn't...the guy who worked on the problem told me he did, but what he meant was it was exponential in TOAD.... So, this is what we have found now...might help others.... I put an append up previously here... http://www.dsxchange.com/viewtopic.php?t=88325&highlight=126,38...
by peternolan9
Wed Oct 20, 2004 1:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding and correcting 'data type mismatch' message
Replies: 2
Views: 1215

Finding and correcting 'data type mismatch' message

Hi All, we are just doing our final 'clean up' of all the 'data type mismatch' warning messages that get generated. We have tons of them as we are moving a very large number of fields (3,100) and the target data types are frequently different to the source fields.... It strikes me that it would make...
by peternolan9
Tue Oct 19, 2004 3:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number data type in Oracle
Replies: 2
Views: 2597

Number data type in Oracle

Hi All, oracle apps has some fields defined as NUMBER, such as XYZ NUMBER, with no precision...we had changed all these to NUMBER(38) which is (38,0) and gotten the fractional truncation message. We switched back to NUMBER only in the target database and what we find is that NUMBER can also return a...
by peternolan9
Mon Oct 18, 2004 12:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fractional Truncation Error from Oracle
Replies: 1
Views: 1124

Fractional Truncation Error from Oracle

Hi All, we have been doing 'day 1 startup' testing where we have been running full volumes of data through DS....one thing we noticed was the /dstage directory where we installed DS is getting used up rapidly....we traced the problem to fractional truncations where we accept a field which is 'number...
by peternolan9
Fri Oct 15, 2004 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle 11 Apps (PACK) and detecting deleted records
Replies: 6
Views: 2737

Oracle 11 Apps (PACK) and detecting deleted records

Hi All, I could not find a forum for PACKs so I tried here. We recommended to the client that they simply put triggers into Oracle to detect the deletes since there are very few deletes happening...but the client would like us to research other ways of getting deletes from oracle apps... We are extr...
by peternolan9
Fri Oct 15, 2004 4:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Huge number of processes for single job
Replies: 11
Views: 5108

Hi Greg, it can be very hard to find small differences between development/production servers if you have different people playing around with software on them.......my only suggestion is to have someone who really knows the OS and DataStage go through each of the system parameters and look for a di...
by peternolan9
Fri Oct 15, 2004 12:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aborting Job when a Semaphor is set
Replies: 9
Views: 3184

Hi Ray, yes, I agree that a far better way of 'manual restarts' is required in DS... I have had the unfortunate experience of a person manually correcting a batch stream after a 'running out of space' failure and messing up the database beyond repair.......and since the downloaded change files were ...
by peternolan9
Thu Oct 14, 2004 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Huge number of processes for single job
Replies: 11
Views: 5108

Re: Huge number of processes for single job

Greg, something you might want to consider is to reduce the number of jobs invoked...DS must start/stop each job and it must log all this activity. This is not a problem on unix (it used to be on win2000) except that you generate very large logs etc. and all this stop/start/logging takes time.... So...
by peternolan9
Thu Oct 14, 2004 6:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aborting Job when a Semaphor is set
Replies: 9
Views: 3184

Ray, you know me too well... ;-) And you are right, the only place for data to live is in a database and DW_BATCH_CONTROL is, indeed, in Oracle... However, it is trivial to copy it to a hash file at the start of the batch.....The way it looks like is best to me is just to copy the table to a hash fi...
by peternolan9
Thu Oct 14, 2004 4:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Memory Usage by data stage server
Replies: 6
Views: 3330

Hi Michael/All, of course, I would expect that a developer (very likely) has no say at all over hardware purchased....and that it is also likely that the customer (or someone) has mandated the environment.......but that's not to say the mandate is sensible/reasonable or can even be made to work. And...
by peternolan9
Thu Oct 14, 2004 3:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Stored Procedure at ODBC stage
Replies: 7
Views: 4489

Hi Tang, we were all novices one time... :-) ....We just need enough information to be able to comment helpfully. In server you must run 'active' stages...so your job needs to be a text document -> transform -> ODBC stage where the ODBC stage calls the stored procedure...then you can run your job......
by peternolan9
Wed Oct 13, 2004 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aborting Job when a Semaphor is set
Replies: 9
Views: 3184

Aborting Job when a Semaphor is set

Hi All, I have a table called DW_BATCH_CONTROL which contains a field called BATCH_COMPLETE_FLAG. The second thing a new batch does is insert a new row setting BATCH_COMPLETE_FLAG=0. The first thing I want my batch to do is to perform a select count(*) from DW_BATCH_CONTROL WHERE BATCH_COMPLETE_FLAG...
by peternolan9
Wed Oct 13, 2004 4:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Stored Procedure at ODBC stage
Replies: 7
Views: 4489

Re: Execute Stored Procedure at ODBC stage

Tang, when you post here please provide details of exactly what the problem is, then we can help you. Just saying you have difficulty and are a beginner doesn't give us enough information to help.... Also, the first thing you should do is the DS training....There is an excellent 5 days of training i...