Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Setting Oracle Environment

user13419193May 13 2014 — edited May 16 2014

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..

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 13 2014
Added on May 13 2014
4 comments
2,224 views