Search found 156 matches

by peternolan9
Wed Jan 19, 2005 10:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate jobs
Replies: 9
Views: 5228

Another possibility is to reverse engineer the xml file generated. Then, based on some template job (for example) you can create an xml file that suit you needs and import it using the manager... This way, you can create job without using designer, but it is really tricky Ok, I don't know if I unde...
by peternolan9
Wed Jan 19, 2005 10:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-26028: index initially in unusable state
Replies: 15
Views: 14144

direct=FALSE on the sqlldr command invocation Hi Kenneth, I must be missing something.... :? I have an ORAOCIBL icon in a DS job and I do not see where I can set direct=FALSE in any of the settings for the icon. I see properties like service name, user name, password etc but I do not see 'direct'??...
by peternolan9
Wed Jan 19, 2005 9:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-26028: index initially in unusable state
Replies: 15
Views: 14144

Just some quick points... "Direct path" *is* sqlldr, it is one of two load options - Conventional or Direct Path. Conventional is the slower of the two, obeys constraints and indexes as it goes. Direct Path is faster as it (in essence) defers the constraints during the load which makes it...
by peternolan9
Wed Jan 19, 2005 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: checkpoint/restart safeguards
Replies: 12
Views: 6443

Re: checkpoint/restart safeguards

Hi, Can any one please tell about about features what Ascential Data Stage MVS provides that can help with the following for very large data loads that will require initial loads plus incremental updates: Describe the checkpoint/restart safeguards we are putting place in the conversion that will en...
by peternolan9
Wed Jan 19, 2005 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate jobs
Replies: 9
Views: 5228

Re: Generate jobs

Hi, I'd like to know how can I generate job's structure without using DS Designer. Do you know any language or method to do that? I know that we can import .dsx or .xml files but first we have to create nad export jobs from DataStage to create this files. For example, I would like to build this fil...
by peternolan9
Wed Jan 19, 2005 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-26028: index initially in unusable state
Replies: 15
Views: 14144

Surely it's the Oracle DBA's job to know about these things? That's the person whom you should ask. Did you try Ask Tom ? And, no, I've never seen that message. Here's output from oerr . $ oerr ORA 26028 26028, 0000, "index %s.%s initially in unusable state" //* Cause: An index is in IU s...
by peternolan9
Wed Jan 19, 2005 2:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: empty string - null; same in oracle?
Replies: 4
Views: 2151

Re: empty string - null; same in oracle?

Hi I have a developed job which checks for space and also ??(which i cant interpret) if stringisspace(input.column) or inp.col="" then trim(lkp.column) else " " does that above statement mean its checking for NULL ? If thats NULL, whats an empty string ? does empty string has an...
by peternolan9
Wed Jan 19, 2005 2:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-26028: index initially in unusable state
Replies: 15
Views: 14144

ORA-26028: index initially in unusable state

Hi All, just wondering if anyone has ever seen this message before. I haven't. Situation is we are loading a couple of years worth of history for a transaction file. We have split the work into pieces because daily updates will be incremental so we only allocated the disk for incremental updates and...
by peternolan9
Sun Jan 16, 2005 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting deadlocks in Oracle via ODBC Driver Inserts
Replies: 6
Views: 3426

Re: Getting deadlocks in Oracle via ODBC Driver Inserts

I also notice that when a table load has failed then sometimes there are no records in the table. And I would have expected/guess that some rows multiple of 10,000 rows should be there (rows per transaction * parameter array size). I am not sure how often the ODBC stage commits. Just an FYI - 'Rows...
by peternolan9
Sat Jan 15, 2005 5:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading data with no incremental jobs -Urgent Info Required
Replies: 16
Views: 7798

Re: Loading data with no incremental jobs -Urgent Info Requi

Could anybody please suggest or pass on some info about how they dealt with a situation like the one below. We are in the process of loading the data from PeopleSoft financials to the PeopleSoft DataWarehouse, we have some huge tables which have millions of rows of data sitting in and millions of r...
by peternolan9
Sat Jan 15, 2005 5:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Performance
Replies: 5
Views: 2901

Re: Flat File load

Ray, This is what I found... When I try create a flat file from Mainframe DB2, system was able to create a file at the rate of 600 rows per second... The same file I used and outputted to other flatfile on the sever, it was processed at the rate of 3900 rows per second. It seems like ODBC/network i...
by peternolan9
Sat Jan 15, 2005 5:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting deadlocks in Oracle via ODBC Driver Inserts
Replies: 6
Views: 3426

Getting deadlocks in Oracle via ODBC Driver Inserts

Hi Guys, I am running initial loads of a DW and running millions of millions of rows at a time....in some cases rows are written away to the same oracle table. I have set Rows per transaction to 1000 and parameter array size to 10 and isolation level to 'None'. I am getting occasional deadlocks in O...
by peternolan9
Mon Dec 13, 2004 3:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting all 38 significant digits from NUMBER
Replies: 9
Views: 4396

Hi dzdiver, we are using the data direct drivers and they do in fact document the fact that they truncate significant digits to 15 digits for a float.....The problem is with ASCL and they have agreed they have a problem and have even replicated the problem. We will probably just have to convert the ...
by peternolan9
Mon Dec 13, 2004 3:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle 11 Apps (PACK) and detecting deleted records
Replies: 6
Views: 2708

Hi Craig, thanks, I heard about this from another source. The last time I talked to these guys they said they 'replicate' and not 'propagate'. We are currently still recommending to the client to go with triggers... Peter - on the off chance you are still in search of information on this topic, you ...
by peternolan9
Mon Dec 13, 2004 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we invoke a DataStage job from other tools Cotrol Tools
Replies: 4
Views: 1903

Re: Can we invoke a DataStage job from other tools Cotrol To

Hi All, Is it possible to invoke a DataStage Job from outside its environment using any other job control tools (Tivoli or Control M) or independantly like an executable script. Thanks , Tom Tom, I have published the C++ code required to invoke DS jobs. (I've also published a scheduler to run any c...