dbca needs a template file to create a database. These template can be found in $ORACLE_HOME/assistants/dbca/templates.We will use here the default New_Database.dbt template file to create a container database named UXOCDB with one PDB on ASM storage
ORA-19504: failed to create file "+DATA" ORA-15045: ASM file name '+DATA' is not in reference form ORA-17502: ksfdcre:5 Failed to create file +DATA ORA-15081: failed to submit an I/O operation to a disk 在DBCA过程中,发现无法识别ASM磁盘组报以上错误,解决方法如下: 两个节点分析执
DBCA Does Not Display ASM Disk Groups In 11.2 https://oraclehowto.wordpress.com/2011/08/15/dbca-does-not-display-asm-disk-groups-in-11-2/ Posted by cloeffel on August 15, 2011 I get this problem when trying to create a database with a different user
Symptoms: 打完补丁后,数据库报错ORA-15025,数据库无法启动. alert日志信息: Wed Jul22 16:26:57 2015 ORA-15025:could not open disk "/dev/12casm-diskb" ORA-27041:unable to open file Linux-x86_64Error: 13: Permission denied Additionalinformation: 9 ORA-15040:diskgroup is i
安装步骤我这里略过,主要说下安装过程中遇到到问题或重要步骤: 1.UDEV绑定: for i in b c d e ;doecho "KERNEL==\"sd*\", BUS==\"scsi\", PROGRAM==\"/sbin/scsi_id --whitelisted --replace-whitespace --device=/dev/\$name\", RESULT==\"`/sbin/scsi_id --white
Objectives:Describe the benefits of using ASMManage the ASM instanceCreate and drop ASM disk groupsExtend ASM disk groupsRetrieve ASM metadata by using various utilitiesUsing SQL*PlusSELECT * FROM v$asm_alias, v$asm_fileUsing asmcmdASMCMD> ls -l +DAT