반응형
오렌지를 사용하다보면 12C이후부터 lock 모니터링 탭에서 권한이 부족하면 발생
 
grant select on sys.GV_$instance to system;
grant select on SYS.OBJ$        to system;
grant select on SYS.GV_$LOCK     to system;
grant select on SYS.GV_$SESSION  to system;
grant select on SYS.GV_$PROCESS  to system;
grant select on sys.user$ to system;
grant select on sys.v_$sql to system with grant option;
 

 

'DBMS > Oracle' 카테고리의 다른 글

index pk(PRIMARY KEY) 인덱스 삭제  (0) 2022.07.04
index parallerl / nologging상태 체크  (0) 2022.07.04
다른 유저가 truncate할때(프로시저)  (0) 2022.07.04
Control file 관리  (0) 2022.07.04
DB LINK 생성관리  (0) 2022.07.04

+ Recent posts