{"id":51116644,"url":"https://github.com/oracle-devrel/oracle-autonomous-database-samples","last_synced_at":"2026-06-24T22:30:45.734Z","repository":{"id":263027856,"uuid":"876930561","full_name":"oracle-devrel/oracle-autonomous-database-samples","owner":"oracle-devrel","description":"oracle-autonomous-database-samples","archived":false,"fork":false,"pushed_at":"2026-04-20T15:35:57.000Z","size":38687,"stargazers_count":33,"open_issues_count":3,"forks_count":24,"subscribers_count":9,"default_branch":"main","last_synced_at":"2026-04-20T17:28:53.045Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PLSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"upl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oracle-devrel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-22T19:41:58.000Z","updated_at":"2026-04-20T15:36:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"e6cb23a3-1ff3-4c6d-bb07-88e674f5d81e","html_url":"https://github.com/oracle-devrel/oracle-autonomous-database-samples","commit_stats":null,"previous_names":["oracle-devrel/oracle-database-at-azure-samples","oracle-devrel/oracle-autonomous-database-samples"],"tags_count":0,"template":false,"template_full_name":"oracle-devrel/repo-template","purl":"pkg:github/oracle-devrel/oracle-autonomous-database-samples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-devrel%2Foracle-autonomous-database-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-devrel%2Foracle-autonomous-database-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-devrel%2Foracle-autonomous-database-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-devrel%2Foracle-autonomous-database-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oracle-devrel","download_url":"https://codeload.github.com/oracle-devrel/oracle-autonomous-database-samples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-devrel%2Foracle-autonomous-database-samples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34752465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2026-06-24T22:30:45.676Z","updated_at":"2026-06-24T22:30:45.729Z","avatar_url":"https://github.com/oracle-devrel.png","language":"PLSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oracle Autonomous Database Samples\n\n[![License: UPL](https://img.shields.io/badge/license-UPL-green)](https://img.shields.io/badge/license-UPL-green)\n\n## Introduction\nOracle Autonomous Database provides a fully automated cloud database service that eliminates manual database management tasks, reduces operational costs, enhances security through automatic patching and encryption, and enables businesses to rapidly scale and optimize their data processing and analytics.\n\nAutonomous Database runs natively on OCI, Azure (Oracle Database@Azure) and Google Cloud (Oracle Database@Google Cloud). Modernize and deliver powerful new apps that leverage Oracle Database 23ai with other cloud services services:\n* Build new cloud native apps using built-in integrations, such as Kubernetes, AI, DevOps and more\n* Enhance existing apps with natural language and other generative AI capabilities.\n* Quickly react to business demands using one converged, fully automated database that’s optimized for all workloads and data formats.\n\nUse these samples to deploy Autonomous Database on cloud providers using APIs. Then, check out the SQL samples that leverage both Autonomous Database cloud integration and converged database capabiltities.\n\n## Getting Started\n* Deploy Autonomous Database:\n    * [On OCI](./multicloud/oci-cli/README.md)\n    * [On Azure](./multicloud/azure-cli/README.md)\n    * [On Google](./multicloud/gcloud-cli/README.md)\n* Connect to your Autonomous Database\n    * [Learn about connectivity options](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/connect-preparing.html)\n    * Use these great VS Code extensions that help you develop and debug your database apps\n        * SQL Developer for VS Code ([Learn More](https://www.oracle.com/database/sqldeveloper/vscode/) | [Marketplace](https://marketplace.visualstudio.com/items?itemName=Oracle.sql-developer))\n        * Oracle Developer Tools for VS Code  ([Learn More](https://docs.oracle.com/en/database/oracle/developer-tools-for-vscode/getting-started/gettingstarted.html) | [Marketplace](https://marketplace.visualstudio.com/items?itemName=Oracle.oracledevtools))\n* [Sample SQL code](./sql/README.md)\n    * Create a database user and add sample data\n    * Work with data in cloud storage\n    * Get started with Select AI\n    * Build property graphs and run analytics over those graphs\n    * .... and more\n\n## Other Examples\n\nYou may be interested in other Oracle Database examples:\n* [Examples of applications and tool usage for Oracle Database](https://github.com/oracle-samples/oracle-db-examples/)\n* Oracle .NET [Autonomous Database code examples](https://github.com/oracle/dotnet-db-samples/tree/master/samples/autonomous-db) and [general code examples](https://github.com/oracle/dotnet-db-samples/tree/master/samples)\n* Python [python-oracledb examples](https://github.com/oracle/python-oracledb/tree/main/samples)\n* Node.js [node-oracledb examples](https://github.com/oracle/node-oracledb/tree/main/examples)\n\n\u003c!--\n\n### Prerequisites\nMISSING\n\n## Notes/Issues\nMISSING\n\n## URLs\n* Nothing at this time\n\n--\u003e\n\n## Contributing\n\u003c!-- If your project has specific contribution requirements, update the\n    CONTRIBUTING.md file to ensure those requirements are clearly explained. --\u003e\n\nThis project welcomes contributions from the community. Before submitting a pull\nrequest, please [review our contribution guide](./CONTRIBUTING.md).\n\n## Security\n\nPlease consult the [security guide](./SECURITY.md) for our responsible security\nvulnerability disclosure process.\n\n## License\nCopyright (c) 2025 Oracle and/or its affiliates.\n\nLicensed under the Universal Permissive License (UPL), Version 1.0.\n\nSee [LICENSE](LICENSE.txt) for more details.\n\nORACLE AND ITS AFFILIATES DO NOT PROVIDE ANY WARRANTY WHATSOEVER, EXPRESS OR IMPLIED, FOR ANY SOFTWARE, MATERIAL OR CONTENT OF ANY KIND CONTAINED OR PRODUCED WITHIN THIS REPOSITORY, AND IN PARTICULAR SPECIFICALLY DISCLAIM ANY AND ALL IMPLIED WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE.  FURTHERMORE, ORACLE AND ITS AFFILIATES DO NOT REPRESENT THAT ANY CUSTOMARY SECURITY REVIEW HAS BEEN PERFORMED WITH RESPECT TO ANY SOFTWARE, MATERIAL OR CONTENT CONTAINED OR PRODUCED WITHIN THIS REPOSITORY. IN ADDITION, AND WITHOUT LIMITING THE FOREGOING, THIRD PARTIES MAY HAVE POSTED SOFTWARE, MATERIAL OR CONTENT TO THIS REPOSITORY WITHOUT ANY REVIEW. USE AT YOUR OWN RISK.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle-devrel%2Foracle-autonomous-database-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foracle-devrel%2Foracle-autonomous-database-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle-devrel%2Foracle-autonomous-database-samples/lists"}