Expand To Show Full Article
Oracle Error ORA-15094: attempted to write to file opened in read only mode - Developer Publish

Oracle Error ORA-15094: attempted to write to file opened in read only mode

Oracle Error Message

ORA-15094: attempted to write to file opened in read only mode

Reason for the Error

The file handle passed to DBMS_DISKGROUP.WRITE() did not have write privileges.

Solution

Obtain a file handle in read-write mode and retry the write operation.