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. […]

Oracle Database Memory Architecture in 19c over 12c

The following are some of the key enhancements to the Oracle Database memory architecture in 19c over 12c: In addition to these specific enhancements, Oracle Database 19c also includes a number of general improvements to the memory management architecture. For example, the database now uses a more efficient memory allocation algorithm and improved memory reclamation […]