In this article, I will demonstrate how to run Oracle Database Express Edition using Podman on an Oracle Cloud compute instance.
On Oracle Cloud Console
- create instance, name instance-21c-xe
- change image to Oracle Linux 8.0
- New VCN, New Public Subnet, Assign Public IPv4 address
It is not necessary to use a paid instance. The free instance will work as well.
Wait for the instance to be ready. Go to Security List, add Ingress Rule for port 1521
ssh into the new instance
Give it 2 minutes to startup
Testing via SQLcl
Setup archivelog mode via opening a session into the container
Setup autostart on reboot
All set. Reboot, wait for a few minutes and check again
No comments:
Post a Comment