@@ -4,42 +4,45 @@ This repository stores a variety of examples demonstrating how to use the Oracle
|
4 | 4 | | Repo/Folder name | Description |
|
5 | 5 | | ------------- | ------------- |
|
6 | 6 | | [C](./C) | C examples |
|
| 7 | +| [Multicloud](./Multicloud) | Multicloud examples | |
7 | 8 | | [apex](./apex) | APEX examples |
|
8 | 9 | | [db-sample-schemas](https://.com/oracle/db-sample-schemas) | Git submodule of the Oracle Database Sample Schemas |
|
9 |
| -| [dotnet](https://.com/oracle/dotnet-db-samples) | .NET based examples | |
10 | 10 | | [exadata](./exadata) | Exadata examples |
|
11 | 11 | | [java](./java) | Java examples |
|
12 | 12 | | [javascript](./javascript) | JavaScript examples |
|
| 13 | +| [json-relational-duality](./json-relational-duality) | JSON Relational Duality examples |
13 | 14 | | [machine-learning](./machine-learning) | Oracle Machine Learning examples |
|
14 |
| -| [optimizer](./optimizer) | Oracle Optmizer and Optimizer Stats examples | |
| 15 | +| [optimizer](./optimizer) | Oracle Optimizer and Optimizer Stats examples | |
15 | 16 | | [plsql](./plsql) | PL/SQL examples |
|
16 | 17 | | [python](./python) | Python examples |
|
17 | 18 | | [ruby](./ruby) | Ruby examples |
|
18 |
| -| [sagas](./sagas) | Saga examples | |
| 19 | +| [sagas](./sagas) | Sagas examples | |
19 | 20 | | [security](./security) | Security features examples |
|
20 | 21 | | [spatial](./spatial) | Spatial features examples |
|
| 22 | +| [sql-firewall](./sql-firewall) | SQL Firewall examples | |
21 | 23 | | [sql](./sql) | SQL examples |
|
22 | 24 | | [sqldeveloper](./sqldeveloper) | [SQL Developer](http://www.oracle.com/technetwork/developer-tools/sql-developer/) examples |
|
| 25 | +| [text](./text) | Oracle Text examples | |
23 | 26 | | [txeventq](./txeventq) | TxEventQ examples |
|
24 | 27 |
|
25 | 28 | ## Documentation
|
26 |
| -You can find the online documentation of the Oracle Database under [docs.oracle.com/en/database/](http://docs.oracle.com/en/database/) |
| 29 | +You can find the online documentation of the Oracle Database under: [docs.oracle.com/en/database/](http://docs.oracle.com/en/database/) |
27 | 30 |
|
28 | 31 | ## LiveSQL
|
29 |
| -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). |
| 32 | +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) |
30 | 33 |
|
31 | 34 | LiveSQL is also an excellent resource for getting started with Oracle Database.
|
32 | 35 |
|
33 | 36 | ## Dev Gym
|
34 |
| -If you would like to challenge yourself, you can take quizzes, workouts and classes at [DevGym.oracle.com](https://devgym.oracle.com). |
| 37 | +If you would like to challenge yourself, you can take quizzes, workouts and classes at: [DevGym.oracle.com](https://devgym.oracle.com) |
35 | 38 |
|
36 | 39 | ## Contributing
|
37 | 40 |
|
38 |
| -This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md) |
| 41 | +This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md). |
39 | 42 |
|
40 | 43 | ## Security
|
41 | 44 |
|
42 |
| -Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process |
| 45 | +Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process. |
43 | 46 |
|
44 | 47 | ## License
|
45 | 48 |
|
@@ -48,7 +51,7 @@ Apache License, Version 2.0 (the "License.")
|
48 | 51 |
|
49 | 52 | You may obtain a copy of the License at
|
50 | 53 | http://www.apache.org/licenses/LICENSE-2.0. A copy of the license is
|
51 |
| -also reproduced in [LICENSE.md](./LICENSE.md) |
| 54 | +also reproduced in [LICENSE.txt](./LICENSE.txt). |
52 | 55 |
|
53 | 56 | Unless required by applicable law or agreed to in writing, software
|
54 | 57 | distributed under the License is distributed on an "AS IS" BASIS,
|
|
0 commit comments