0

I try to develop a SSIS Package with an oracle source that uses a parameter.

Here's is that parameter :

enter image description here

Here's my SQL command in the oracle source :

enter image description here

The problem is that the syntax doesn't work

Here's the error message :

enter image description here

Can you tell me what is the right syntax ?

Best regards,

1 Answer 1

0

I have had trouble getting parameters to work with Oracle connections. The workaround is to use a 2nd variable that contains your SQL, with an expression to include the 1st variable, and then in your Source use "SQL commmand from variable" for the Data access mode.

enter image description here

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.