DBMS_RESOURCE_MANAGER.CALIBRATE_IO ran in CDB$ROOT, results not showing in DBA_RSRC_IO_CALIBRATE PDB
Migrated a standalone database from a on-premises server, to a PDB in a CDB$ROOT
in an AWS EC2 server (bring our own license / client managed Oracle instance).
Source database was version 19c; AWS server is running version 21. Our DBA upgraded it to 21c and plugged it into the Oracle 21C CDB.
I ran the DBMS_RESOURCE_MANAGER.CALIBRATE_IO
package procedure in the CDB$ROOT
successfully, and results appeared in the DBA_RSRC_IO_CALIBRATE
table. When I queried DBA_RSRC_IO_CALIBRATE
in the PDB, the values were the values from the source database. Of course I tried to run