Help with errors when restoring a RAC db - ORA-15045: ASM file name '+FRA' is not in reference form
Oracle, Grid, ASM 11.2.0.3
Hi,
Im trying to restore/recover a database using Data Protector:
Full backup ended at 11:54.
So I restore it to 12:00.
CONNECT TARGET *
2> CONNECT CATALOG *
3> HOST 'exit';
4> run {
5> allocate channel 'dev_0' type 'sbt_tape'
6> parms 'SBT_LIBRARY=/opt/omni/lib/libob2oracle8_64bit.so,ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=TRESERVA,OB2BARLIST=1458049522,OB2BARHOSTNAME=sa2rac-scan.prod.pk.local)';
7> set until time "to_date('03/15/16 12:00:00','MM/DD/YY HH24:MI:SS')";
8> restore database;
9> release channel 'dev_0';
10> }
11> EXIT
Database is in mount state as a single instance.
But when I try to open the database I get this: