Oracle Home
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
0