Database Error Messages

DGM-17552

Primary database must be restarted after setting static initialization parameters.

Cause

The command was invoked without WITH RESTART option. Because this command had to set static initialization parameters like DB_UNIQUE_NAME, DB_FILES, or LOG_BUFFER, the command could not complete.


Action

Invoke the command again with WITH RESTART option or after modifying static initialization parameters as Oracle recommends.