주식회사 누리아이티

정보자산의 보안강화를 위한 다계층 인증SW (BaroPAM) 전문기업.

▶ Tuxedo/오류 메시지(Oracle)

ORA-1039: insufficient privileges on underlying objects of the view

누리아이티 2010. 6. 9. 16:48

현상 : ORA-1039: insufficient privileges on underlying objects of the view.
 

원인 : SYS user가 아닌 다른 user로 SQL Analyze에 로그인하여 SQL statement에 대한 explain plan 옵션을 사용할 때 다음과 같은 에러가 발생
 

조치 : 1.dictionary table/view들을 validate시켜 놓으려면 dba가 read 권한만 SQL Analyze를 수행하는 user에게 grant하면 충분하다.
         2.SYS user로서 SQL explaining을 수행하는 것이다.