> 데이터 베이스 > MySQL 튜토리얼 > Oracle 11g ASM增加磁盘时ORA-15260解决

Oracle 11g ASM增加磁盘时ORA-15260解决

WBOY
풀어 주다: 2016-06-07 16:46:26
원래의
1101명이 탐색했습니다.

在Oracle 11g中,增加磁盘到已有的磁盘组中,操作命令还是quot;alter diskgroup webdg add disk

在Oracle 11g中,增加磁盘到已有的磁盘组中,操作命令还是"alter diskgroup webdg add disk '/dev/raw/raw4';",但是使用sysdba连接则会报错。

ORA-15260: permission denied on ASM disk group
告知权限被否则。

[root@serv1 ~]# su - grid
/home/grid@serv1=>+ASM1$sqlplus / as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on Thu May 3 15:28:20 2012

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


Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Real Application Clusters and Automatic Storage Management options

SQL> alter diskgroup webdg add disk '/dev/raw/raw4';
alter diskgroup webdg add disk '/dev/raw/raw4'
*
ERROR at line 1:
ORA-15032: not all alterations performed
ORA-15260: permission denied on ASM disk group

 

使用sysasm连接,,即可。

/home/grid@serv1=>+ASM1$sqlplus / as sysasm

SQL*Plus: Release 11.2.0.1.0 Production on Thu May 3 15:29:42 2012

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


Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Real Application Clusters and Automatic Storage Management options

SQL> show user
USER is "SYS"
SQL> alter diskgroup webdg add disk '/dev/raw/raw4';

这是11g在ASM管理上一个改进。

更多Oracle相关信息见Oracle 专题页面 ?tid=12

linux

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