Groups | Blog | Home
all groups > sql server dts > june 2004 >

sql server dts : Global Parameter for ORACLE Import


sascha.gazikalovic NO[at]SPAM fachmediacom.ch
6/21/2004 12:12:40 AM
Hi

I have build a DTS Package with about 35 Tasks, now I would like to
substitute a Value for the Import Query which selects the Sysdate with
a global Parameter, so that I don't need to go altering each one of
them one by one.

....
HAVING MAX(RS.RELEASE)
IN trunc(SYSDATE - ?))
....

Upnon calling the Parameter Button to configure the Variable it says :
'SetParameterInfo is not being called..' or so ..

I am using Oracle Provider for OLE DB..

Can anybody tell me what I am doing wrong, I think it should be
possible..

Any Help is appreciated

Allan Mitchell
6/21/2004 8:42:54 AM
Some drivers do not like the ? substitute so when I encounter this problem I
generally build my statement in an Acti8ve Script task up front of the
DataPump task i.e.

Global Variables and SQL statements in DTS
(http://www.sqldts.com/Default.aspx?205)

--

----------------------------

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


[quoted text, click to view]

Sascha Gazikalovic
6/21/2004 8:59:53 AM
Hi

Thank you for the reply.

Well , as it looks like , I'll have to rebuild all of them , I hoped
there were an other way..

Best regards

Sascha Gazikalovic







*** Sent via Devdex http://www.devdex.com ***
AddThis Social Bookmark Button