Administrator
|
You opened this thread for EBS 12.2 Satish..
But if you are asking about earlier versions, then you are talking about those old days.
In those olds days, we couldn't install the EBS database even into ASM.
So we install the database using rapid install and the rapid install places the database files into a cooked filesystem (for instance ext3, ext4 etc..) that we specify before the installation. We install the database to node1..
Then we transfer/convert the files to ASM using tools like rconfig and then by doing some extra stuff we could "convert" the database to RAC and start the RAC instances which are using ASM on top of a shared storage.
In brief, you will install GRID, then you will install the EBS database (it will place the software on db node 1 - non RAC).. Then you will convert that database to RAC.. (by doing all the required things.. copying the binaries, transfering the datafiles from filesystem to ASM, changing spfile/init.ora according to the RAC setup, and doing EBS-specific autoconfig actions..)
|