Hi everyone,
I’m a newbie and trying to update data in a table - oracle database, my SQL query like this :
“UPDATE RPA_PARA_LOGIN A
SET A.PARA_USER_PASS = @parPass
Where A.PARA_USER_ID = @parUserid;”
and i seted the parameter like this :
and when i try to debug, i get error like this :
can anybody help me please ? :’)