ORA-15221: ASM operation requires compatible.asm of 11.2.0.0.0 or higher

昨天在做存储迁移的时候,对ASM磁盘组的东西进行操作时,出现了如标题的错误。经查资料,发现原因如下:

如磁盘组是使用asmca图形化工具创建,则compatible.asm默认设置就已经为11.2,如使用CREATE DISKGROUP这个SQL命令创建,则默认设置为10.1,需要手动修改。因此,需要先手工进行设置版本,指令如下:
    SQL> alter diskgroup oradg set attribute ‘COMPATIBLE.ASM‘=‘11.2‘;

ORA-15221: ASM operation requires compatible.asm of 11.2.0.0.0 or higher

时间: 2024-10-11 22:34:13

ORA-15221: ASM operation requires compatible.asm of 11.2.0.0.0 or higher的相关文章

Oracle 11.2.0.4.0 DG (ASM) 搭建案例

图示:ARC进程 实验环境 主机:CentOS release 6.5 (Final) 软件:Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production 主库:db_unique_name:orcl1 备库:db_unique_name:orcl1dg ============================================================================

【翻译自mos文章】使用asmcmd命令在本地和远程 asm 实例之间 拷贝asm file的方法

使用asmcmd命令在本地和远程 asm 实例之间 拷贝asm file的方法 参考原文: How to Copy asm files between remote ASM instances using ASMCMD command (Doc ID 785580.1) 适用于: Oracle Database - Enterprise Edition - Version 11.1.0.6 to 11.2.0.2 [Release 11.1 to 11.2] Information in thi

【翻译自mos文章】当指定asm disk 为FRA时,11.2.0.3的dbua hang住

当指定asm disk 为FRA时.11.2.0.3的dbua hang住 来源于: 11.2.0.3 DBUA Hangs While Specifying ASM Disk To FRA (文档 ID 1427179.1) 适用于: Oracle Database Upgrade Assistant - Version 10.2.0.1 and later Oracle Server - Standard Edition - Version 10.2.0.1 and later Oracle

《oracle asm instance & add asm diskgroup》

摘要:<oracle asm instance & add asm diskgroup> 2009/7/1 自从将oracle 9i升级到oracle 10g后,为了后公司的项目,就一直想实践ASM及RAC, 因为对ASM的建立一直不是很了解,东凑西凑,看了许多google上的参考数据后,还是觉得oracle自家的文档写的最详细, 原来ASM架构也是一个小型的oracle database instance, 用途就是管理ASM使用,所以要先建立ASM instance,这次是透过DB

(转)Windows Error 740 – The Requested Operation Requires Elevation

Windows Error 740 – The Requested Operation Requires Elevation What Does Error 740 Mean? If you are experiencing an error 740 message in Windows Vista or Windows 7 when trying to launch an application, it means the software was installed (or has been

LINUX5+ASM+ORACLE11.2.0.3.0安装手册

 一.安装需知: 1.数据库版本和grid版本号要一致 2.grid版本比oracle版本低,需要升级grid版本,否则dbca失败. 3.本实验采用oracle11.2.0.3.0 4.本实验最先采用grid[11.2.0.1.0],最后又升级到grid[11.2.0.3.0] 5.系统采用linux RED5,linux6就不要用了,6不支持asmlib内核. 第2.4.5点需要注意. 二.系统环境: 操作系统版本: [[email protected] ~]# uname -r 2.6

gcc configure: error: Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0

从svn checkout svn://gcc.gnu.org/svn/gcc/trunk拿了GCC的最新代码,打算编译了学东西习学习C++ 11的东西,结果在configure的时候出现例如以下问题: Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+ http://www.multiprecision.org/mpc 下载mpc-0.9.tar.gz ftp://ftp.gnu.org/gnu/gmp/gmp-5.0.1.ta

解决 no compatible version found: [email&#160;protected]^3.5.0

npm ERR! Linux 4.2.0-42-generic npm ERR! argv "/usr/src/node-v6.10.3-linux-x64/bin/node" "/usr/src/node-v6.10.3-linux-x64/bin/npm" "install" "ionic-native" npm ERR! node v6.10.3 npm ERR! npm v3.10.10 npm ERR! code E

ORA-12720: operation requires database is in EXCLUSIVE mode

PROBLEM When I try to create an controlfile for a RAC database using the CONTROLFILE Trace. I was throw with the below error message SQL> @c.sql CREATE CONTROLFILE REUSE DATABASE "XE1" RESETLOGS FORCE LOGGING ARCHIVELOG * ERROR at line 1: ORA