ORA-00701 : object necessary for warmstarting database cannot be altered
Cause : An attempt was made to alter or drop a database object (table, cluster, or index) defined in the control file’s bootstrap segment and needed to warm start the database.
Action : Correct the spelling of the object name or remove it from the ALTER or DROP statement.
Popularity: 4% [?]


