11GR2RAC Environment DBCA CREATE DATABASE error ORA-15055 ORA-15001
Problem phenomenon:
After the 11GR2 gridinfrastructure and database software installation is complete, execute DBCA Create the database to 30% when the following error, click OK after the prompt to ignore and stop the installation.
Problem Analysis:
from the above question we can see that because the ASM Disk group is not accessible, but to solve the problem you have to go into the ASM to find out, why the newly installed cluster, the problem of building the library.
We then log on to the ASM instance via a grid user to perform the following query, and we find that the disk group is in the Mount state, indicating that there is no obvious problem with the disk group status.
Sql> Select Name,state,type from v$asm_diskgroup;name State type--------------------------------------- --------ocr_vote mounted HIGHDATA001 mounted EXTERNFRA001 mounted EXTERNBAK001 Mounted EXTERN Next we enter into the volume group +data001 through the Amcmd login to ASM Disk Management, and this time we also see the data files generated by the DBCA creation database. [Email protected] ~]$ asmcmdasmcmd> CD data001asmcmd> lsxmman/asmcmd> CD xmman/asmcmd> lsasmcmd> Lsdatafile/asmcmd> CD datafile/asmcmd> Lssysaux.258.859553539system.259.859553539undotbs1.257.859553539users.256.859553539asmcmd>
See above information we can basically exclude ASM problem, you might want to consider a permissions issue and try to re-execute root.sh script.
Problem solving:
Re-execute the following script
[[email protected] dbsoft]#/dbsoft/oracle/product/11.2.4/dbhome_1/root.shperforming root user operation for Oracle 11g The following environment variables is set as: oracle_owner= ORACLE oracle_home= /dbsoft/oracle/product/ 11.2.4/dbhome_1enter the full pathname of the local bin directory: [/usr/local/bin]: The contents of "Dbhome" has not cha Nged. No need to overwrite. The contents of "oraenv" has not changed. No need to overwrite. The contents of "coraenv" has not changed. No need to overwrite. Entries'll be added to The/etc/oratab file as needed bydatabase Configuration Assistant when a database is Createdfinis Hed running generic part of root script. Now product-specific root actions would be performed. Finished product-specific root actions. [Email protected] dbsoft]# Pwd/dbsoft
re-run again DBCA Build a library, troubleshoot problems
11GR2RAC Environment DBCA CREATE DATABASE error ORA-15055 ORA-15001