|
1 | | -# oracle-db-examples |
2 | | -This repository stores a variety of examples demonstrating how to use the Oracle Database. |
3 | | - |
4 | | -| Repo/Folder name | Description | |
5 | | -| ------------- | ------------- | |
6 | | -| [db-sample-schemas](https://github.com/oracle/db-sample-schemas) | Git submodule of the Oracle Database Sample Schemas | |
7 | | -| [dotnet](./dotnet) | .NET based examples | |
8 | | -| [exadata-express](./exadata-express) | Exadata Express examples | |
9 | | -| [java](./java) | Java based examples | |
10 | | -| [javascript](./javascript) | JavaScript based examples | |
11 | | -| [optimizer](./optimizer) | Oracle Optmizer and Optimizer Stats examples | |
12 | | -| [plsql](./plsql) | PL/SQL based examples | |
13 | | -| [python](./python) | Python based examples | |
14 | | -| [ruby](./ruby) | Ruby based examples | |
15 | | -| [sql](./sql) | SQL based examples | |
16 | | -| [sqldeveloper](./sqldeveloper) | [SQL Developer](http://www.oracle.com/technetwork/developer-tools/sql-developer/) examples | |
17 | | - |
18 | | -## Documentation |
19 | | -You can find the online documentation of the Oracle Database under [docs.oracle.com/en/database/](http://docs.oracle.com/en/database/) |
20 | | - |
21 | | -## LiveSQL |
22 | | -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). |
23 | | - |
24 | | -LiveSQL is also an excellent resource for getting started with Oracle Database. |
25 | | - |
26 | | -## License |
27 | | - |
28 | | -You may not use the identified files except in compliance with the |
29 | | -Apache License, Version 2.0 (the "License.") |
30 | | - |
31 | | -You may obtain a copy of the License at |
32 | | -http://www.apache.org/licenses/LICENSE-2.0. A copy of the license is |
33 | | -also reproduced in [LICENSE.md](./LICENSE.md) |
34 | | - |
35 | | -Unless required by applicable law or agreed to in writing, software |
36 | | -distributed under the License is distributed on an "AS IS" BASIS, |
37 | | -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
38 | | -implied. |
39 | | - |
40 | | -See the License for the specific language governing permissions and |
41 | | -limitations under the License. |
| 1 | +# oracle-db-examples |
| 2 | +This repository stores a variety of examples demonstrating how to use the Oracle Database. |
| 3 | + |
| 4 | +| Repo/Folder name | Description | |
| 5 | +| ------------- | ------------- | |
| 6 | +| [db-sample-schemas](https://github.com/oracle/db-sample-schemas) | Git submodule of the Oracle Database Sample Schemas | |
| 7 | +| [dotnet](https://github.com/oracle/dotnet-db-samples) | .NET based examples | |
| 8 | +| [exadata-express](./exadata-express) | Exadata Express examples | |
| 9 | +| [java](./java) | Java based examples | |
| 10 | +| [javascript](./javascript) | JavaScript based examples | |
| 11 | +| [optimizer](./optimizer) | Oracle Optmizer and Optimizer Stats examples | |
| 12 | +| [plsql](./plsql) | PL/SQL based examples | |
| 13 | +| [python](./python) | Python based examples | |
| 14 | +| [ruby](./ruby) | Ruby based examples | |
| 15 | +| [sql](./sql) | SQL based examples | |
| 16 | +| [sqldeveloper](./sqldeveloper) | [SQL Developer](http://www.oracle.com/technetwork/developer-tools/sql-developer/) examples | |
| 17 | + |
| 18 | +## Documentation |
| 19 | +You can find the online documentation of the Oracle Database under [docs.oracle.com/en/database/](http://docs.oracle.com/en/database/) |
| 20 | + |
| 21 | +## LiveSQL |
| 22 | +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). |
| 23 | + |
| 24 | +LiveSQL is also an excellent resource for getting started with Oracle Database. |
| 25 | + |
| 26 | +## License |
| 27 | + |
| 28 | +You may not use the identified files except in compliance with the |
| 29 | +Apache License, Version 2.0 (the "License.") |
| 30 | + |
| 31 | +You may obtain a copy of the License at |
| 32 | +http://www.apache.org/licenses/LICENSE-2.0. A copy of the license is |
| 33 | +also reproduced in [LICENSE.md](./LICENSE.md) |
| 34 | + |
| 35 | +Unless required by applicable law or agreed to in writing, software |
| 36 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 37 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
| 38 | +implied. |
| 39 | + |
| 40 | +See the License for the specific language governing permissions and |
| 41 | +limitations under the License. |
0 commit comments