Database Error Messages

ORA-60558

%0!s %1!s cannot be set when %2!s %3!s is already set.

Cause

An attempt is being made to set the PATH_PREFIX database property in the CDB$ROOT container of a multitenant container database (CDB) even though the DIRECTORY_PREFIXES_ALLOWED system parameter is already set or vice versa.


Action

Either the PATH_PREFIX property or the DIRECTORY_PREFIXES_ALLOWED system parameter is allowed to be set in the CDB$ROOT container but not both. Set the other conflicting attribute for the CDB to NULL using either "ALTER DATABASE SET PATH_PREFIX" or "ALTER SYSTEM" DDL and then reissue the command.