Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
yum -y install oracle-database-preinstall-19c erroring out

User_S4O1P
Member Posts: 3 Red Ribbon
in Oracle Linux
Hello All,
I am running Oracle docker image mentioned at :
https://github.com/oracle/docker-images/tree/main/OracleDatabase/SingleInstance/dockerfiles/19.3.0
In one the shell script we are trying to run
yum -y install oracle-database-preinstall-19c and this failing with following error
https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/repodata/repomd.xml: [Errno 14] curl#60 - "Peer's Certificate issuer is not recognized."
and when I set sslverify as False then getting :
https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/repodata/180f470efde3c1b8b6734adda054286860c65c82-primary.sqlite.bz2: [Errno 14] HTTPS Error 403 - Forbidden
Please help