Skip to main content

2023 | OriginalPaper | Buchkapitel

4. Oracle Database Quick Start

verfasst von : Sean Scott

Erschienen in: Oracle on Docker

Verlag: Apress

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Abstract

Whenever I give webinars and presentations about running Oracle on Docker, the top request from attendees is a set of step-by-step instructions to get a database up and running in a container. This chapter is a stand-alone collection of recipes for building images and running database containers.

Sie haben noch keine Lizenz? Dann Informieren Sie sich jetzt über unsere Produkte:

Springer Professional "Wirtschaft+Technik"

Online-Abonnement

Mit Springer Professional "Wirtschaft+Technik" erhalten Sie Zugriff auf:

  • über 102.000 Bücher
  • über 537 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Maschinenbau + Werkstoffe
  • Versicherung + Risiko

Jetzt Wissensvorsprung sichern!

Springer Professional "Technik"

Online-Abonnement

Mit Springer Professional "Technik" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 390 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Maschinenbau + Werkstoffe




 

Jetzt Wissensvorsprung sichern!

Springer Professional "Wirtschaft"

Online-Abonnement

Mit Springer Professional "Wirtschaft" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 340 Zeitschriften

aus folgenden Fachgebieten:

  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Versicherung + Risiko




Jetzt Wissensvorsprung sichern!

Fußnoten
1
Windows command prompt and PowerShell may or may not work for some examples given here. Variations in the environment settings on individual machines, and the way they interpret certain environment variables, can lead to unexpected output and behavior. The same is true for third-party applications like PuTTY, Cygwin, and MobaXterm.
Windows and Docker both recommend running Docker on Windows using the Windows Subsystem for Linux, version 2. Appendix A includes instructions for installing and configuring WSL 2 and setting up an Ubuntu virtual environment, where you’ll access Docker on the command line. It also has information on downloading Windows Terminal, a shell environment integrated with WSL.
 
2
There are pre-built Oracle database images available on the Web from sources other than Oracle. Distributing images that include Oracle database software is a violation of Oracle’s licensing.
 
3
There is a verified image from Oracle on the Docker Hub, hub.docker.com, but it hasn’t been updated since 2017. It’s for Enterprise Edition version 12.2.0.1. Images from unverified or unofficial sources that contain Oracle database software (on Docker Hub and elsewhere) likely violate Oracle licensing. They are also security risks; running an image from an unknown and unverified author is like opening an email attachment from an unknown sender!
 
4
Don’t confuse Oracle’s container database (CDB) with Linux containers. Container and pluggable databases are part of Oracle Multitenant, not Docker.
 
5
The exception is Oracle 18.4.0 Express Edition, which downloads the RPM installation file automatically when building the image. There is no need to download it separately.
 
6
The installer file must be physically present in the directory for Docker to include in the image. Docker does not recognize linked files.
 
7
In older versions, the script was called .
 
8
For security, ports must be explicitly exposed. This is covered more fully in Chapter 14.
 
9
Persistence and use cases are discussed in depth in Chapter 5.
 
10
If the container user isn’t present on the container host, interaction between container processes and host resources run with a user and group ID of 1000.
 
Metadaten
Titel
Oracle Database Quick Start
verfasst von
Sean Scott
Copyright-Jahr
2023
Verlag
Apress
DOI
https://doi.org/10.1007/978-1-4842-9033-0_4