Completed
Generate and Apply Consistent and Repeatable Changes Versioning and controlling the schema changes
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Evolve Your Database Applications Entirely Online
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Software Development DevOps concepts
- 3 OCI DevOps A complete
- 4 Online Application Upgrades with Rolling Deployments Application containers are usually stateless
- 5 Online Application Upgrades with Stateful Dependencies Databases are stateful, so what about incompatible schema changes?
- 6 Pipelining the Database Cloning An example: using Autonomous Database dones
- 7 Use the Right Tool for SQL Development SQLd integrales perfectly with CVCD pipelines
- 8 Generate and Apply Consistent and Repeatable Changes Versioning and controlling the schema changes
- 9 Build and Test at Every Code Merge in the Feature Branches A Partial Example of CI Pipeline Specification
- 10 Edition-Based Redefinition
- 11 Non-Editionable Objects Online Operations Optimized for mission-critical application workloads
- 12 Online Table Redefinition Where normal online operation cannot go, there is DBMS_REDEFINITION