Problem connecting to sqlplus

gorgie.arture -  
MrYAU31 Posted messages 4631 Status Member -
Hello, I have a problem when I launch sqlplus with the command sqlplus /as sysdba in the DOS command executor, it returns me this message:
'sqlplus' is not recognized as an internal
or external command, an executable program or a batch file.

1 answer

MrYAU31 Posted messages 4631 Status Member 1 630
 
Hello,

You just forgot to go to the right folder...

How to connect to SQL*Plus?
Go to the $ORACLE_HOME/bin directory or check that this directory is part of your PATH (in this case, you will be able to use the sqlplus command directly).

https://oracle.developpez.com/faq/faq-sqlplus?page=Environnement-de-travail
2