{"id":14974034,"url":"https://github.com/dalibo/from-oracle-to-postgresql","last_synced_at":"2026-01-19T10:33:31.794Z","repository":{"id":139466830,"uuid":"568894094","full_name":"dalibo/from-oracle-to-postgresql","owner":"dalibo","description":"Yet another transition guide for developers","archived":false,"fork":false,"pushed_at":"2023-01-11T13:13:35.000Z","size":2897,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-02-10T01:45:28.205Z","etag":null,"topics":["migration","oracle","plpgsql","postgresql","sql","transition"],"latest_commit_sha":null,"homepage":"https://dalibo.github.io/from-oracle-to-postgresql/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dalibo.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-11-21T16:29:15.000Z","updated_at":"2024-04-24T21:30:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"3c9d8658-5fa7-41ce-806f-9e2b922f4589","html_url":"https://github.com/dalibo/from-oracle-to-postgresql","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.25,"last_synced_commit":"0978f571203f1ba76cba29001b40b82825b25353"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalibo%2Ffrom-oracle-to-postgresql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalibo%2Ffrom-oracle-to-postgresql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalibo%2Ffrom-oracle-to-postgresql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalibo%2Ffrom-oracle-to-postgresql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dalibo","download_url":"https://codeload.github.com/dalibo/from-oracle-to-postgresql/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247208384,"owners_count":20901570,"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":["migration","oracle","plpgsql","postgresql","sql","transition"],"created_at":"2024-09-24T13:49:51.212Z","updated_at":"2026-01-19T10:33:31.786Z","avatar_url":"https://github.com/dalibo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# From Oracle to PostgreSQL\n\n[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]\n[![GitHub Workflow Status][gh-pages-badge]][gh-pages]\n[![GitHub issues][gh-issues-badge]][gh-issues]\n[![GitHub pull requests][gh-pr-badge]][gh-pr]\n\n[gh-pages]: https://dalibo.github.io/from-oracle-to-postgresql/\n[gh-pages-badge]: https://img.shields.io/github/actions/workflow/status/dalibo/from-oracle-to-postgresql/gh-pages.yml?label=gh-pages\n\n[gh-issues]: https://github.com/dalibo/from-oracle-to-postgresql/issues\n[gh-issues-badge]: https://img.shields.io/github/issues/dalibo/from-oracle-to-postgresql\n\n[gh-pr]: https://github.com/dalibo/from-oracle-to-postgresql/pulls\n[gh-pr-badge]: https://img.shields.io/github/issues-pr/dalibo/from-oracle-to-postgresql\n\n## Yet another guide\n\nThis present guide aims to be a collaborative work, with a starting point former\nand actual PostgreSQL enthousiasts from Dalibo, a french company. It focuses on\nmultiple differences between Oracle Databases and PostgreSQL in a developer's\npoint of view.\n\n## Licenses\n\n* This guide is released under the CC BY-NC-SA license. See [LICENSE](LICENSE).\n\n* The generated website theme \"hugo-book\" is released by Alex Shpak under the MIT\nlicense. See [themes/hugo-book/LICENSE](themes/hugo-book/LICENSE).\n\n[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/\n[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg\n\n## How to contribute\n\nAny contribution on the project is welcome. Create an issue for misspelling word\nor erroneous information or open a new Pull Request to add or modify any content\nof this guide.\n\nContent is written in pure markdown with 80 characters per line.\n\nThis guide provides several translations under appropriate `content.xx`\ndirectory, where `xx` is a language subtag according to [RFC\n5646](https://www.rfc-editor.org/rfc/rfc5646). A new language must be added in\nglobal [config.yaml](config.yaml), as follows:\n\n```yaml\nlanguages:\n  en:\n    languageName: English\n    contentDir: content.en\n    weight: 1\n    title: From Oracle To PostgreSQL\n  fr:\n    languageName: French\n    contentDir: content.fr\n    title: Porter Oracle vers PostgreSQL\n    weight: 2\n```\n\nAny new language must provide a translation file under `i18n/` directory.\n\n## Contributors\n\nSee [authors.yml](data/authors.yml) collection.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalibo%2Ffrom-oracle-to-postgresql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdalibo%2Ffrom-oracle-to-postgresql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalibo%2Ffrom-oracle-to-postgresql/lists"}