Oracle Error ORA-00058
Error ora ORA-00058 DB_BLOCK_SIZE must be <num> to mount this database not <num>
Cause ORA-00058 plsql errors block size error ora: The DB_BLOCK_SIZE parameter value in the initialization parameter file used to start a database does not match the value used when that database was created. Potential reasons for this mismatch are mounting the wrong database using the wrong initialization parameter file the DB_BLOCK_SIZE value was changed
Action: For one of the above causes, either mount the correct database use the correct initialization parameter file correct the DB_BLOCK_SIZE parameter value. End Oracle errors ora-00058.
|