JDBC Connections Anyone?

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
skilletrx2
Participant
Posts: 15
Joined: Mon Jul 20, 2009 7:16 am

JDBC Connections Anyone?

Post by skilletrx2 »

Hi there, is anyone using JDBC to connect to data sources within a datastage job? I would be interested in seeing how its done/ your experiences with it.

thanks in advance.
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

I am using JDBC in my Java stage. JDBC enables you to handle difficult tasks such as Ref Cursor or BLOB easily.
skilletrx2
Participant
Posts: 15
Joined: Mon Jul 20, 2009 7:16 am

Post by skilletrx2 »

lstsaur wrote:I am using JDBC in my Java stage. JDBC enables you to handle difficult tasks such as Ref Cursor or BLOB easily.
Hi lstaur, do you have any examples or sites / references that helped you get started w/ the JAVA Stage? Seems like you have to write java class for it right?
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

For verson 8.x it doesn't include any documentation for Java stage. But for version 7.5.x, it comes with the DS_Java_Pack_Designer.pdf file if you have purchased Java PACK.
Post Reply