powered by simpleCommunicator - 2.0.51     © 2025 Programmizd 02
Форумы / Oracle [игнор отключен] [закрыт для гостей] / ORA-27300: OS system dependent operation:pwportcr failed with status: 11
6 сообщений из 6, страница 1 из 1
ORA-27300: OS system dependent operation:pwportcr failed with status: 11
    #40046083
ATeplov
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Добрый день, на одном из доменов под ос solaris 11.3 стал получать сообщения в alert log:
Код: plsql
1.
2.
3.
4.
ORA-27140: attach to post/wait facility failed
ORA-27300: OS system dependent operation:pwportcr failed with status: 11
ORA-27301: OS failure message: Resource temporarily unavailable
ORA-27302: failure occurred at: sskgpwatt:2



на всех инстансах, подскажите какой из параметров ОС в project лимитирован?
версия oracle 12.2.0.1
...
Рейтинг: 0 / 0
ORA-27300: OS system dependent operation:pwportcr failed with status: 11
    #40046086
PuM256
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Resolving OS system dependent operation:pwportcr failed with status: 11 issues on Solaris (Doc ID 2359700.1)
...
Рейтинг: 0 / 0
ORA-27300: OS system dependent operation:pwportcr failed with status: 11
    #40046087
ATeplov
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Сейчас к сожалению нет доступа на support.oracle.com
...
Рейтинг: 0 / 0
ORA-27300: OS system dependent operation:pwportcr failed with status: 11
    #40046341
Фотография Scott Tiger
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Судя по https://support.oracle.com/knowledge/Sun Microsystems/2359700_1.html проблема декларируется как "HIGH NUMBER OF EVENT PORT USAGE AFTER UPGRADING TO 12.2 DATABASE". Значит, речь идёт о подсистеме Event Ports. Т.е., это man port_associate, man port_create и т.д. Ошибка 11 - это EAGAIN.

Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
$ man port_associate
...
       EAGAIN     The  maximum  number of objects associated with the port was
                  exceeded. The maximum allowable number of events or associa-
                  tion  of  objects  per  port  is  the  minimum  value of the
                   process.max-port-events   resource  control   at   the   time
                  port_create(3C)  was used to create the port. See setrctl(2)
                  and rctladm(8) for information on using resource controls.

                  The number of objects associated with a port is composed  of
                  all  supported  resource  types. Some of the source types do
                  not explicitly use the port_associate() function.
...

$ man port_create
...
       EAGAIN    The  maximum  allowable  number of ports is currently open in
                 the system. The maximum allowable number of ports is the min-
                 imum  value of the  project.max-port-ids  resource control. See
                 setrctl(2) and rctladm(8) for information on  using  resource
                 controls.
...
...
Рейтинг: 0 / 0
ORA-27300: OS system dependent operation:pwportcr failed with status: 11
    #40046495
ATeplov
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Сам источник проблем я нашел, в одном инстансе из за ошибки разработчика появлялись коннекты вновь и вновь, а старые не закрывались. Когда число процессов превысило примерно 6500 во всех остальных инстансах начали валиться ошибки ORA-27300 при создании процессов. Проблему решил, но получается у меня есть узкое место 6500 процессов это совсем немного, сначала подумал что ограничение по семафорам увеличение к сожалению результата не дало.
...
Рейтинг: 0 / 0
ORA-27300: OS system dependent operation:pwportcr failed with status: 11
    #40046496
ATeplov
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Проблема была project.max-port-ids, спасибо большое
...
Рейтинг: 0 / 0
6 сообщений из 6, страница 1 из 1
Форумы / Oracle [игнор отключен] [закрыт для гостей] / ORA-27300: OS system dependent operation:pwportcr failed with status: 11
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


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