Hii,
Well i m facing problem in setting Oracle Environment
I had install ORACLE 11g R2 on Oracle Linux 5.7 on virtual machine.
Actually i want to fix up oracle environment so that i dont have to export everytime.
I fix up oracle environment in .bash_profile in root user and its working, i mean sqlplus is connected and i can open database but when i fix for my user name 'Oracle' .bash_profile,
receive and error
-ksh : sqlplus: not found (No such file and directory)
One more thing when i give all export directly on terminal of User 'Oracle' than its work.
export ORACLE_BASE = /u01/app/oracle
export ORACLE-HOME = /u01/app/oracle/product/11.2.0/dbhome_1
export ORACLE_SID=orcl
export PATH=$ORACLE_HOME/bin:$PATH
Anybody can help me to solve my problem, plzzz..