You can use the same Oracle home for creating database (use DBCA to create database). You do not require multiple homes for running multiple databases.
Even if you require two different Database Oracle homes, you can just install oracle database software in new home and use the same CRS for Clusterware.
Sorry for not being so clear in my requirement. I want two oracle homes for two different versions of oracle. I want to have two different oracle database running on two different oracle home for instance 1 database running on 10.2.0.2 and 10.2.0.4.
My current setup is :-
CRS running on 10.2.0.2
ASM running on 10.2.0.2
DB running on 10.2.0.2
I want a new DB in 10.2.0.4 and hence need to have another home at 10.2.0.4.
In this case, do i need to install a seprate 10.2.0.4 CRS home as well as 10.2.0.4 DB home?
As we cannot run database with lower CRS/ASM version, so I would suggest that you upgrade the existing 10.2.0.2 CRS and ASM to 10.2.0.4 and then create new database in new DB home. So your configuration will look like
1) Yes, you need to use only one ASM and CRS version.
2) Yes, in this case it will support 10.2 and 10.1 databases
3) Yes it can support. But again if there is any feature which is available in newer release , you will not be able to use it with lower release database. Starting from 11g, you have COMPATIBLE.ASM and COMPATIBLE.RDBMS disk group attributes which specify the compatibility settings for Oracle ASM and database instances. Check following for more detail
This blog reflect our own views and do not necessarily represent the views of our current or previous employers.
The contents of this blog are from our experience, you may use at your own risk, however you are strongly advised to cross reference with Product documentation and test before deploying to production environments.
Recent Comments