Watch out for a trailing slash on $ORACLE_HOME

Posted by user12620111 on Oracle Blogs See other posts from Oracle Blogs or by user12620111
Published on Thu, 29 Mar 2012 15:12:27 -0500 Indexed on 2012/03/29 23:35 UTC
Read the original article Hit count: 206

Filed under:
Watch out for a trailing slash on $ORACLE_HOME
oracle$ export ORACLE_HOME=/u01/app/11.2.0.3/grid/
oracle$ ORACLE_SID=+ASM1
oracle$ sqlplus / as sysasm

SQL*Plus: Release 11.2.0.3.0 Production on Thu Mar 29 13:04:01 2012

Copyright (c) 1982, 2011, Oracle.  All rights reserved.

Connected to an idle instance.

SQL>


oracle$ export ORACLE_HOME=/u01/app/11.2.0.3/grid
oracle$ ORACLE_SID=+ASM1
oracle$ sqlplus / as sysasm

SQL*Plus: Release 11.2.0.3.0 Production on Thu Mar 29 13:04:44 2012

Copyright (c) 1982, 2011, Oracle.  All rights reserved.


Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Real Application Clusters and Automatic Storage Management options

SQL>

© Oracle Blogs or respective owner

Related posts about /Sun