Sample Header Ad - 728x90

Database Administrators

Q&A for database professionals who wish to improve their database skills

Latest Questions

0 votes
0 answers
49 views
Invoking DBMS_RESOURCE_MANAGER.CALIBRATE_IO in a PDB failing
We have migrated a standalone Oracle database into an Oracle 21 multitenant database. We had run the [DBMS_RESOURCE_MANAGER.CALIBRATE_IO][1] package procedure in the source database prior to migrating the database into a new PDB. When we had a massive query that uses parallel processing on the desti...
We have migrated a standalone Oracle database into an Oracle 21 multitenant database. We had run the DBMS_RESOURCE_MANAGER.CALIBRATE_IO package procedure in the source database prior to migrating the database into a new PDB. When we had a massive query that uses parallel processing on the destination server run a long time, I tried to invoke DBMS_RESOURCE_MANAGER.CALIBRATE_IO in the PDB, and got the error ORA-65040: operation not allowed from within a pluggable database Which is verified in the doco. So I ran it in the CDB, worked fine. I queried the table DBA_RSRC_IO_CALIBRATE in the CDB, and got good results. When I connected to the PDB and queried that table, I got back the values that were set in the *source* database; not the values I set in the CDB. How do I get the data in the CDB to be applied in the PDB?
Mark Stewart (1168 rep)
Jan 13, 2025, 10:10 PM
2 votes
2 answers
579 views
DBMS_RESOURCE_MANAGER limit IOPS or MBPS
Does DBMS_RESOURCE_MANAGER have limit io bandwidth? I want reporting group to be limited to some mbps. During peak hours our database disks are 100% loaded, because reporting groups are selecting many rows. I want somehow to limit io resource without canceling their selects.
Does DBMS_RESOURCE_MANAGER have limit io bandwidth? I want reporting group to be limited to some mbps. During peak hours our database disks are 100% loaded, because reporting groups are selecting many rows. I want somehow to limit io resource without canceling their selects.
kupa (1737 rep)
Jul 10, 2015, 09:34 PM • Last activity: Sep 13, 2022, 10:18 AM
Showing page 1 of 2 total questions