[TIL/ES] Oracle : ORA-01031: insufficient privileges
This is the documented behaviour; from the 19c create view section (emphasis added):
The owner of the schema containing the view must have the privileges necessary to either select (READ or SELECT privilege), insert, update, or delete rows from all the tables or views on which the view is based. The owner must be granted these privileges directly, rather than through a role.
Role 이 아니라 Privilege로 직접 권한 부여하니까 해결됨
'📘 etc > Error Solving' 카테고리의 다른 글
[TIL/ES] Java에서 list.toArray를 사용할때 Object 자료형이어야 가능 (0) | 2022.10.08 |
---|---|
[TIL/ES] Java에서 int 값 범위 벗어나는 경우 (0) | 2022.10.08 |
[TIL/ES] Docker(Colima) : [hostagent] Waiting for the essential requirement 1 of 5: "ssh" (0) | 2022.09.27 |
최근댓글