Skip to content

Eclipsys Blog

Latest Posts

OCI Immutable Backup: Version Control

Introduction In today’s data-driven era, businesses leverage data analysis to seize opportunities and gain a competitive edge. This makes it crucial for organizations to have a..

Read More

Data Guard: RMAN-06571: Datafile 1430 Does Not Have Recoverable Copy

Introduction In the current data-driven era, businesses leverage data analysis to seize opportunities and gain a competitive edge. This makes it crucial for organizations to have..

Read More

Oracle Database 23ai: SQL Firewall – Part 1: Intergrate SQL-Firewall with Data-Safe

Introduction We live in the data era, where every organization invests significant resources in securing its IT infrastructure. Protecting data is crucial because modern..

Read More

Data Guard (DG): ORA-01111 – Datafile Not Created on StandBy Database

Introduction In today’s data-driven era, protecting data is paramount. Organizations must be prepared to address potential failures by implementing robust disaster recovery..

Read More

Oracle Database 23ai: Fetch Top-N Rows Per Group Queries

Overview: Oracle 23ai introduces partition by clause in fetch first clause to get top-N rows per group. A query’s syntax SELECT …….. FROM …….. ORDER BY , FETCH FIRST , ROWS ONLY..

Read More

Oracle 23ai: JSON Schema Support

Overview: Oracle first introduced the ability to display a JSON schema when they introduced the JSON Data in Oracle 12.2 but without the option to validate the structure of JSON..

Read More

OLVM : KVM Certificate Renewal

Intro Virtualization has revolutionized the IT industry by enabling organizations to utilize server resources more efficiently. Despite the rise of cloud technology, many..

Read More

How to create a CentOS 7 Virtual Machine on Windows using Vagrant

Vagrant is an open-source command-line tool for creating and managing virtual machine environments. Although virtualization can be time-consuming, especially with open-source..

Read More

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..

Read More

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..

Read More