Oracle 12C database New Features

  • Pluggable Databases
create a container database(root db) and plug many database inside it.....
what's the question in your mind now?
why oracle making it so complicated, first create container db then create plugable db? Obviously managing them will require lots of effors...


The Benefit whcih we get, all these databases then share the exact same oracle server processes (aka background processes) and memory (Unlike in the previous versions where each database got its own set of background processes and shared memory allocation).


Means
You will have only one pmon and can create many instance on a single server.

Isn't it sounds extraordinary?

Comments

  1. Thank you for taking the time to research and write this article. It's much appreciated.

    ReplyDelete
  2. Very, very well explained. Nice article

    ReplyDelete

Post a Comment

Popular posts from this blog

DATA MOVEMENT: CHALLENGE OR STRENGTH ?

Oracle RAC Split Brain/ Node Eviction