Database Error Messages

DGM-17552

Database must be restarted after setting static initialization parameters.

Cause

The command is being invoked without the WITH RESTART option. Because this command is setting static initialization parameters like DB_UNIQUE_NAME, DB_FILES, or LOG_BUFFER, the command cannot complete.


Action

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