0

I am going through a document https://www.oracle.com/technetwork/database/options/database-in-memory-data-sheet-2338744.pdf

There is a thing written "Oracle Real Application Clusters (RAC) can be combined with Oracle Database InMemory to isolate analytic workloads from OLTP workloads by running them on different servers of a cluster" Can anyone explain how would it be possible as RAC has the same storage under it and how can different nodes take responsibility of OLAP and OLTP workload independently

1 Answer 1

0

RAC has shared storage, but workload can be segregated using different service names for each. Create an OLTP service name for that workload and only run the service on nodes to be used for OLTP processing. Same for analytic workloads.

2
  • would it be possible for a single database running on RAC? Can you please give an example Commented Jan 5, 2021 at 4:30
  • dba.stackexchange.com/users/203074/pmdba Can you explain Commented Jan 5, 2021 at 7:21

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.