Гость
Целевая тема:
Создать новую тему:
Автор:
Форумы / Oracle [игнор отключен] [закрыт для гостей] / Failed to archive log# / 4 сообщений из 4, страница 1 из 1
17.06.2003, 11:12:00
    #32183943
RedPank
Участник
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Failed to archive log#
В алерт логе появились записи:
Код: plaintext
1.
2.
3.
4.
5.
6.
7.
Tue Jun  17   09 : 00 : 03   2003 
ARCH: Beginning to archive log#  3  seq#  10958 
Tue Jun  17   09 : 00 : 04   2003 
ARC1: Beginning to archive log#  3  seq#  10958 
ARC1: Failed to archive log#  3  seq#  10958 
Tue Jun  17   09 : 01 : 15   2003 
ARCH: Completed archiving log#  3  seq#  10958 


Объясните, пожалуйсто, почему ARCH и ARC1 пытаются архивировать одно и то-же.
...
Рейтинг: 0 / 0
17.06.2003, 11:18:57
    #32183956
Angel
Участник
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Failed to archive log#
тупят :)
...
Рейтинг: 0 / 0
17.06.2003, 11:22:29
    #32183964
softy
Участник
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Failed to archive log#
Посмотри состояние членов группы:
Код: plaintext
1.
select * from v$logfile;
...
Рейтинг: 0 / 0
17.06.2003, 11:38:12
    #32183995
Denis S
Гость
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Failed to archive log#
Solution:

The message 'Failed to archive' can be ignored, as long as it is followed by a 'Completed archiving' message.

Workaround:

Do not issue the command 'Alter system archive log current'.

Explanation:

The command 'Alter system archive log current' he is forces manual archiving of the current log, hence the shadow process on which the command was issued will perform the archiving. It will archive the logfile and write messages to the trace/alert using the prefix ARCH.

If automatic archiving is turned on then the archiver process will also try to archive this logfile, however will not be able to aquire the lock 'kcrrlt' ie the lock to protect multiple arch processes from archiving the same logfile.

The failing process process will write to the trace/alert message that it was unable to archive the logfile.

If you set the event log_archive_trace = 127 in the init.ora file
then you can trace the archiving steps for both the shadow as well as the archiver process

This command 'Alter system archive log current' is commonly used in hot-backup scenarios.

You can even see this "error" when you don't issue the 'alter system..' command. Because Oracle 8i, by default, gives a finer grain of error messages.
...
Рейтинг: 0 / 0
Форумы / Oracle [игнор отключен] [закрыт для гостей] / Failed to archive log# / 4 сообщений из 4, страница 1 из 1
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


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