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 same if I run the same command through ssh (i.e remotely connecting through putty) , I am able to get the command output.
thanks
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 same if I run the same command through ssh (i.e remotely connecting through putty) , I am able to get the command output.
thanks