hi i have one linux script which is calling some .sql script.My target is to provisioning user to remore oracle database via linux script. how i have to cal this script from the connector .
example . /home/oraclescript/myscript.ksh
or /bin/ksh /home/oraclescript/myscript.ksh
both the ways i have tried but getting error at the time of testing error code 127.
connection to my linux machine is successful.
Hi,
just configure a normal SSH connector:
and on the capabilities part, you have to use the absolute path for the script and make sure that the script has 777 permissions: