Re: What's this: ORA-01123: cannot start online backup; media recovery not enabled

From: Jay Mehta <jvmehta_at_mra.ffx.mobil.com>
Date: 1996/04/04
Message-ID: <4k1ch7$72b_at_dlsn31.dal.mobil.com>#1/1


Have you enabled archive log mode? You can do that by:

In init.ora

log_archive_start = true
log_archive_desc = <destination directory>

In SQLDBA

shutdown
startup mount
alter database archivelog
alter database open

Jay Mehta
DBA Received on Thu Apr 04 1996 - 00:00:00 CEST

Original text of this message