Purpose
This function queries the v$parameter view to determine the number of
CPU cores available to the database instance. This count is used to normalize CPU usage
metrics from Oracle’s internal monitoring views (which report usage across all CPUs). By
dividing usage by the CPU count, the result is expressed as a per-CPU percentage, making
it easier to interpret across systems with different configurations.