Does it make any difference to store tables inside container database or pluggable database? I'm a new to Oracle database. I've got Enterprise edition 21. I'm just using it for testing purposes.
I've googled for any kind of information, but didn't find anything.
Most data should be stored in a pluggable database instead of the CDB root. From the manual:
While you can create tables on the CDB, it will likely eventually lead to weird problems that will annoy your DBAs - users won't work as expected, data won't be stored in the expected tablespaces, etc.
This is a seemingly-simple question, but your confusion is entirely understandable because Oracle's multitenant architecture is incredibly stupid. Don't even get me started.