RSSAmplifier

Blog

Osman’s DBlog

Databases@Powered by Passion

dincosman.comRSS feed ↗6 posts

Latest posts

ODA Patching Issue: Resolving DCS-10045 and DCS-12013 Errors During DB Home Update

During an Oracle Database Appliance (ODA) patching process, a validation error (DCS-10045) occurred due to the absence of 'Running' databases. Although a physical standby database was running, ODA's dcsagent failed to recognize it. The issue was resolved by adding the database using the srvctl command, and fixing missing ASM directory paths allowed the patching to complete successfully.

RMAN Register database for Catalog fails with ORA-01403

The RMAN database registration process encountered an error, specifically ORA-01403 (no data found), during its initial synchronization due to an existing restore point. Despite entering commands correctly, the registration failed because RMAN could not process the restore point metadata across the CDB. Upon identifying this issue through trace analysis, the restore point was deleted, allowing…

ORA-48128: opening of a symbolic link is disallowed during Data Pump Export

This post explains how a Data Pump export in an Oracle RAC environment failed with misleading errors, including ORA-48128, related to symbolic links and file access. The actual cause was an NFS-mounted Data Pump directory that was accessible from only one RAC node. Adding CLUSTER=N resolved the issue by keeping all Data Pump workers on the local instance. Alternatively, mounting the NFS filesystem…

Escalating Update Decisions to Oracle Update Advisor

The content discusses the role of Oracle Update Advisor in assisting DBAs with patch management decisions. While automation tools efficiently execute patches, they lack the capability to evaluate whether updates align with an organization's needs. Oracle Update Advisor addresses this gap by providing status indicators and allowing customization of maintenance policies to better reflect operational…

How to Configure RHP Server for Oracle FPP Local Mode in 19c Oracle RAC

The Oracle Fleet Patching and Provisioning (FPP) local mode, in 19c environments, mandates a Grid Infrastructure Management Repository (GIMR) for local automation. Users must configure GIMR when components are missing or when it was not initially installed. The MDBUtil tool assists with setting up GIMR, ensuring the environment is adequate for running FPP local mode. Additionally, commands for…

Fixing “Wallet Key Needed” Errors During Oracle PDB Migration Despite No Encrypted Tablespaces

This post details a specific challenge encountered during a non-CDB to PDB migration when the database remained in RESTRICTED mode due to encryption-related errors. The issue arose from a missing TDE key, despite the absence of encrypted tablespaces. The process of locating the required master key is described with merging it into the CDB wallet, and ultimately exporting and importing the key to…