'sqlplus: error while loading shared libraries'에 해당되는 글 1건
2011. 8. 18. 21:09
[kim@oracledb ~]$ sqlplus /nolog
sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory
해결방법
[kim@oracledb ~]$ chmod -R a+rX $ORACLE_HOME
$ sudo chmod -R a+rX $ORACLE_HOME (관리자권한으로 실행)
# chmod -R a+rX /u01/app/oracle/product/10.2.0/db_1/bin/oracle (직접 실행)
관련파일
vi /etc/group
vi /etc/passwd
http://forums.oracle.com/forums/thread.jspa?threadID=347531
'-=-= 컴퓨터 =-=- > 리눅스 & 유닉스' 카테고리의 다른 글
리눅스 터미널상 한글 지원 안될때 (0) | 2011.12.15 |
---|---|
리눅스 사용자 변경 명령어 (0) | 2011.08.18 |
[CENT OS 5.5] php 5.3.6 설치(oracle 11g) (0) | 2011.04.18 |
[CENT OS 5.5] Apache 설치( httpd ) (0) | 2011.04.18 |
<user> is not in the sudoers file / sudo 에러 (0) | 2011.04.13 |