Posts

Showing posts with the label #TDE

Oracle Linux Encrypted File Systems for Databases

Image
Real-World Lessons from Production: LUKS, dm-crypt, Key Management, and the Operational Reality of Encryption-at-Rest. Introduction Database encryption-at-rest is no longer a niche or "nice-to-have" requirement. Regulatory frameworks, sovereign-cloud security baselines, cyber-insurance underwriters, and growing concerns over physical data exposure have collectively pushed encryption from an optional control to a baseline expectation for any production database estate. For organisations running Oracle Database , MySQL , PostgreSQL , or Oracle NoSQL on Oracle Linux, the most widely adopted implementation pattern is filesystem or block-device encryption using Linux Unified Key Setup (LUKS) on top of the kernel's dm-crypt subsystem. Oracle Linux ships with native support for both, allowing administrators to encrypt entire database volumes transparently, without changes to the database engine itself. Enabling encryption is the easy part. Operating encrypted database systems...

Transparent Data Encryption on HeatWave MySQL

Image
Three real-world deployment scenarios showing how organizations design, operate, and audit encryption-at-rest in production using Oracle HeatWave MySQL on OCI. Introduction Transparent Data Encryption (TDE) is no longer just a checkbox for compliance reports — it is the silent backbone that protects regulated workloads as they move to the cloud. On Oracle HeatWave MySQL, encryption-at-rest is enabled by default, integrates with OCI Vault for customer-managed keys, and extends naturally to backups, Object Storage staging files, and HeatWave Lakehouse analytics datasets. This article walks through three production scenarios — a healthcare provider, a banking platform, and a global e-commerce retailer — and explains exactly what happens during provisioning, daily operations, backup, and audit. The goal is to show enterprise architects, DBAs, and auditors how TDE behaves in real deployments, not just on paper. 1. Why TDE Matters on HeatWave MySQL Regulated industries share a common threat ...