Philosophical question about CDBs
If you have 3 databases, would you prefer to have (opt 1) 3 VM servers each with 1 CDB each containing 1 PDB. Or (opt 2) 1 VM server with 3 CDBs each with 1 PDB. Or (opt 3) 1 VM server with 1 CDB with 3 PDBs?
And, if you choose option 3, what do you name the CDB?
FYI, this is in reference to upgrading from on-prim non-CDB Oracle 19 databases to Oracle 26 CDB/PDB.
*** UPDATE ***
As a point of clarification, this question is intended to be more conceptional then real-life. As reference, I actually have 180 databases, 19 and 12, running on both Windows and Linux servers. I currently have 8 CDBs running 19. The production databases are all running on Option 1 with the non-production databases running on Option 3. But I'm not sure this is the best configuration. I'm concerned that Option 1 is a poor usage of resources, even though sometimes it will be necessary.