when i want to run sqlplus on oracle 11gR2 the error is shown :
command not found
when i search it in net , i understand that ORACLE_HOME and ORACLE_BASE and ORACLE_SID and PATH is not set . when i set it with below command , and reboot the server or log out and log in , the parameters are change to the firs value
van anyone help me ?
ORACLE_HOME=/u01/app/oracle/product/11.2.0/db_1
export ORACLE_HOME
can anyone help me ?
Thanks