Community Halloween is live until October 31st! Complete any 2 quick activities to earn the 2025 Community Halloween badge. Feeling brave? Check out the activities here
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How to select Bind Variables from Oracle Input via ODBC

Redlake19
5 - Atom

Hello,

I have an existing long statement that relies on bind variables. ":Current_COB" and ":Prior_COB" in this case. What is the trick to inputting the dates I'm looking for in Alteryx? I tried dynamic input but I do not see a bind option.   Any help you could provide would be greatly appreciated.

 

 

Thanks!

2 REPLIES 2
Redlake19
5 - Atom

Just wanted to add that the current error message I receive on the input is this:

 

Error: Input Data (2): Error SQLExecute: [Oracle][ODBC][Ora]ORA-01008: not all variables bound

 

 

 

 

SeanAdams
17 - Castor
17 - Castor

If you can avoid using bind variables - you can hard-replace :Current_COB in your SQL query with a literal value, and then put this dynamic SQL through your Dynamic Input tool.

 
Labels
Top Solution Authors