bernabaris / oracledb

install oracle 19c on local using docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oracle 19c Docker Container with Docker Compose

This project sets up an Oracle 19c database using Docker and Docker Compose.

Prerequisites

Make sure you have the following software installed on your system:

Getting Started

Follow these steps to set up and run the Oracle 19c container.

1. Clone the repository

Clone this repository to your local machine.

git clone https://github.com/bernabaris/oracledb.git

2. Navigate to the directory:

cd oracledb

3. Start the Oracle 19c container

 docker compose up -d

4. Check the container status

 docker ps

About

install oracle 19c on local using docker