[oracle@np-testrac1 ~]$ env|grep ORA
ORA_CRS_HOME=/crs/oracle/product/10.2.0/crs
ORACLE_SID=+ASM1
ORACLE_BASE=/opt/oracle
ORACLE_HOME=/crs/oracle/product/11.2/crs
[oracle@np-testrac1 ~]$ /crs/oracle/product/11.2/crs/bin/sqlplus /nolog
SQL*Plus: Release 11.2.0.1.0 Production on Thu Jul 29 11:15:24 2010
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> connect / as sysdba
Connected.
SQL> select name from v$asm_disk;
NAME
------------------------------
DISK1
DISK2
DISK3
DISK4
ORC
11 rows selected.
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Real Application Clusters and Automatic Storage Management options
[oracle@np-testrac1 ~]$ export ORACLE_HOME=/opt/oracle/product/10.2.0/db_1
[oracle@np-testrac1 ~]$ export ORACLE_SID=PROD81
[oracle@np-testrac1 ~]$ sqlplus /nolog
SQL*Plus: Release 10.2.0.4.0 - Production on Thu Jul 29 11:16:13 2010
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
SQL> connect / as sysdba
Connected to an idle instance.
SQL> startup nomount
ORA-29702: error occurred in Cluster Group Service operation
SQL>
ASM is up, and i see my old ASM DISK mounted in the new environment. But my 10g database just cannot connect to it
Thanks
--
215 450 3380