Hi when I am inserting this
syntax of my query-"
Can anyone help me how to rectify the error.
TIA
yes.i have mentioned it
Did you put Connection into the property of the SQL query activity?
yes,I did it but seems facing the issue
Show the properties of that activity
Connection is a property of System.Net (System.Net.Connection). You should not use it as a variable name. Create a better variable name like dbConnection
i have created connection variable
You should not use Connection as a variable name. Itβs a property of System.Net (System.Net.Connection). Create a variable with a better name like dbConnection
The output of your connect activity and the input variable you provided in existing are different
Cheers
Could you please please correct it because i did it
What is my mistake?
Here you used connection variable

here you used dbconnector
Also connection is a reserved word change it to any other name so that it does not conflict
cheers
As oer the pauls info i have changed it but changed to db connection it shows me System. Oracle.Dataclient is not available.So what should I do?
But we are entering the data in oracle sql client.so it will shows the error?
Did you use the wizard to configure the connection?