{"id":18004760,"url":"https://github.com/goodmanwen/oracle-11g-server-action","last_synced_at":"2026-07-04T11:31:25.256Z","repository":{"id":128813190,"uuid":"485182222","full_name":"GoodManWEN/oracle-11g-server-action","owner":"GoodManWEN","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-25T19:59:08.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-09T20:41:30.103Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GoodManWEN.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":"2022-04-25T01:13:55.000Z","updated_at":"2022-04-25T01:14:41.000Z","dependencies_parsed_at":"2023-08-25T15:35:30.887Z","dependency_job_id":null,"html_url":"https://github.com/GoodManWEN/oracle-11g-server-action","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoodManWEN%2Foracle-11g-server-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoodManWEN%2Foracle-11g-server-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoodManWEN%2Foracle-11g-server-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoodManWEN%2Foracle-11g-server-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GoodManWEN","download_url":"https://codeload.github.com/GoodManWEN/oracle-11g-server-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247157602,"owners_count":20893282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-10-30T00:15:55.470Z","updated_at":"2026-07-04T11:31:25.240Z","avatar_url":"https://github.com/GoodManWEN.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# oracle-11g-server-action\n\n[![Build](https://github.com/GoodManWEN/oracle-11g-server-action/workflows/Build/badge.svg)](https://github.com/GoodManWEN/oracle-11g-server-action/actions?query=workflow:Build)\n\nThis [GitHub Action](https://github.com/features/actions) sets up a Oracle database server in Docker container.\n\nBased on [Oracle 11gR2 image on dockerhub](https://hub.docker.com/r/oracleinanutshell/oracle-xe-11g), which is built on ubuntu 18.04 . There're very limited options we could modify on startup of the original image , so that this action could only be suitable for basic testing.\n\nIt should be noted that this action sets up Oracle db server only , you must set up a Oracle client yourself as well in order to get access to the server. For further information you can check out [this repo](https://github.com/GoodManWEN/oracle-client-action.git) as example\n\nIt is based on the Docker container and is limited by Github Actions, which contains only Linux now. Therefore it does not work in Mac OS and Windows environment.\n\n## Usage\n\nBasic usage\n```\nsteps:\n  - name Setup Oracledb 11gR2 server\n    uses: GoodManWEN/oracle-11g-server-action@v1.0\n    with:\n      host port: 1521          # Which means the reflect port on your action host machine.\n      oracle version: '1.0.0'  # Means not version of oracle , but the version of dockerhub image.\n```\n\nThen you can connect database with following setting:\n```\nhostname: localhost\nport: 1521\nsid: xe\nusername: system\npassword: oracle\n```\nUnfortunately you can not modify sid nor password yourself before startup.\n\n## Example\n\nHere's a full workflow file example:\n```\nname: CI\n\non:\n  push:\n    branches: [ main ]\n  pull_request:\n    branches: [ main ]\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      # You must setup a Oracle db client which allows you get access to the server\n      - name: Checkout client\n        # Need to checout first , then you can use your repo in following actions.\n        uses: actions/checkout@v2 \n        with:\n          repository: GoodManWEN/oracle-client-action\n      - name: Setup Oracledb client\n        uses: GoodManWEN/oracle-client-action@main\n      \n      # Server side\n      - name Setup Oracledb 11gR2 server\n        uses: GoodManWEN/oracle-11g-server-action@v1.0\n        with:\n          host port: 1521          \n          oracle version: '1.0.0'\n```\n\n## Licence\n\nThis project is released under the [MIT License](https://github.com/GoodManWEN/oracle-11g-server-action/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoodmanwen%2Foracle-11g-server-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoodmanwen%2Foracle-11g-server-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoodmanwen%2Foracle-11g-server-action/lists"}