Details

Oracle on Docker


Oracle on Docker

Running Oracle Databases in Linux Containers

von: Sean Scott

62,99 €

Verlag: Apress
Format: PDF
Veröffentl.: 02.02.2023
ISBN/EAN: 9781484290330
Sprache: englisch

Dieses eBook enthält ein Wasserzeichen.

Beschreibungen

<div><p>Discover the benefits of running Oracle databases in Linux containers. This book approaches containers from the perspective of database administrators, developers, and systems administrators. It explains the differences between containers and virtual machines and describes why containers deliver greater speed, flexibility, and portability, with lower resource requirements. You’ll learn how running Oracle databases in containers complements existing database infrastructure and accelerates development, and you’ll understand the advantages they offer for test and validation environments.</p>

This book teaches you how to begin working with Oracle databases in Docker, covering the steps for preparing and installing software on Windows, Mac, and Linux systems. It describes the steps for deploying Oracle databases, separating data and configurations from database software, and networking and communicating with your containers. It introduces the Docker commands you’ll use for managing containers, including tips and shortcuts to make everyday tasks easier. Databases have unique demands for performance and reliability, and this book addresses those qualities with discussions on protecting, persisting, and distributing data. Other books may overlook these topics and approach containers as disposable commodities in serverless environments or convenient coding platforms. You’ll gain battle-tested insights for customizing and extending your containers to meet different needs.<br><p></p><p></p>

The opening chapters concentrate on the practical steps of running Oracle databases in Docker. Once you’re comfortable with container terminology and methods, you’ll look deeper at the real power behind containers—preparing and building images, and the templates that form the foundation beneath every container. You’ll begin by modifying publicly available image manifests, or Dockerfiles, following multiple examples that add functionality and capabilities to your databases. You’ll discover methods for using run-time options to create flexible and extensible images that adapt to real-world requirements.<br><p></p><p></p>

Within the pages, you’ll see how Oracle and Docker empower you to confidently build and deploy systems. It’s written with databases and database users in mind and delivers practical advice based on the author’s real-world, battle-tested experiences deploying and running Oracle databases in containers since 2014. With Oracle databases in containers, database administrators have the ideal platform for evaluating performance, practicing database upgrades and migrations, validating backup and recovery processes, and hardening environments. Developers will find that the marriage of Oracle and Docker simplifies code and application tests. Docker’s unique ability to isolate data artifacts improves reliability and confidence in test and QA processes. If you’re a database administrator, this book will help you join the container revolution sweeping the industry and making IT professionals more productive than ever!<br><p></p><p></p>

<p><b>What You Will Learn</b><br></p><p></p><p></p><ul><li>Recognize when and why to use containers for an Oracle database</li><li>Understand container terminology and architecture</li><li>Create and customize Oracle databases in containers</li><li>Build and extend images and containers for multiple uses</li><li>Store and persist data beyond the container ecosystem</li><li>Use popular database tools with databases in containers</li><li>Explore container networking and connect multiple container databases</li><li>Manage, monitor, and secure containers</li><li>Write Dockerfiles to support custom requirements</li><li>Package and deploy data artifacts that accelerate development, test, and QA activities</li></ul><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p><b>Who This Book Is For</b><br></p></div><div>Database administrators, developers, and systems administrators who want to be more productive by running Oracle databases in Linux containers<br></div>
Introduction<div><br></div><div><b>Part I. Introduction to Containers</b></div><div>1. Introducing Docker and Oracle</div><div>2. Understanding the Container Landscape</div><div>3. Container Foundations</div><div>4. Oracle Database Quick Start Guide<br></div><div>5. Differences in Database Containers</div><div>6. Customize Container Environments</div><div>7. Persistence</div><div>8. Basic Networking<br></div><div>9. Container Networks</div><div>10. Container Creation Quick Reference</div><div><br></div><div><b>Part II. Building and Customizing Images</b></div><div>11. Customizing Images</div><div>12. Dockerfile Syntax<br></div><div>13. Dockerfiles for Orcale Databases</div><div>14. Building Images</div><div>15. Debugging and Troubleshooting</div><div>16. Docker Hub and Image Repositories</div><div>17. Conclusion</div><div><br></div><div><b>Part III. Appendixes</b></div><div>A. Installing Docker Desktop</div>
<b>​Sean Scott </b>is an Oracle ACE Pro and Oracle Certified Professional. His Oracle career spans over 25 years as an application developer, database administrator, systems and database architect, and database reliability engineer. He specializes in Oracle's Engineered Systems; migrations, upgrades, and database consolidations; cloud implementations; database reliability and resilience; automation; virtualization; and containers. Sean is active in the user community as a volunteer and has presented at Oracle OpenWorld, Collaborate, IOUG, and as a featured speaker at regional user groups worldwide.
<p>Discover the benefits of running Oracle databases in Linux containers. This book approaches containers from the perspective of database administrators, developers, and systems administrators. It explains the differences between containers and virtual machines and describes why containers deliver greater speed, flexibility, and portability, with lower resource requirements. You’ll learn how running Oracle databases in containers complements existing database infrastructure and accelerates development, and you’ll understand the advantages they offer for test and validation environments.</p>

