Watch out for a trailing slash on $ORACLE_HOME
- by user12620111
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>