|
Hi erman,
we are facing and issue on our x6 ODA
while we trying to restore database,we are getting error;
ORA-17502: ksfdcre:3 Failed to create file +DATA/PROD/datafile/a_txn_data04.dbf
ORA-15001: diskgroup "DATA" does not exist or is not mounted
ORA-15204: database version 11.2.0.4.0 is incompatible with diskgroup DATA
we are using 11.2.0.4 oracle rdbms.
when i check with this sql on ASM;
select NAME,COMPATIBILITY from V$ASM_DISKGROUP;
NAME COMPATIBILITY
------------------------------ ------------------------------------------------------------
RECO 12.1.0.2.0
DATA 12.1.0.2.0
|