This book teaches you how to begin working with Oracle databases in Docker, covering the steps for preparing and installing software on Windows, Mac, and Linux systems. It describes the steps for deploying Oracle databases, separating data and configurations from database software, and networking and communicating with your containers. It introduces the Docker commands you’ll use for managing containers, including tips and shortcuts to make everyday tasks easier. Databases have unique demands for performance and reliability, and this book addresses those qualities with discussions on protecting, persisting, and distributing data. Other books may overlook these topics and approach containers as disposable commodities in serverless environments or convenient coding platforms. You’ll gain battle-tested insights for customizing and extending your containers to meet different needs.<br><p></p><p></p>

The opening chapters concentrate on the practical steps of running Oracle databases in Docker. Once you’re comfortable with container terminology and methods, you’ll look deeper at the real power behind containers—preparing and building images, and the templates that form the foundation beneath every container. You’ll begin by modifying publicly available image manifests, or Dockerfiles, following multiple examples that add functionality and capabilities to your databases. You’ll discover methods for using run-time options to create flexible and extensible images that adapt to real-world requirements.<br><p></p><p></p>

Within the pages, you’ll see how Oracle and Docker empower you to confidently build and deploy systems. It’s written with databases and database users in mind and delivers practical advice based on the author’s real-world, battle-tested experiences deploying and running Oracle databases in containers since 2014. With Oracle databases in containers, database administrators have the ideal platform for evaluating performance, practicing database upgrades and migrations, validating backup and recovery processes, and hardening environments. Developers will find that the marriage of Oracle and Docker simplifies code and application tests. Docker’s unique ability to isolate data artifacts improves reliability and confidence in test and QA processes. If you’re a database administrator, this book will help you join the container revolution sweeping the industry and making IT professionals more productive than ever!<br><p></p><p></p>

<p>What You Will Learn</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><ul><li>Recognize when and why to use containers for an Oracle database</li><li>Understand container terminology and architecture</li><li>Create and customize Oracle databases in containers</li><li>Build and extend images and containers for multiple uses</li><li>Store and persist data beyond the container ecosystem</li><li>Use popular database tools with databases in containers</li><li>Explore container networking and connect multiple container databases</li><li>Manage, monitor, and secure containers</li><li>Write Dockerfiles to support custom requirements</li><li>Package and deploy data artifacts that accelerate development, test, and QA activities</li></ul>
<p>Provides a database-specific approach to building images and running containers</p><p>Includes recipes that readers unfamiliar with Docker can follow to get up and running quickly</p><p>Focuses on the special considerations for running Oracle databases in containers</p>

Diese Produkte könnten Sie auch interessieren:

c't Working with AI
c't Working with AI
von: c't-Redaktion
EPUB ebook
12,99 €
c't Working with AI
c't Working with AI
von: c't-Redaktion
EPUB ebook
12,99 €
c't Working with AI
c't Working with AI
von: c't-Redaktion
PDF ebook
12,99 €