ERR-11098

smERR_ABORT_BackupLogMode cannot be executed in no archive log mode

Version

All versions

Explanation

Unable to perform an online backup.

Cause

An online backup has been performed in NO ARCHIVING mode.

Action

An online backup can only be performed in ARCHIVING mode. Otherwise, an error occurs.

Check whether the database is running in ARCHIVING mode with the following command:

iSQL>select archivelog_mode from v$log;
ARCHIVELOG_MODE
------------------------
NOARCHIVE

How to change to ARCHIVING mode from NOARCHIVING mode

1. Shut down the database.

2. Re-start the database.

3. Run the database in the CONTROL phase.

SHELL>server stop
SHELL>is –silent –sysdba
ERR-910FB : Connected to idle instance
isql(sysdba)>startup control

4. Change to ARCHIVING mode using the ALTER DATABASE ARCHIVELOG statement.

isql(sysdba)>alter database archivelog

Execute an online backup in ARCHIVING MODE

1. Run the database in the SERVICE phase.

isql(sysdba)>startup service

2. Re-start backup.

Reference

N/A

Copyright ⓒ 2000~2016 Altibase Corporation. All Rights Reserved.

These documents are for informational purposes only. These information contained herein is not warranted to be error-free and is subject to change without notice. Decisions pertaining to Altibase’s product characteristics, features and development roadmap are at the sole discretion of Altibase. Altibase may own related patents, trademarks, copyright or other intellectual property rights of products and/or features discussed in this document.