Accessing Oracle 10g

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
somashekar_mb
Participant
Posts: 2
Joined: Tue Nov 15, 2005 6:45 am
Location: India

Accessing Oracle 10g

Post by somashekar_mb »

Dear All,

Is it possible to access Oracle 10g database through DynamicRDBMS stage? if yes, is there any constraints compared to Oracle stage? currently our project uses Oracle 9i database and now planning for migrate to 10g. we are using DataStage Server edition 7.5.1.A

Regards
Som
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Welcome aboard! :D

Is it possible to access Oracle 10g database through DynamicRDBMS stage? Yes, certainly.

If yes, is there any constraints compared to Oracle stage? Hmm... not sure there are any constraints, per se, but then I don't see any advantages. The reason the DRS stage was 'invented', AFAIK, was the thought that jobs could built using it accessing Database A and then easily switched to Database B with just the flick of a switch. PeopleSoft, Oracle, Informatica, yada yada. The reality of it isn't quite so simple.

The one issue that jumps to mind are the use of '?' Parameter Markers ala the ODBC stage rather than the numbered markers (:1, :2) the OCI stages would use. Personally, I find the OCI way much more powerful and easier to use over the positional markers. :wink:

Other than that, I believe the two stages are equivalent. But then I don't use the DRS stage. I'll let others who have actually used both chime in with more specifics.
-craig

"You can never have too many knives" -- Logan Nine Fingers
somashekar_mb
Participant
Posts: 2
Joined: Tue Nov 15, 2005 6:45 am
Location: India

Post by somashekar_mb »

Hi Chullet,


Thanks for the Information.

Regards
Som
Post Reply