oracle 11g 為ASM磁碟組新增磁碟時報錯ORA-15260和ORA-15032處理一則
今天在一個專案上為oracle資料庫ASM磁碟組新增磁碟:
先說一下環境:
兩臺P750,AIX 6.1,oracle RAC 11.2.0.3
新增磁碟時報如下錯:
ORA-15032: not all alterations performed
ORA-15260: permission denied on ASM disk group
原來是當時使用了sysdba連線,改為使用sysasm連線即可,這是11g在ASM管理上的一個改進。
即:su - grid
sqlplus / as sysasm
alter diskgroup DATA add disk '/dev/rhdisk10';
網上搜到的文章記錄一下:
Did you recently see the new error ‘ORA-15260: permission denied on ASM disk group’ in your ASM administration? Maybe you are still connected as SYSDBA, old habit from 10g?
A quick citation from the Oracle Docs:
The SYSOPER privilege permits the following subset of the ALTER DISKGROUP operations: diskgroup_availability, rebalance_diskgroup_clause, check_diskgroup_clause (without the REPAIR option). All other ALTER DISKGROUP clauses require the SYSASM privilege.
Just connect with
sqlplus / as sysasm
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25462274/viewspace-2139714/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 11G RAC 為 ASM 磁碟組增加一個磁碟。(AIX)ASMAI
- Oracle ASM新增磁碟組POWER OPTIONOracleASM
- 新增磁碟多連路磁碟併為ASM磁碟組擴容ASM
- 在Oracle10g 新增ASM磁碟組OracleASM
- ASM的管理----刪除和新增磁碟組ASM
- oracle 11g asm 磁碟組相容屬性OracleASM
- 一次ASM新增新的磁碟組ASM
- 全面學習和應用ORACLE ASM特性--(3)新增和修改asm磁碟組OracleASM
- asm 磁碟組 增刪磁碟組ASM
- ORACLE RAC重建ASM磁碟組OracleASM
- 在Oracle10g RAC下新增ASM磁碟組OracleASM
- asm新增和刪除磁碟ASM
- ASM裝載磁碟組時ORA-15063錯誤處理ASM
- oracle 11g ASM 磁碟組線上擴容實驗:OracleASM
- oracle 11g R1 asm 磁碟組新特性OracleASM
- ORACLE 資料庫 ASM磁碟組上新增控制檔案Oracle資料庫ASM
- asm磁碟組建立錯誤,用中轉儲存,重建磁碟組ASM
- 在ASM磁碟組中刪除一個磁碟ASM
- Oracle ASM磁碟組常用操作命令OracleASM
- Oracle ASM異常dismount磁碟組OracleASM
- 【ASM】Oracle asm磁碟被格式化,如何掛載該磁碟組ASMOracle
- RAC資料庫新增ASM磁碟組(1)資料庫ASM
- [ASM] ORA-15032 ORA-15260ASM
- 11G ORACLE RAC DBCA 無法識別asm磁碟組OracleASM
- ASM磁碟組限制ASM
- Oracle asm磁碟中新加磁碟OracleASM
- 【ASM】Oracle asm刪除磁碟組注意事項ASMOracle
- ORACLE ASM磁碟組空間溢位OracleASM
- asm新增刪除磁碟ASM
- asmcmd對磁碟組的處理ASM
- 遷移ASM磁碟組ASM
- ORACLE 11G RAC 更改OCR磁碟組extenrnal 為normalOracleORM
- Oracle ASM磁碟組擴容(AIX7.1)OracleASMAI
- 對oracle asm 磁碟組進行檢查OracleASM
- Oracle10g RAC ASM磁碟組[zt]OracleASM
- OracleRAC新增asm磁碟組並設定歸檔位置OracleASM
- linux下新增ASM磁碟LinuxASM
- ASM磁碟組更換磁碟的操作方法ASM