Login  Register

Re: Need advice on Configuration - R12.2

Posted by ErmanArslansOracleBlog on Feb 13, 2024; 7:45am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Need-advice-on-Configuration-R12-2-tp12300p12316.html

Yes. Also take the core factor into account.
For instance, if you have intel CPU and if you have 2 cpu licenses, then you can have 4 cores for your database. (as the intel's core factor is 1/2)..

Also you have to implement cpu pinning.
For instance; you have Oracle Linux KVM for the virtualization and you have 16 cores in the physical server, but you only have 4 cores (2 cpu licenses).. If that's the case, you should assign 4 physical cores to your VM and implement cpu pinning to ensure that no cpus other than those 4 physical cores you assigned is used by your VM. Oracle Linux KVM and OVM are accepted by Oracle for building these kinds of license-friendly virtual environments.