Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Federation and data affinity

dadashyMar 22 2019 — edited Mar 27 2019

I have multiple caches which are co-located to each other and performing some low latency business logic through data affinity and backing maps between them.

Now I need to replicate "one" of those caches to another site (active-passive topology).

my understanding is that for the federation, I have to put the cache on a federated-scheme, and for co-location I need to keep it on distributed-scheme / cache service with relevant key association defined.

How do I combine the two?

This post has been answered by Ryan Lubke-Oracle on Mar 22 2019
Jump to Answer

Comments

FreddieEssex
Hi,

This is a pretty straight forward upgrade from 11.2.0.2 to 11.2.0.3. You can use the same 11.2.0.3 binaries that are already there or if you want/need then create a separate ORACLE_HOME for your new database.

The upgrade will be transparent to your other 11.2.0.3 databases on the cluster.

What is your question..or did I miss it?
User321378
Dear Freddie,

Thanks for your comments.
do we have any standard procedures, we need to follow for upgrading in 11.2.0.2 to 11.2.0.3?
i have done many standalone DB upgrades , havent done any any cluster DB upgrade. so i dont want to miss out any steps?

please let me know what steps i should follow?
FreddieEssex
Hi,

Use DBUA to make your life easier if you haven't done this before. Presumably your ASM and CRS are already at 11.2.0.3.

From memory, if you are doing an manual upgrade then it's not much different to doing a standalone upgrade.

You set cluster_database=false first, run through the steps and then set cluster_database=true at the end.

You will also need to update the oracle_home for this database to the new home in CRS using:
srvctl upgrade database -d <db_name> -o <oracle_home>
You need to confirm the steps by reading the docs at http://www.oracle.com/pls/db112/portal.portal_db?selected=11&frame=

Also see:
http://docs.oracle.com/cd/E11882_01/install.112/e24660/racinstl.htm#BABJGBHB
http://docs.oracle.com/cd/E11882_01/server.112/e10819/upgrade.htm#BABCEGBC
1 - 3

Post Details

Added on Mar 22 2019
1 comment
435 views