ORA-01275: Operation string is not allowed if standby file management is automatic.
What triggered the Error:
An operation that renames, adds, or drops a file was attempted at a standby database and STANDBY_FILE_MANAGEMENT was set to AUTO.What should we do to fix it:
Set STANDBY_FILE_MANAGEMENT to MANUAL if the operation must be performed.