Step 1. Connect Database as SYSDBA

$ sqlplus ” / as sysdba”

Step 2. Alter System to change the addm auto enable

SQL> ALTER SYSTEM set “_addm_auto_enable”=false scope=both;

System altered.
Step 3. backup the spfile and pfile.

SQL> create pfile from spfile;

File created.

SQL> exit