Env:
Oracle VM
Oracle Linux 6
Oracle Grid Soft 12.1
E-Business Suite 12.2
I getting below error while installing E-Business Suite 12.2 on Oracle RAC.
File Space Check :
-- database node space checks --
Disk space on system acceptable:
Database ORACLE_HOME = /ebs1/oracle/PROD/12.1.0
required = 8110.0
actual = 114620.06640625
Unable to calculate ASM freespace.
Message: BEGIN
*
ERROR at line 1:
ORA-01403: no data found
ORA-06512: at line 2
-- apps node space checks --
Disk space on system acceptable:
APPL_TOP = /ebs1/oracle/PROD/fs1/EBSapps/appl
required = 17936.0
actual = 106510.06640625
This error comes because while installing grid software I selected disk group name +DATAERP instead of default +DATA disk group name.
1
You can check disk group name by using asmca utility
$ cd /ora/12.1.0/grid/bin
$ asmca
$ asmca
2
In this screen it's selected by default disk group name
Data File Dir option: +DATA/datafiles
3
In this screen, you have to change the disk group name according to what you define in GRID installation.
As you see that second screen the disk group name is +DATAERP
Now you can change the disk group name.
Data File Dir option: +DATAERP/datafiles
4
Retry again and resolved this issue.
[oracle@rac01 grid]$ cd bin
[oracle@rac01 bin]$ ./asmcmd
ASMCMD> ls
DATAERP/
ASMCMD>
ASMCMD>
ASMCMD> ls -L +DATA
ASMCMD-8001: diskgroup 'DATA' does not exist or is not mounted
ASMCMD>
ASMCMD> ls -L +DATAERP
ASM/
orapwasm
rac01-scan/
ASMCMD>