지식정보
ORACLE FUNCTION, PROCEDURE 컴파일 경고 중 PLW-05018
onggun
2016. 7. 1. 09:35
펑션의 경우
FUNCTION 펑션명 (
.... )
RETURN 타입명 AUTHID 유저ID [CURRENT_USER]
IS
프로시저의 경우
PROCEDURE 프로시저명 (
.....
) AUTHID 유저ID [CURRENT_USER]
IS
하면 됨.
참고
https://docs.oracle.com/apps/search/search.jsp?category=database&product=e50529-01&q=authid
Oracle Help Center - Search
Results for authid Database PL/SQL Language Reference, 12c Release 1 (12.1) Invoker's Rights and Definer's Rights (AUTHID Property) → The AUTHID property of a stored PL/SQL unit affects the name resolution and privilege checking of … SQL statements tha
docs.oracle.com