Is it possible to have an Oracle 21c program and container database (CDB) running on a server and have it run pluggable databases (PDBs) whose data files are on a NAS, external USB or other source that's accessible from the server?
I'd like to build a PDB that's several TB larger than my server's internal file storage, yet use my server's CPU/RAM to run the main Oracle programs that load data to my PDBs. I have some 16 TB external drives connected to my network and was hoping to put my big data there.
I can run Oracle 21c on Windows or Linux...in case that makes a difference.