Hi Reader,
Today I want to share my learning on how to install Oracle HR schema on a existing docker container.
Step 1: Download the verified schema from GitHub.
Hyperlink: GitHub Link
Oracle Docs
Step 2: Unzip the file and copy the files to the docker container.
the copy command for docker is docker cp srcPath <containerId>:targetPath
docker cp db-sample-schemas-23.2 b1c7120d77b5:/home/oracle/
and check & navigate to the path.
Step 5: set container to your pluggable database using
alter session set container = custompdb;
No comments:
Post a Comment