JDBC Step integration hub
I am trying to connect to Oracle DB to unlock use account and my query is alter user <UserID> account unlock I am trying to Sanitize the userid value , but it is appending single quotes to the userid value. How do I remove the single quote and pa...