Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oracle-samples/oracle-db-examples
Examples of applications and tool usage for Oracle Database
https://github.com/oracle-samples/oracle-db-examples
database java oracle oracle-11g oracle-12c oracle-19c oracle-autonomous-database oracle-database oracle-db sql
Last synced: 6 days ago
JSON representation
Examples of applications and tool usage for Oracle Database
- Host: GitHub
- URL: https://github.com/oracle-samples/oracle-db-examples
- Owner: oracle-samples
- License: other
- Created: 2017-02-27T18:53:21.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T15:35:23.000Z (about 1 month ago)
- Last Synced: 2025-01-09T12:11:48.514Z (13 days ago)
- Topics: database, java, oracle, oracle-11g, oracle-12c, oracle-19c, oracle-autonomous-database, oracle-database, oracle-db, sql
- Language: Java
- Homepage: https://www.oracle.com/database/technologies/
- Size: 57.1 MB
- Stars: 1,326
- Watchers: 152
- Forks: 842
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# oracle-db-examples
This repository stores a variety of examples demonstrating how to use the Oracle Database.| Repo/Folder name | Description |
| ------------- | ------------- |
| [C](./C) | C examples |
| [apex](./apex) | APEX examples |
| [db-sample-schemas](https://github.com/oracle/db-sample-schemas) | Git submodule of the Oracle Database Sample Schemas |
| [dotnet](https://github.com/oracle/dotnet-db-samples) | .NET based examples |
| [exadata](./exadata) | Exadata examples |
| [java](./java) | Java examples |
| [javascript](./javascript) | JavaScript examples |
| [machine-learning](./machine-learning) | Oracle Machine Learning examples |
| [optimizer](./optimizer) | Oracle Optmizer and Optimizer Stats examples |
| [plsql](./plsql) | PL/SQL examples |
| [python](./python) | Python examples |
| [ruby](./ruby) | Ruby examples |
| [sagas](./sagas) | Saga examples |
| [security](./security) | Security features examples |
| [spatial](./spatial) | Spatial features examples |
| [sql](./sql) | SQL examples |
| [sqldeveloper](./sqldeveloper) | [SQL Developer](http://www.oracle.com/technetwork/developer-tools/sql-developer/) examples |
| [txeventq](./txeventq) | TxEventQ examples |## Documentation
You can find the online documentation of the Oracle Database under [docs.oracle.com/en/database/](http://docs.oracle.com/en/database/)## LiveSQL
Some of the examples that you see within this repository can be executed in the free web-based tool: [LiveSQL.oracle.com](https://livesql.oracle.com).LiveSQL is also an excellent resource for getting started with Oracle Database.
## Dev Gym
If you would like to challenge yourself, you can take quizzes, workouts and classes at [DevGym.oracle.com](https://devgym.oracle.com).## Contributing
This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)
## Security
Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process
## License
You may not use the identified files except in compliance with the
Apache License, Version 2.0 (the "License.")You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0. A copy of the license is
also reproduced in [LICENSE.md](./LICENSE.md)Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.See the License for the specific language governing permissions and
limitations under the License.