compute the license price with the grid
In order to calculate the license price,
I would like to know where can i find the information retreive by this query executed on each server
select cpu_count_current,cpu_socket_count_current from v$license;
Does this information present in the sysman schema ?
i can find the cpucount in the sysman.mgmt$target_properties view, but i need to know the core & socket number.
I could create a UDM to do that, but i think this information is available somewhere in the sysman views.
thanks