Exercices are inside of the tp.pdf file.
Source code is under the src folder
To comply with licensing requirements, it is essential to acknowledge and accept Oracle's policy before proceeding with the installation of any Oracle products. Prior to installation, ensure that the Docker environment receives Oracle's verified .zip files. You can download the Oracle Database version 19c from this link. Subsequently, place the downloaded binary file in the ./src/bin directory. For your convenience, the Oracle Database 19c installation file can also be obtained from the official Oracle Database software downloads page.
To initiate the setup and build process for the Docker file responsible for creating the Oracle Database environment, execute the script ./build.sh
.
Ensure that you have previously installed and placed the Oracle Database version 19c .zip file in its designated location, as outlined earlier. This step is crucial for the proper configuration and successful execution of the Docker file.
./build.sh
Now that the Docker image has been successfully built, you can launch a container using the start.sh
script. This script facilitates the execution of the container, allowing you to interact with the configured Oracle Database environment.
./start.sh
Finally, Upon executing the run.sh
script, the process will not only update the password but also seamlessly log you into an interactive SQL*Plus shell. This provides a convenient and secure means to interact with the Oracle Database environment, allowing for efficient management and exploration of the database functionalities.
./run.sh
Note: You can also access the web ui via https://localhost:5500/em/shell.
Username: system
Password: password
Container Name: orclpdb1