Skip to main content

Posts

Showing posts with the label Oracle Database Installation

Building Oracle Database 21c on Docker

Building Oracle Database 21c on Docker Step by step Creating, configuring Database(Oracle21c) on Docker Container Docker is an open source platform that enables developers to build, deploy, run, update and manage containers—standardized, executable components that combine application source code with the operating system (OS) libraries and dependencies required to run that code in any environment. To install docker on windows check this blog This video explain the complete step by step Docker installation.Check it now! Pre-requisite Setup First of all make sure you have installed the docker sucessfully on your environment. The Oracle Database Server Docker Image is required. Get the oracle database docker image from docker offical github Click here for github repository. Extract the downloaded oracle docker image Download the Oracle Database 21c installer(media) files from Oracle official site Copy oralce...