powered by simpleCommunicator - 2.0.61     © 2026 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / Oracle [игнор отключен] [закрыт для гостей] / rman отключить Restore Failover
2 сообщений из 2, страница 1 из 1
rman отключить Restore Failover
    #39710782
Avector
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Вопрос, можно ли отключить у rman автоматические использование Restore Failover, при котором если бэкапсет, из которого идет восстановление, поврежден или недоступен, rman просто выдавал бы ошибку и останавливал работу. По-умолчанию он ищет бэкапсет из более раннего бэкапа и восстанавливает из него.

Пока что ничего не нашел, кроме как удалять из control-файла информацию о прошлых бэкапах.

https://docs.oracle.com/cd/E25054_01/backup.1111/e10642/rcmrvcon.htm#i1006114

Код: plsql
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
Restore Failover
RMAN automatically uses restore failover to skip corrupted or inaccessible backups and look for usable backups. When a backup is not found, or contains corrupt data, RMAN automatically looks for another backup from which to restore the desired files.

RMAN generates messages that indicate the type of failover that it is performing. For example, when RMAN fails over to another backup of the same file, it generates a message similar to the following:

failover to piece handle=/u01/backup/db_1 tag=BACKUP_031009
If no usable copies are available, then RMAN searches for previous backups. The message generated is similar to the following example:

ORA-19624: operation failed, retry possible
ORA-19505: failed to identify file "/u01/backup/db_1"
ORA-27037: unable to obtain file status
SVR4 Error: 2: No such file or directory
Additional information: 3
failover to previous backup
RMAN will perform restore failover repeatedly until it has exhausted all possible backups. If all of the backups are unusable or no backups exists, then RMAN attempts to re-create the datafile. Restore failover is also used when there are errors restoring archived redo logs during RECOVER, RECOVER ... BLOCK, and FLASHBACK DATABASE commands.
...
Рейтинг: 0 / 0
rman отключить Restore Failover
    #39710851
Фотография Aliona
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
а чем это не устраивает:
CONFIGURE RETENTION POLICY TO REDUNDANCY 1;
...
Рейтинг: 0 / 0
2 сообщений из 2, страница 1 из 1
Форумы / Oracle [игнор отключен] [закрыт для гостей] / rman отключить Restore Failover
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]