top of page

Program error

Открытая·3 пользователя

CE-00040: Monitoring (Oracle count session)

[RU]


Источник ошибки: Ядро мониторинга работы СУБД Oracle

Текст сообщения: Monitoring (Oracle count session)

Информация:

  • количество сессий в базе данных


Запрос


SELECT count(SID) "countsess"  
  FROM v$session

Решение

Предоставить пользователю права на чтение данных системного каталога, например

grant select any dictionary to <UserName>; 
или   
grant select on v$session to <UserName>;


[EN]


Error Source: Oracle DBMS Operation Monitoring Kernel

Message text: Monitoring (Oracle count session)

Information:

  • number of sessions in the database


Query

SELECT count(SID) "countsess"  
  FROM v$session

Solution

Grant the user rights to read system directory data, for example

grant select any dictionary to <UserName>; 
or   
grant select on v$session to <UserName>;

8 просмотров

О группе

Добро пожаловать в группу! Общайтесь с другими участниками, получайте обновления и делитесь фото и видео.

Участники

bottom of page