Home » Infrastructure » Linux » 11gR2 installation on REL5.5
11gR2 installation on REL5.5 [message #562794] Sun, 05 August 2012 07:01 Go to next message
vivek_k47
Messages: 14
Registered: August 2012
Location: india
Junior Member
Hi,
i have successfully installed 11gR2 on REL 5.5,but after the installation when i type sqlplus / as sysdba it throws an error saying 'command not found'.
I checked the bash_profile and everything seems to be ok.

export ORACLE_HOME=/u01/home/oracle/product/11.2.0/db;
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib
export PATH=$ORACLE_HOME/bin:$PATH
export ORACLE_SID=vivek

Please suggest a solution.
Thank you.
Vivek
Re: 11gR2 installation on REL5.5 [message #562796 is a reply to message #562794] Sun, 05 August 2012 08:22 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
post results of following OS commands using COPY & PASTE

id
env | sort
Re: 11gR2 installation on REL5.5 [message #562797 is a reply to message #562794] Sun, 05 August 2012 08:23 Go to previous messageGo to next message
Michel Cadot
Messages: 68641
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Quote:
Please suggest a solution

Either your installation is wrong, either you did not do what you think you did.

1/ To set your environment, do not set the variables, use "oraenv": ". oraenv" and follow the questions.
2/ Post the session:
env | sort
id
sqlplus / as sysdba


Please read OraFAQ Forum Guide and How to use [code] tags and make your code easier to read.
Make sure that lines of code do not exceed 80 characters when you format.
Indent the code, use code tags and align the columns in result.
Use the "Preview Message" button to verify.
Also always post your Oracle version, with 4 decimals.

Regards
Michel
Re: 11gR2 installation on REL5.5 [message #562811 is a reply to message #562797] Sun, 05 August 2012 22:59 Go to previous message
vivek_k47
Messages: 14
Registered: August 2012
Location: india
Junior Member
thank you...solved the problem....
Previous Topic: VIPCA failing
Next Topic: sqlplus in oracle 10g on linux 5
Goto Forum:
  


Current Time: Fri Apr 19 07:18:19 CDT 2024