powered by simpleCommunicator - 2.0.61     © 2026 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / Oracle [игнор отключен] [закрыт для гостей] / 2 вопроса про alert файл
5 сообщений из 5, страница 1 из 1
2 вопроса про alert файл
    #32100438
Speaker
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
1. В результате startup или shutdown базы получаю трейс-файл
с такой ошибкой (pmon_xxxx.trc):
Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
/usr/app/oracle/admin/sirokko/bdump/pmon_14895.trc
Oracle8i Enterprise Edition Release  8 . 1 . 7 . 0 . 1  - Production
With the Partitioning option
JServer Release  8 . 1 . 7 . 0 . 1  - Production
ORACLE_HOME = /usr/app/oracle/ 8 . 1 . 7 
System name:	Linux
Node name:	oracle
Release:	 2 . 4 . 18 - 3 
Version:	# 1  Thu Apr  18   07 : 37 : 53  EDT  2002 
Machine:	i686
Instance name: sirokko
Redo thread mounted by this instance:  0  <none>
Oracle process number:  2 
Unix process pid:  14895 , image: oracle@oracle (PMON)

*** SESSION ID:( 1 . 1 )  2003 - 02 - 03   15 : 01 : 01 . 429 
Load Indicator not supported by OS !

Объясните, плз, в чем смысл ошибки "Load indicator not supported..."

2. В alert файле нашел такое сообщение:

Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
...
Thread  1  advanced to log sequence  2472 
  Current log#  3  seq#  2472  mem#  0 : /usr/app/oracle/oradata/sirokko/redo03.log
Thread  1  cannot allocate new log, sequence  2473 
Checkpoint not complete
  Current log#  3  seq#  2472  mem#  0 : /usr/app/oracle/oradata/sirokko/redo03.log
Thread  1  advanced to log sequence  2473 
  Current log#  1  seq#  2473  mem#  0 : /usr/app/oracle/oradata/sirokko/redo01.log
...

Насколько я понял, это происходит при смене текущего журнала. База вроде
работает нормально, ошибок не замечено. В чем может быть дело и куда
копать?
...
Рейтинг: 0 / 0
2 вопроса про alert файл
    #32100512
ShgGena
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
>>> Checkpoint not complete

Говорит о том что:
-- либо размер файлов redolog недостаточто
-- либо их количество.
...
Рейтинг: 0 / 0
2 вопроса про alert файл
    #32100527
Speaker
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
у меня 3 группы redo log, в каждом по 1 файлу, размер 500Кб
Что лучше сделать - увеличить кол-во членов в каждой группе
(возможно с увеличением размера), или создать еще группу?
...
Рейтинг: 0 / 0
2 вопроса про alert файл
    #32100552
Speaker
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
По поводу 2 вроде разобрался, почитал доку, сделал еще одну группу
с таким же member'ом на 500К, спасибо ShgGena ,
жизнь покажет, насколько это было правильно...

А вот по поводу 1 ни у кого нет идей?
...
Рейтинг: 0 / 0
2 вопроса про alert файл
    #32100749
Speaker
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Вопрос решился. Если кому интересно, ниже описание (Metalink Note:107341.1):
Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.
51.
52.
53.
54.
55.
56.
57.
58.
59.
60.
61.
62.
63.
64.
65.
66.
67.
68.
69.
70.
71.
72.
73.
74.
75.
76.
77.
78.
79.
80.
81.
82.
83.
84.
85.
86.
Problem Description 
 -------------------  
 
Messages regarding Load Indicator are reported once every few seconds
in the alert log. These messages would fill up your alert log.  
eg.
         PMON started with pid= 2 
         OER  536879337  in Load Indicator : Error Code =  562331928  !
         DBW0 started with pid= 3 
         LGWR started with pid= 4 
         ...
         Wed Jan   5   10 : 00 : 22   2000 
         Load Indicator not supported by OS !
         Wed Jan   5   10 : 00 : 23   2000 
         Thread  1  cannot allocate new log, sequence  23 
         ...
         Load Indicator not supported by OS !
         Thu Jan   6   15 : 49 : 50   2000 
         Load Indicator not supported by OS !
         Thu Jan   6   15 : 50 : 24   2000 
         Load Indicator not supported by OS !
         Thu Jan   6   15 : 50 : 58   2000 
         Load Indicator not supported by OS !
         Thu Jan   6   15 : 51 : 32   2000 

Problem Explanation
 -------------------  
 
This problem is two fold.  

 1 . PMON reports bogus error message on LINUX:    
   'OER 536879337 in Load Indicator : Error Code = 562331928 !'     

   see Solution # 1  and BUG: 987647   

 2 . Messages 'Load Indicator not supported by OS !' filled up the
   alert log.

   see Solution # 2  for workarounds  

SOLUTION # 1 :  

Solution Description: 
 ---------------------
 
Apply patch for [BUG: 987647 ].   
This bug is port specific for LINUX.  
Note that this patch only fixes the problem with inccorect PMON messages.
It does not eliminate the 'Load Indicator not supported by OS !' messages.

SOLUTION # 2 :

Solution Description: 
 ---------------------  
 
There are a couple of workarounds for eliminating these 
messages - 'Load Indicator not supported by OS !':  

 1 . Run crontab on alert.log to save good error and drop Load Indicator errors:
   eg.  cat alert.log | grep -v  "Load Indicator ...."  > alert.good  
 2 . Disable MTS may eliminate these messages.

There have been a number of bugs reported on this issue.
Currently, these bugs are still under investigation and no patch
is available at this time.

Disable MTS may work as this is related to [BUG: 723579 ]. This bug is
fixed in  8 . 1 . 4  but this fix does not appear to be included in
 8 . 1 . 5 . Please see [BUG: 1109425 ] and [BUG: 1103673 ].

EXPLANATION:
============

There have been a number of bugs reported on this problem and these
bugs can be divided into  2  catagories.

 1 . This is not a bug. The message indicates that the kernel load statictics
   is not supported.
   see [BUG: 984456 ] and [BUG: 1164889 ]

 2 . The cumulation of 'Load Indicator not supported by OS !' messages
   could casue PMON to return ora- 000601  and crash.

   [BUG: 1109425 ] PMON crashed with ora- 601  on LINUX
   [BUG: 1103673 ] PMON crashed with ora- 601  on SGI

   - The fixes of this problem are to be verified.
...
Рейтинг: 0 / 0
5 сообщений из 5, страница 1 из 1
Форумы / Oracle [игнор отключен] [закрыт для гостей] / 2 вопроса про alert файл
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


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