From e20c4297bba9064693b6abaf7494446451d38db4 Mon Sep 17 00:00:00 2001 From: Gerald Venzl Date: Tue, 3 Jun 2025 09:28:14 +1000 Subject: [PATCH 1/5] Remove legacy dw-vldb-samples now in 'optimizer' repo Signed-off-by: Gerald Venzl --- .gitmodules | 4 ---- sql/dw-vldb-samples | 1 - 2 files changed, 5 deletions(-) delete mode 160000 sql/dw-vldb-samples diff --git a/.gitmodules b/.gitmodules index d0b66b90..2409a82a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +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 diff --git a/sql/dw-vldb-samples b/sql/dw-vldb-samples deleted file mode 160000 index 36b46958..00000000 --- a/sql/dw-vldb-samples +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 36b46958aa0a04dc96c8e38870278999b62c6fc6 From a673e12da4df8458975150878f198d9f0fab1f77 Mon Sep 17 00:00:00 2001 From: Gerald Venzl Date: Tue, 3 Jun 2025 09:40:45 +1000 Subject: [PATCH 2/5] Reorganize sub modules Signed-off-by: Gerald Venzl --- .gitmodules | 5 ----- db-sample-schemas | 2 +- dotnet | 1 - 3 files changed, 1 insertion(+), 7 deletions(-) delete mode 160000 dotnet diff --git a/.gitmodules b/.gitmodules index 2409a82a..046dc481 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,3 @@ [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 diff --git a/db-sample-schemas b/db-sample-schemas index 99049719..f5204d17 160000 --- a/db-sample-schemas +++ b/db-sample-schemas @@ -1 +1 @@ -Subproject commit 99049719d53c2e0810b7a8462965636b98161131 +Subproject commit f5204d177d7641a468846764b67a4ee41d42ff26 diff --git a/dotnet b/dotnet deleted file mode 160000 index fbab2e6e..00000000 --- a/dotnet +++ /dev/null @@ -1 +0,0 @@ -Subproject commit fbab2e6efd04785fbd41a1f79b24c29c2cbfd5fc From 0f030cc3de7c96de3dd4fe2c805b8b21581c3587 Mon Sep 17 00:00:00 2001 From: Gerald Venzl Date: Mon, 2 Jun 2025 16:45:12 -0700 Subject: [PATCH 3/5] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7aaa3bb..c71d0c44 100644 --- a/README.md +++ b/README.md @@ -4,22 +4,25 @@ 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 | | [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 From 78ee5404e7e225bf61845ff8b0c31922a81a3baa Mon Sep 17 00:00:00 2001 From: Gerald Venzl Date: Mon, 2 Jun 2025 16:52:32 -0700 Subject: [PATCH 4/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c71d0c44..7a6c8f28 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This repository stores a variety of examples demonstrating how to use the Oracle | [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 | @@ -51,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, From cf2bf56eb1ec1d593bbf9a30ff1f1d6e9bff1ca1 Mon Sep 17 00:00:00 2001 From: Gerald Venzl Date: Mon, 2 Jun 2025 16:57:07 -0700 Subject: [PATCH 5/5] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7a6c8f28..2e24d8a3 100644 --- a/README.md +++ b/README.md @@ -26,23 +26,23 @@ This repository stores a variety of examples demonstrating how to use the Oracle | [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 @@ -51,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.txt](./LICENSE.txt) +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,