Hi ,
Error : - <file_name>_run.sh: line 4: --context_param: command not found .
I am doing data migration from sql server to oracle by building the job and running .sh file from Linux environment . While doing the migration , I am getting the error :-line 4: --context_param: command not found . When I go through the .sh file , I found the password contains the letter $ symbol (--context_param MSSqlServer_DBConnection_Password=nO$15& )and I assume , this dollar symbol makes issue because , when I remove the symbol and tried the migration again , I found its running without the error but login failed issue . Please suggest me how to handle this type of special characters in context_param variable .
Thanks & Regards,
Prejib