The question is about the steps procedures in order to put the database in noarchivelog mode.
The question is about the steps procedures in order to put the database in noarchivelog mode.
Was the database put in noarchivelog mode with the following steps? Does this steps are ok?
The confusion is the startup and then the alter databvase mount.
startup
alter database mount;
alter database noarchivelog;
alter database opened;
And the alert log shows:
Completed alter database noarchivelog
Was the database put in noarchivelog mode with the following steps? Does this steps are ok?
The confusion is the startup and then the alter databvase mount.
startup
alter database mount;
alter database noarchivelog;
alter database opened;
And the alert log shows:
Completed alter database noarchivelog
0