I connected to VM with ssh connection and I want to run sqlplus command, but when I run sqlplus / as sysdba (to example) I get sqlplus: command not found.
I have on the VM oracle DB and I’ve created a data base.
I connected to VM with ssh connection and I want to run sqlplus command,
Share
Is the
sqlplusbinary in your PATH? Check your environment. Try:It should print the full path of the
sqlpluscommand. If it doesn’t, you must locate the binary an append the containing directory to your path or invoke the command by the full path.