Search found 5168 matches

by kumar_s
Thu Mar 08, 2007 7:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle OCI Bulk load Vs Oracle Enterprise (Fast load)
Replies: 1
Views: 1064

Enterprise edition with LOAD option uses the Fast load mechanism and OCI uses the SQL Loader. From Google, SQL Loader is seems to be faster that the other mehods.
by kumar_s
Thu Mar 08, 2007 6:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checking Inserts/Updates on large tables
Replies: 18
Views: 4700

So you have left downstairs guys deserted for all these days.
by kumar_s
Thu Mar 08, 2007 6:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checking Inserts/Updates on large tables
Replies: 18
Views: 4700

Do you mind sharing the mechanism that you used to find the change in source. Is it trigger?

Ok, now you can reveal the trade secretes of Craig in his work place. :wink:
by kumar_s
Thu Mar 08, 2007 5:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: type conversion
Replies: 8
Views: 1894

Its not only trim, but the pattern that you use to convert.
"%yyyy-%mm-%dd %hh:%nn:%ss" is what you had given, but actual current pattern is

Code: Select all

"%yyyy%mm%dd %hh:%nn:%ss"
no '-'s delimited.
by kumar_s
Thu Mar 08, 2007 5:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: use column_gen stage to create current timestamp column
Replies: 3
Views: 1283

You can get the access to read all these content with less than 30cents a day. Which will let you to access all the post and many other features available in this site. By the way, if your problem is to just populate some value in Teradata during load, you can use database function SYSDATE to load w...
by kumar_s
Thu Mar 08, 2007 5:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture reject records in ETL process?
Replies: 15
Views: 7980

Column Import stage will do the work in same job. Still it should again comply to the given metadata. Those records which are reject due to wrong metadata wouldn't be possbile to capurte. But yeah, it can be simply changed to varchar and later a Transformer can be added and the data can be manipulat...
by kumar_s
Thu Mar 08, 2007 5:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Select Privileges & Sox compliance
Replies: 12
Views: 3182

Infact its responsible for the DBA to maintain all the previlages in an ERP system. Its obvious that ERP will be used my many other system than its own. And those system which deals with DML operation in the system will certainly require permission to certain level. Its impossible to get details of ...
by kumar_s
Thu Mar 08, 2007 5:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: transfer data from 1 database 2 another database.
Replies: 7
Views: 1798

chulett wrote:Exactly. Let the stages generate the sql. Use a Timestamp datatype for the Oracle DATE fields. You'll be fine.

Iam following your commandments Father.
by kumar_s
Thu Mar 08, 2007 5:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checking Inserts/Updates on large tables
Replies: 18
Views: 4700

As per Ray, change in the current method on what Narasimha using would be to use Surrogate key for non-Key columns as well. I would assume here the creation of Surrogate key is, kind of creating a CRC for all the non-key fields, rather than concatenation of all the fields. So Narasimha and Craig are...
by kumar_s
Thu Mar 08, 2007 5:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert Null values into Oracle date column
Replies: 12
Views: 8705

It might be a user defined function used in your site.
You need to convert it back to oracle format while loading it. You need to use TO_DATE() function.
by kumar_s
Thu Mar 08, 2007 5:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: splitting a string into three fields
Replies: 33
Views: 5453

So its our Father the root cause of this Hijack (not me).
by kumar_s
Thu Mar 08, 2007 4:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing output to a Spreadsheet
Replies: 6
Views: 1540

Try avoiding Quote characters like single or double ', " if you have any. As noted, if its written properly, it can be easily opened in Excel, despite that, you can open the file specifying the respective column details.
by kumar_s
Thu Mar 08, 2007 4:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row count of a link
Replies: 24
Views: 19340

I've got an old rule for supporting others - Assume Nothing. Sorry, I should have done that here, we would have gotten through this a wee bit quicker.
Iam perfectly in this category :oops:
by kumar_s
Thu Mar 08, 2007 6:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Select Privileges & Sox compliance
Replies: 12
Views: 3182

You will be ended up in not using Oracle stages, as simple as that. You would still able to acheive all the functionality through stored procedures are script and it been called via Datastage, but by this you ultimately loose the efficiency of High speed capacity of Datastage.
by kumar_s
Thu Mar 08, 2007 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem of DB2 EE Plugin configuratiion remote connectivity
Replies: 9
Views: 2439

Were you able to connect to DB2 from command line using Connect to option?