what will be the result when you issue the command alter database archivelog?

If you issue the command shutdown abort prior to trying to put the database in
ARCHIVELOG mode, what will be the result when you issue the command alter database
archivelog?

If you issue the command shutdown abort prior to trying to put the database in
ARCHIVELOG mode, what will be the result when you issue the command alter database
archivelog?

A.
The alter database archivelog command will fail.

B.
The alter database archivelog inconsistent command must be used to put the database in
ARCHIVELOG mode.

C.
The alter database archivelog command will succeed.

D.
The alter database archivelog command will ask if you want to make the database
consistent first.

E.
There is no alter database archivelog command. The correct command is alter database
alterlogging.

Explanation:
Before you change database to archivelog mode, you need to have a clean database
shutdown.



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Eamon

Eamon

Also the database must be mounted before running
alter database archivelog;