orchestrate schema vs plug-in metadata definitions

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
travissolt
Participant
Posts: 51
Joined: Mon Feb 05, 2007 1:53 pm

orchestrate schema vs plug-in metadata definitions

Post by travissolt »

Are there issues with importing tables through the orchestrate schema definitions versus the plug-in metadata definitions? I have heard that when using paralleism the table structure that is imported through the orchestrate method works better then if it is done using the plug-in meta. Is this true? I am trying to figure out the best method for bringing in all of my source tables. The orchestrate schema method would require me to do it manually table by table where as the plug-in meta option allows me to select as many tables from oracle as I need.
Thanks
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Ideally there wont be any change during runtime. No matter how you import, either through Orchestrate or Pluging, all this metadata will be stored in a common repository where it is been used during each run.
However, there are some minor difference during import procedure especially in the Decimal fields. If you perform a search, you can find some topic dealt with the issues.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Orchestrate's orchdbutil method is more accurate than plug-in stages, particularly for Oracle, and particularly for decimal/numeric columns.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

I had heard the same thing, the orch plugin is more accurate and it may avoid some of the warning messages you can get in parallel jobs.
Post Reply