Change the DB_UNIQUE_NAME for a RAC Database

When a database is originally created with the Global Database Name <database>, its db_name and db_unique_name are the same. The CRS (Cluster Ready Services) database resource is named as ora.<database>.db. Changing the db_unique_name involves a complete database restart and requires careful coordination of steps. Step 1: Remove the Database, Instance, and Service Resources from CRS […]

Understanding Sequences in a RAC Environment

Sequences are a fundamental feature in Oracle databases, commonly used for generating unique identifiers such as primary keys. However, in a Real Application Clusters (RAC) environment, sequence behavior introduces certain performance and ordering challenges that require careful configuration. This blog provides insights into sequence configurations, gaps, and their performance impact in a RAC setup. 1. […]