ERROR | attempted to write to file opened in read only mode |
CAUSE | The file handle passed to DBMS_DISKGROUP.WRITE() did not have write privileges. |
ACTION | Obtain a file handle in read-write mode and retry the write operation. |
ERROR | attempted to write to file opened in read only mode |
CAUSE | The file handle passed to DBMS_DISKGROUP.WRITE() did not have write privileges. |
ACTION | Obtain a file handle in read-write mode and retry the write operation. |