{"id":20507801,"url":"https://github.com/zsxoff/oracle-xe-18c-oraclelinux-7","last_synced_at":"2026-02-07T11:02:24.254Z","repository":{"id":129506688,"uuid":"326291591","full_name":"zsxoff/oracle-xe-18c-oraclelinux-7","owner":"zsxoff","description":"Oracle XE 18c on Oracle Linux 7","archived":false,"fork":false,"pushed_at":"2021-01-02T23:37:44.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-20T22:22:56.347Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zsxoff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-02T23:37:09.000Z","updated_at":"2021-01-02T23:37:47.000Z","dependencies_parsed_at":"2023-03-16T07:15:50.866Z","dependency_job_id":null,"html_url":"https://github.com/zsxoff/oracle-xe-18c-oraclelinux-7","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zsxoff/oracle-xe-18c-oraclelinux-7","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsxoff%2Foracle-xe-18c-oraclelinux-7","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsxoff%2Foracle-xe-18c-oraclelinux-7/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsxoff%2Foracle-xe-18c-oraclelinux-7/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsxoff%2Foracle-xe-18c-oraclelinux-7/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zsxoff","download_url":"https://codeload.github.com/zsxoff/oracle-xe-18c-oraclelinux-7/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsxoff%2Foracle-xe-18c-oraclelinux-7/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29193089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T07:37:03.739Z","status":"ssl_error","status_checked_at":"2026-02-07T07:37:03.029Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T20:15:34.317Z","updated_at":"2026-02-07T11:02:24.238Z","avatar_url":"https://github.com/zsxoff.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oracle XE 18c on Oracle Linux 7\n\n## Pre-install\n\n### Update repository\n\n```bash\nsudo /usr/bin/ol_yum_configure.sh\n```\n\n### Install delta RPM\n\n```bash\nsudo yum install -y deltarpm\n```\n\n### Install Oracle release 7 and EPEL\n\n```bash\nsudo yum install -y oracle-release-el7 oracle-epel-release-el7\n```\n\n### Install UEK\n\n```bash\nsudo yum install -y kernel-uek kernel-uek-devel\n```\n\n### Install wget\n\n```bash\nsudo yum install -y wget\n```\n\n## Install Oracle Database 18c\n\n### Install Oracle Database 18c Preinstall\n\n```bash\nsudo yum install -y oracle-database-preinstall-18c\n```\n\n### Download and Install Oracle Database 18c\n\n```bash\nwget https://download.oracle.com/otn-pub/otn_software/db-express/oracle-database-xe-18c-1.0-1.x86_64.rpm\nsudo yum localinstall -y oracle-database-xe-18c-1.0-1.x86_64.rpm\n```\n\n### Remove Oracle Database 18c RPM\n\n```bash\nrm oracle-database-xe-18c-1.0-1.x86_64.rpm\n```\n\n### Configure Oracle Database\n\n```bash\nsudo /etc/init.d/oracle-xe-18c configure\n```\n\n## Configure system\n\n### Automating DB Instance Shutdown and Startup\n\n```bash\nsudo systemctl daemon-reload\nsudo systemctl enable oracle-xe-18c\nsudo systemctl start oracle-xe-18c\n```\n\n### firewalld - open port 1521 (Oracle Database 18c) and 22 (SSH)\n\n```bash\nsudo firewall-cmd --permanent --zone=public --add-port=1521/tcp\nsudo firewall-cmd --permanent --zone=public --add-port=22/tcp\nsudo firewall-cmd --reload\n```\n\n## License\n\n[![License: Unlicense](https://img.shields.io/badge/License-Unlicense-green.svg?style=flat-square)](https://unlicense.org/)\n\nThis project is licensed under the terms of the [Unlicense](https://unlicense.org/) (see [LICENSE](\u003chttps://github.com/zsxoff/oracle-xe-18c-oraclelinux-7/blob/master/LICENSE\u003e) file).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzsxoff%2Foracle-xe-18c-oraclelinux-7","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzsxoff%2Foracle-xe-18c-oraclelinux-7","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzsxoff%2Foracle-xe-18c-oraclelinux-7/lists"}