How can i configure " .bash_profile " when try to install Oracle DB 11gR2

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How can i configure " .bash_profile " when try to install Oracle DB 11gR2

Basar_Acar
Hi Erman;

I am beginner i need too much help :)

Can you plaese explain How can i configure " .bash_profile " when try to install Oracle DB 11gR2 ?

thx.
Reply | Threaded
Open this post in threaded view
|

Re: How can i configure " .bash_profile " when try to install Oracle DB 11gR2

ErmanArslansOracleBlog
Administrator
Yo dont need to configure your bash_profile before the installation. You need to configure it after your installation to connect to your database.

open it with vi editor.
Set the following environment variables according to your environment:

export ORACLE_HOME=Your ORACLE_HOME path
export ORACLE_SID=Your Db SID
export PATH=$PATH:$ORACLE_HOME/bin

Save the file, relogin  (exit and su - oracle maybe) , or you can source the .bash_profile without relogin.. (. .bash_profile) and that's it.


these settings will be enough for you.