Search found 49 matches

by mchaves
Mon Aug 15, 2005 6:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HOW TO CALL A ORACLE STORED PROCEDURE
Replies: 5
Views: 1961

Hi Mates,

I went for the sqlplus option. Thanks Saravanan. It's not that elegant but it's easier to implement.

Thanks all for the assistance. This forum is very useful.

Cheers,
Melquior
by mchaves
Mon Aug 15, 2005 1:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HOW TO CALL A ORACLE STORED PROCEDURE
Replies: 5
Views: 1961

HOW TO CALL A ORACLE STORED PROCEDURE

Hi there, I know that this topic was covered before using odbc plug-in to call a stored procedure but it seems to me so sloppy. So I would like to know if there is any other way to call a oracle procedure in oracle oci plug-in. I have tried calling the procedure in the after tab in oci plug-in but n...
by mchaves
Wed Aug 10, 2005 10:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use oracle hints in datastage
Replies: 10
Views: 6237

You don't even need to use User Defined sql if you are doing that just to add the hint. With Column Generated I add it in the Derivation of the first field selected... works like a champ. For select statements anyway. :wink: Post the complete sql and the complaint. Thanks guys, I have sorted it out...
by mchaves
Wed Aug 10, 2005 8:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use oracle hints in datastage
Replies: 10
Views: 6237

How to use oracle hints in datastage

Hi,

I am trying to use the hint /*+ append */ on a user-defined sql (insert) but datastage complains about the syntaxe. Any ideas on how to work around this?

Cheers,