This folder contains instructions to set up an Oracle Database environment.
-
Navigate to this folder
Open your terminal and go to the folder containing thedocker-compose.ymlfile. -
Run the command:
docker compose up -d
Explanation: This command will download the Oracle Database image, start the container, and configure the database environment.
-
Host:
localhost:1521 -
Credentials:
- SYS User:
SYS - SYS Password:
mysecurepassword - Database:
mydatabase - Additional User:
myuser - Additional User Password:
userpassword
- SYS User:
You can connect using any Oracle client, such as SQL Developer or DBeaver.
Tip
For IDE integration:
- IntelliJ: use Database Navigator plugin.
- Visual Studio: use JDBC Client.