You are currently browsing the tag archive for the ‘ORA-27041’ tag.
I faced with that error while I was trying to take rman backup to our new NFS mount point.
The complete error message is:
RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03009: failure of crosscheck command on ORA_DISK_1 channel at 10/04/2019 20:14:34 ORA-19587: error occurred reading 512 bytes at block number 1 ORA-17500: ODM err:KGNFS READ FAIL:Permission denied ORA-27041: unable to open file SVR4 Error: 13: Permission denied Additional information: 7 ORA-17503: ksfdopn:6 Failed to open file /orabackup_nfs/SASKI_dbfull_20191003_8puddo78_1_1.rman ORA-17500: ODM err:KGNFS READ FAIL:Permission denied
I faced with those errors on 12c database. While I try to drop some tablespace it throws errors such as:
SQL> DROP TABLESPACE MY_TABLESPACE INCLUDING CONTENTS AND DATAFILES; DROP TABLESPACE MY_TABLESPACEINCLUDING CONTENTS AND DATAFILES * ERROR at line 1: ORA-01116: error in opening database file 35 ORA-01110: data file 35: '/u01/app/oracle/product/12.1.0/dbhome_2/dbs/MY_TABLESPACE02_A.DBF' ORA-27041: unable to open file SVR4 Error: 2: No such file or directory Additional information: 3