> 데이터 베이스 > MySQL 튜토리얼 > bdump目录对应的x权限丢失导致的oracle 数据库异常

bdump目录对应的x权限丢失导致的oracle 数据库异常

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
풀어 주다: 2016-06-07 15:33:03
원래의
1273명이 탐색했습니다.

rhel6.3 x64bit ,oracle 11.2.0.4 x64bit [oracle@rhel63single test]$ pwd/u01/app/oracle/diag/rdbms/test/test[oracle@rhel63single test]$ chmod u-x trace[oracle@rhel63single test]$ lltotal 100drwxr-x---. 2 oracle oinstall 4096 Feb 20 2013 aler

rhel6.3 x64bit ,oracle 11.2.0.4 x64bit

[oracle@rhel63single test]$ pwd
/u01/app/oracle/diag/rdbms/test/test
[oracle@rhel63single test]$ chmod u-x trace
[oracle@rhel63single test]$ ll
total 100
drwxr-x---.  2 oracle oinstall  4096 Feb 20  2013 alert
drwxr-x---.  2 oracle oinstall  4096 Feb 20  2013 cdump
drwxr-x---.  2 oracle oinstall  4096 Feb 20  2013 hm
drwxr-x---. 11 oracle oinstall  4096 Jan  8 20:58 incident
drwxr-x---.  2 oracle oinstall  4096 Feb 20  2013 incpkg
drwxr-x---.  2 oracle oinstall  4096 Feb 20  2013 ir
drwxr-x---.  2 oracle oinstall  4096 Jan  8 20:58 lck
drwxr-x---.  2 oracle oinstall  4096 Feb 20  2013 metadata
drwxr-x---.  2 oracle oinstall  4096 Feb 20  2013 metadata_dgif
drwxr-x---.  2 oracle oinstall  4096 Feb 20  2013 metadata_pv
drwxr-x---.  2 oracle oinstall  4096 Jan  8 20:58 stage
drwxr-x---.  2 oracle oinstall  4096 Jan  8 20:58 sweep
drw-r-x---. 11 oracle oinstall 49152 Jan  8 20:58 trace --->缺少了x权限,而该目录是bdump目录(background_dump_dest所指定的目录)
로그인 후 복사


下面来看db server本机登陆sqlplus 有什么现象:

[oracle@rhel63single ~]$ sqlplus  / as sysdb

SQL*Plus: Release 11.2.0.4.0 Production on Thu Jan 8 21:04:16 2015

Copyright (c) 1982, 2013, Oracle.  All rights reserved.

ERROR:
ORA-12547: TNS:lost contact


Enter user-name: 

 
로그인 후 복사

 

3分钟左右,才报上述错误.
而从oracle db client(pl/sql developer)连接该db,报:

 ORA-12537: TNS: connection closed
로그인 후 복사

 

此时,trace目录也是进不去的:

[oracle@rhel63single test]$ cd trace
-bash: cd: trace: Permission denied
로그인 후 복사


解决该问题的方法其实很简单:

[oracle@rhel63single test]$ chmod u+x trace
로그인 후 복사



 

원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