Excellent. That Q has come up a few odd times and I have to admit I am not
an Oracle guy but kinda thought it has to be possible right. At least now
- The site for all your DTS needs.
"Kris" <KrisTomczak@msn.com> wrote in message
news:%23IlUe%23KREHA.3944@tk2msftngp13.phx.gbl...
> this works:
>
> begin customer.customer_load('test', 11); end;
>
> Thanks anyway
> Kind regards,
>
> Kris
>
> "Allan Mitchell" <allan@no-spam.sqldts.com> wrote in message
> news:e8N3rbKREHA.3528@TK2MSFTNGP09.phx.gbl...
> > what about a SELECT ?
> >
> > --
> > --
> >
> > 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 > >
> >
> > "Kris" <KrisTomczak@msn.com> wrote in message
> > news:%23nUQ8SKREHA.556@tk2msftngp13.phx.gbl...
> > > I can execute any Select statement successfully , but I don't know how
> to
> > > call a package.
> > > I'm getting an error: Invalid SQL statement.
> > >
> > > My call looks like:
> > > customer.customer_load('test', 11)
> > >
> > > I've tried:
> > > customer.customer_load('test', 11)
> > > call customer.customer_load('test', 11)
> > > exec customer.customer_load('test', 11)
> > > execute customer.customer_load('test', 11)
> > >
> > > with the same result.
> > >
> > > Cheers,
> > >
> > > Kris
> > >
> > > "Allan Mitchell" <allan@no-spam.sqldts.com> wrote in message
> > > news:%23pKBF8JREHA.3016@tk2msftngp13.phx.gbl...
> > > > Can you not do this from within the ExecuteSQL task whilst pointing
> the
> > > > Oracle connection?
> > > >
> > > >
> > > > --
> > > > --
> > > >
> > > > 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 > > > >
> > > >
> > > > "Kris" <KrisTomczak@msn.com> wrote in message
> > > > news:O0V5IiJREHA.3452@TK2MSFTNGP10.phx.gbl...
> > > > > Hi All,
> > > > >
> > > > > I'm designing DTS package on SQL Server and need to call/execute
> > Oracle
> > > > > package (stored in an Oracle database).
> > > > > How to call an Oracle package from DTS?
> > > > >
> > > > > Cheers,
> > > > >
> > > > > Kris
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>