CHAPTER 3

image

Using Oracle Database

Oracle Database is the most commonly used relational database. Relational databases are based on a fixed schema with the basic unit of storage being a table. Docker Hub has several Docker images for Oracle Database in the Public repository. In this chapter we shall use a Docker image for Oracle Database to install and use the database on Linux. This chapter has the following sections.

  • Setting the Environment
  • Starting Oracle Database
  • Listing Container Logs
  • Starting SQL* Plus
  • Creating a User
  • Creating a Database Table
  • Removing Oracle Database

Setting the Environment

The following software is required for this chapter. ...

Get Pro Docker now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.