|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_on1369033544 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu|||unuuu |
008 |
230207s2023 nyua o 001 0 eng d |
040 |
|
|
|a ORMDA
|b eng
|e rda
|e pn
|c ORMDA
|d EBLCP
|d GW5XE
|d YDX
|d UKAHL
|d OCLCQ
|d OCLCF
|d N$T
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 1369405430
|
020 |
|
|
|a 9781484290330
|q (electronic bk.)
|
020 |
|
|
|a 148429033X
|q (electronic bk.)
|
020 |
|
|
|z 9781484290323
|
020 |
|
|
|z 1484290321
|
024 |
7 |
|
|a 10.1007/978-1-4842-9033-0
|2 doi
|
029 |
1 |
|
|a AU@
|b 000073424669
|
035 |
|
|
|a (OCoLC)1369033544
|z (OCoLC)1369405430
|
037 |
|
|
|a 9781484290330
|b O'Reilly Media
|
050 |
|
4 |
|a QA76.9.D3
|
072 |
|
7 |
|a UN
|2 bicssc
|
072 |
|
7 |
|a COM021000
|2 bisacsh
|
072 |
|
7 |
|a UN
|2 thema
|
082 |
0 |
4 |
|a 005.75/65
|2 23/eng/20230207
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Scott, Sean,
|e author.
|
245 |
1 |
0 |
|a Oracle on Docker :
|b running Oracle databases in Linux containers /
|c Sean Scott.
|
250 |
|
|
|a [First edition].
|
264 |
|
1 |
|a New York, NY :
|b Apress,
|c [2023]
|
300 |
|
|
|a 1 online resource (xxi, 423 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
500 |
|
|
|a Includes index.
|
520 |
|
|
|a 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. 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. 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. 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!
|
505 |
0 |
|
|a Intro -- Table of Contents -- About the Author -- About the Technical Reviewer -- Acknowledgments -- Introduction -- Part I: Introduction to Containers -- Chapter 1: Introducing Docker and Oracle -- Why Docker? -- Simplicity -- Self-Contained -- Speed -- Portability -- Reliability -- Cost -- Use Cases -- Exchange Data -- Modular Software -- Orchestration -- Other Uses -- Objections to Docker -- Summary -- Chapter 2: Understanding the Container Landscape -- Containers vs. Virtual Machines -- Dedicated vs. Shared -- Performance -- Capacity and Capability -- Concepts and Terminology -- Images
|
505 |
8 |
|
|a Tags -- Portable -- Immutable and Stateless -- Containers -- Stateful -- Ephemeral -- Resources -- Volumes -- Networking -- Additional Terminology -- Runtimes -- Dockerfiles -- Builds -- Summary -- Chapter 3: Container Foundations -- Docker Command-Line Overview -- Run Your First Container -- List Images -- Run a Container -- Explore the Container -- Image Registries -- Minimalism -- Modify the Container -- Persistence -- Check the Container State -- Start the Container -- Interactive vs. Detached -- Connect to the Container -- Verify Persistence -- Remove the Container -- Images Are Immutable
|
505 |
8 |
|
|a Start a New Container -- Save a New Image -- Run the New Image -- Union Filesystems -- Commit vs. Build -- Summary -- Chapter 4: Oracle Database Quick Start -- Access the Docker Environment -- Terminology -- Docker Commands -- Images and Containers -- Build and Run -- The Docker Command Line -- Obtaining an Image -- Pre-built Images -- Download an Image -- Download a Tag -- Running Pre-built Images -- Pre-built Image Limitations -- Building Images from a Repository -- Oracle Docker GitHub Repo -- Oracle Database Software -- Build an Image -- Running a Container -- Container Properties
|
505 |
8 |
|
|a Port Publishing -- Volume Mounting -- Permissions Issues in Linux and Windows WSL Environments -- Environment Variables -- Container Name -- A Full Run Command -- View Container Logs -- Access and Use the Container -- Access a Container Shell -- Run SQL*Plus -- Run Scripts -- Connect from Host Applications -- Manage the Container -- Summary -- Chapter 5: Differences in Database Containers -- Start an Oracle Database Container -- Connect to the Container -- Navigate the Oracle Database Container -- Container Differences -- Hostname -- cron -- Binaries -- Oracle Directories -- Configuration Files
|
505 |
8 |
|
|a Volumes -- Summary -- Chapter 6: Customize Container Environments -- The Startup Process -- View Environment Values -- docker run -- Command-Line Option -- Values from a File -- Values from the Host Environment -- Overwriting and Creating Variables -- Environment Options in Oracle Images -- Summary -- Chapter 7: Persistence -- Container Storage -- Docker Internal Storage -- Drawbacks of Union Filesystems -- Mount Concepts -- Volumes vs. Volumes -- Mount Types -- Bind Mount -- Docker Volumes -- tmpfs and Secrets -- Volumes vs. Bind Mounts -- Mounting Storage -- Using -v or -- volume
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a Oracle (Computer file)
|
630 |
0 |
0 |
|a Linux.
|
630 |
0 |
7 |
|a Linux
|2 fast
|
630 |
0 |
7 |
|a Oracle (Computer file)
|2 fast
|
650 |
|
0 |
|a Database management.
|
650 |
|
0 |
|a Operating systems (Computers)
|
650 |
|
6 |
|a Bases de données
|x Gestion.
|
650 |
|
6 |
|a Systèmes d'exploitation (Ordinateurs)
|
650 |
|
7 |
|a operating systems.
|2 aat
|
650 |
|
7 |
|a Database management
|2 fast
|
650 |
|
7 |
|a Operating systems (Computers)
|2 fast
|
655 |
|
0 |
|a Electronic books.
|
776 |
0 |
8 |
|i Print version:
|z 1484290321
|z 9781484290323
|w (OCoLC)1346947260
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781484290330/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH41222692
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL7191415
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 304607515
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 3544908
|
994 |
|
|
|a 92
|b IZTAP
|