Table of contentsWhy DBSAT MattersKey Areas Where DBSAT Aligns with CIS1. User and Role Management2. Password Policies3. Auditing and Logging4. Database ConfigurationDBSAT Reporting: A Goldmine for ComplianceBest Practices for Using DBSATFinal Thoughts As a database...
Oracle Blog Posts
Resolving Oracle Patch Issues: Troubleshooting ORA-20001 and Applying Datapatch
SUMMARY: Database administrators can successfully resolve the Oracle 19c datapatch ORA-20001 error, which signals an incomplete patch application, by modifying the qopiprep.bat script's shell interpreter and then re-running the datapatch utility. The appearance of...
Using Oracle Cloud Storage with RMAN for Backups
SUMMARY: Database administrators can establish cost-effective, reliable, and scalable cloud-based backups for their Oracle databases by integrating Oracle Recovery Manager (RMAN) directly with Oracle Cloud Infrastructure (OCI) Object Storage using the Oracle Database...
Restoring Database from OCI Cloud Storage (Standard Cloud Account)
SUMMARY: Database administrators can achieve robust disaster recovery solutions by leveraging the Oracle Recovery Manager (RMAN) and the Oracle Database Cloud Backup Module to restore an Oracle database seamlessly from OCI Object Storage. Administrators must download...
Where Is On-Premise Oracle 23ai?
SUMMARY: Oracle has indefinitely delayed the general on-premises release of Oracle Database 23ai, signaling a strategic "Cloud-First, Developer-First" pivot that prioritizes cloud availability and requires extensive testing for performance parity across diverse server...
Creating and Sizing the Oracle Fast Recovery Area
When creating the fast recovery area, place it on a separate disk from the database binaries and data files. For this example, I am using the C drive because this is on a VM, which is what is available. The size of your fast recovery will also depend on several...
Understanding Transparent Application Failover in Oracle Database
SUMMARY: Transparent Application Failover (TAF) is an essential high-availability feature in Oracle Database, typically used in Real Application Clusters (RAC) environments, that automatically reconnects client applications to a healthy instance when a failure (like a...
Create Temporary Tablespace in Oracle and Make It the Default Temporary Tablespace
This article covers the steps to create a temporary tablespace in Oracle and make it the default temporary tablespace for the database. Step-By-Step This method works for both regular Oracle databases and multitenant databases. Each PDB and CDB has its own separate...
How to Upgrade Oracle Database to 19c
Below is a step-by-step guide to walk you through how to upgrade oracle database to 19c. Step 1 Download the Oracle 19c binaries, the latest version of OPatch, How To Download And Install The Latest OPatch (6880880) Version (Doc ID 274526.1) and the AutoupGrade Tool...