Amir Kordestani
-->Latest Posts
JBO-25077 OEM has a Problem with Collecting the Information of a Host
When I opened the target host to view the related report, I got this page.
Set up DELTA (DB Endpoint Latency Testing Ammeter) to Test the Latency from a Windows System using venv to an Oracle Database
What is the DELTA? DELTA (DB Endpoint Latency Testing Ammeter) is a tool or framework designed to measure the latency of database endpoints. It is used to assess the performance..
How to Roll Forward a Standby Database Using RMAN Incremental Backup After Adding a Datafile to Primary
Rolling forward a standby database involves applying incremental backups to synchronize changes made to the primary database. This process becomes more complicated when a new..
Automating Archive Log Cleanup in DBCS Standby Databases: A Step-by-Step Guide
In Oracle Cloud Infrastructure (OCI) Database Cloud Service (DBCS), the ability to use crontab or similar utilities to schedule jobs for the Oracle User is restricted by default..
Restore a Database in the MS SQL Server Always On Availability Group
Prerequisites 1. Backup File: Ensure you have a valid full backup of the database you want to restore. I used AdventureWorks2019.bak for my test. 2. Availability Group..
Encrypt an Existing MS SQL Server 2019 Database in always on Environment using TDE
Transparent Data Encryption (TDE) Transparent Data Encryption (TDE) in SQL Server protects data at rest by encrypting database data and log files on disk. It works transparently..