How to determine the database shape used by Oracle instances
Hello,
I need to determine the database shape used by an existing database instance. What command should I use?
On our Oracle Database Appliance X6-2S, the command is odacli describe-database. But on ODA X7-2 HA, only the oakcli command is present and the oakcli show databases -db command doesn't display the database shape.
I need to know the database shape to detemine the max CPU cores and memory allocated for the instance, but if there is some other way to know this kindly let me know. Thanks.