Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

command to find oracle home 1

Status
Not open for further replies.

zircon06

Technical User
Jan 8, 2007
81
I'm looking for command to find oracle home in Aix unix box

Thanks in advance
 
Code:
cd /etc
cat oratab
The ORACLE_HOME value for each Oracle instance on your AIX machine appears after each instance name in the oratab file (at the end of that file).

Let us know if this resolves your need.

[santa]Mufasa
(aka Dave of Sandy, Utah, USA)
[I provide low-cost, remote Database Administration services: www.dasages.com]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top