현상 : CREATE OR REPLACE LIBRARY libcrypt_encrypts AS '/oracle/product/11203/lib/libbarocrypts-6.1.1.so' ;
*
ERROR at line 1:
ORA-01031: insufficient privileges
원인 : library 생성 권한이 없어서 발생.
조치 : Oracle sysdba로 접속한 다음 library를 생성하는 계정에 library 생성권한을 부여 해야 함.
SQL> create library to kfas_1 ;
'▶ BaroSolution > 오류 메시지' 카테고리의 다른 글
No user name available when checking verification code (0) | 2019.12.13 |
---|---|
error while loading shared libraries: cannot open shared object file: No such file or directory (0) | 2019.02.27 |
TIPS : Windows의 로그온 시 로깅되는 인증로그의 사항과 형식 (0) | 2019.02.08 |
Invalid verification code (0) | 2019.02.08 |
Verification code generation failed.[error message] (0) | 2019.02.08 |