Skip to content

Update submodules #445

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
[submodule "sql/dw-vldb-samples"]
path = sql/dw-vldb-samples
url = https://github.com/oracle/dw-vldb-samples
branch = master
[submodule "db-sample-schemas"]
path = db-sample-schemas
url = https://github.com/oracle/db-sample-schemas
branch = main
[submodule "dotnet"]
path = dotnet
url = https://github.com/oracle/dotnet-db-samples
branch = master
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,42 +4,45 @@ This repository stores a variety of examples demonstrating how to use the Oracle
| Repo/Folder name | Description |
| ------------- | ------------- |
| [C](./C) | C examples |
| [Multicloud](./Multicloud) | Multicloud 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 |
| [json-relational-duality](./json-relational-duality) | JSON Relational Duality examples
| [machine-learning](./machine-learning) | Oracle Machine Learning examples |
| [optimizer](./optimizer) | Oracle Optmizer and Optimizer Stats examples |
| [optimizer](./optimizer) | Oracle Optimizer and Optimizer Stats examples |
| [plsql](./plsql) | PL/SQL examples |
| [python](./python) | Python examples |
| [ruby](./ruby) | Ruby examples |
| [sagas](./sagas) | Saga examples |
| [sagas](./sagas) | Sagas examples |
| [security](./security) | Security features examples |
| [spatial](./spatial) | Spatial features examples |
| [sql-firewall](./sql-firewall) | SQL Firewall examples |
| [sql](./sql) | SQL examples |
| [sqldeveloper](./sqldeveloper) | [SQL Developer](http://www.oracle.com/technetwork/developer-tools/sql-developer/) examples |
| [text](./text) | Oracle Text 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/)
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).
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).
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)
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
Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process.

## License

Expand All @@ -48,7 +51,7 @@ 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)
also reproduced in [LICENSE.txt](./LICENSE.txt).

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
2 changes: 1 addition & 1 deletion db-sample-schemas
1 change: 0 additions & 1 deletion dotnet
Submodule dotnet deleted from fbab2e
1 change: 0 additions & 1 deletion sql/dw-vldb-samples
Submodule dw-vldb-samples deleted from 36b469