How to Solve ORA ERRORS - 01119,27054
WARNING: File being created with same name as in Primary
Existing file may be overwritten
Errors in file /home/oradata/DB/DB_pr00_12979.trc:
ORA-01119: error in creating database file '/home/oracle/oradata/data_TS_FNO-62'
ORA-27054: NFS file system where the file is created or resides is not mounted with correct options
Linux-x86_64 Error: 13: Permission denied
File #64 added to control file as 'UNNAMED00064'.
Originally created as:'/home/oracle/oradata/data_TS_FNO-62'
Recovery was unable to create the file as:'/home/oracle/oradata/data_TS_FNO-62'
MRP0: Background Media Recovery terminated with error 1274
Errors in file /home/oradata/DB/DB_pr00_12979.trc:
ORA-01274: cannot add datafile '/home/oracle/oradata/data_TS_FNO-62' - file could not be created
Managed Standby Recovery not using Real Time Apply
Existing file may be overwritten
Errors in file /home/oradata/DB/DB_pr00_12979.trc:
ORA-01119: error in creating database file '/home/oracle/oradata/data_TS_FNO-62'
ORA-27054: NFS file system where the file is created or resides is not mounted with correct options
Linux-x86_64 Error: 13: Permission denied
File #64 added to control file as 'UNNAMED00064'.
Originally created as:'/home/oracle/oradata/data_TS_FNO-62'
Recovery was unable to create the file as:'/home/oracle/oradata/data_TS_FNO-62'
MRP0: Background Media Recovery terminated with error 1274
Errors in file /home/oradata/DB/DB_pr00_12979.trc:
ORA-01274: cannot add datafile '/home/oracle/oradata/data_TS_FNO-62' - file could not be created
Managed Standby Recovery not using Real Time Apply
SOLUTION:
alter database create datafile '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/UNNAMED00064' as '/home/oracle/oradata/data_TS_FNO-62';
Comments