Author: Osman DİNÇ
-

Dropping unused MDRT tables in Oracle database
The MDRT_$ tables in Oracle Spatial are crucial for spatial indexes and should not be moved, altered, or replicated. It’s possible to drop unrelated tables if using Oracle DB version 12cR2 or later. While MDXT_# tables, which supported spatial index statistics, can be dropped after use, changes to the tablespace for MDRT_# tables are permitted. Queries are provided to identify and clean up unnecessary tables, resulting in a significant reduction in table count.
-

Troubleshooting Oracle Clusterware Node Evictions and Reboot Problems
After applying release update 19.13, a standby site cluster experienced Node Evictions and Reboot Problems. Investigation revealed high CPU usage by the CVU (Cluster Verification Utility) as the root cause. A related bug was identified and fixed in 19.20 Release Update.
