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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 一次ASM新增新的磁碟組ASM
- 【ASM】Oracle asm磁碟被格式化,如何掛載該磁碟組ASMOracle
- 【ASM】Oracle asm刪除磁碟組注意事項ASMOracle
- ORACLE ASM磁碟組空間溢位OracleASM
- ASM磁碟組限制ASM
- Oracle RAC ASM磁碟組擴容時遇到的VIP漂移OracleASM
- Oracle ASM磁碟組擴容(AIX7.1)OracleASMAI
- 遷移ASM磁碟組ASM
- Oracle RAC環境下ASM磁碟組擴容OracleASM
- ASM磁碟組更換磁碟的操作方法ASM
- (grid重灌後圖形介面報錯)ASM磁碟組字元介面配置ASM字元
- asm磁碟組依賴導致資料庫自啟動報錯ASM資料庫
- GI安裝完成後mount磁碟組一個節點報錯ora-15032 ora-15017 ora-15040
- ASM磁碟簡單維護,新增,刪除ASM
- ASM磁碟組擴容操作文件ASM
- ASM 磁碟組的建立及擴容ASM
- 使用udev擴充套件ASM磁碟組dev套件ASM
- Oracle asm磁碟損壞異常恢復OracleASM
- ORACLE ASM的SSD磁碟空間回收分析OracleASM
- Oracle RAC日常運維-ASM磁碟擴容Oracle運維ASM
- 【BUILD_ORACLE】使用ASMLib包搭建ASM磁碟UIOracleASM
- 遷移OCR和VotingDisk並刪除原ASM磁碟組ASM
- ASM磁碟組ORA-15042 ORA-15096ASM
- 【ARCH】Oracle 判斷asm磁碟組大小,超過閾值清理指令碼OracleASM指令碼
- Oracle資料庫 ASM磁碟線上擴容Oracle資料庫ASM
- 磁碟IO過高時的處理辦法
- 關於Oracle 10g ASM磁碟大小的限制Oracle 10gASM
- 在ASM磁碟組中刪除歸檔日誌報ORA-15028ASM
- RAC之grid叢集安裝及ASM磁碟組配置ASM
- ASM重新命名包含OCR/vote file的磁碟組ASM
- 11g ASM 重啟 HAC 報錯 CRS-4124: Oracle High AvailabilityASMOracleAI
- 問題:未清空磁碟被新增到磁碟組觸發壞塊
- 基於裸裝置的ASM磁碟組擴容方案ASM
- 【ASM】ASM磁碟頭被重寫,如何修復ASM
- RAT(Oracle Real Application Testing)時ORA 600報錯處理OracleAPP
- Oracle RAC日常運維-DATA磁碟組故障Oracle運維
- 從定位資料塊所在ASM磁碟到ASM strippingASM
- linux新增新磁碟和建立分割槽Linux
- 如何檢視Oracle RAC的asm磁碟的udev對應關係OracleASMdev