Database Administration (MOSC)

MOSC Banner

Oracle Home

edited Sep 10, 2010 2:29AM in Database Administration (MOSC) 7 commentsAnswered
 Hi All,
I recently moved my database form HP-UX 11.11 to 11.31. In my old system , ORACLE_HOME in .profile is mentioned as /xxxx/Ora9i. In new box , it is /xxxx/Ora9i/.

In shell script when I initialize ORACLE_HOME and ORACLE_SID like below:

export ORACLE_SID=xxx
export ORACLE_HOME=/xxxx/Ora9i

it can not set ORACLE_SID.

But when I do like this
 
export ORACLE_SID=xxx
export ORACLE_HOME=/xxxx/Ora9i/

It works fine.

What could be the problem?

Thanks in advance.

Regards,
Anirban

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center