Hi,
I am facing issue while trying to run a command on a remote server using renci.dll
The error is as below
bash: lsnrctl: command not found
and command used as -
lsnrctl status | egrep -i 'security'
Whereas if i run the same command through ssh (i.e remotely connecting through putty) , I am able to get the command output.
thanks
Comments: Solution (or at least explanation) provided by gege21.
I am facing issue while trying to run a command on a remote server using renci.dll
The error is as below
bash: lsnrctl: command not found
and command used as -
lsnrctl status | egrep -i 'security'
Whereas if i run the same command through ssh (i.e remotely connecting through putty) , I am able to get the command output.
thanks
Comments: Solution (or at least explanation) provided by gege21.