Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d0affb3

Browse files
authored
dotnet submodule (#49)
* Add dotnet as submodule * Update link and convert CRLF
1 parent 1a2d0fa commit d0affb3

File tree

9 files changed

+45
-378
lines changed

9 files changed

+45
-378
lines changed

‎.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
[submodule "db-sample-schemas"]
1111
path = db-sample-schemas
1212
url = https://github.com/oracle/db-sample-schemas
13+
[submodule "dotnet"]
14+
path = dotnet
15+
url = https://github.com/oracle/dotnet-db-samples

‎README.md

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
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.

‎dotnet

Submodule dotnet added at fbab2e6

‎dotnet/CONTRIBUTING.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

‎dotnet/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

‎dotnet/README.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

‎dotnet/samples/selectjson.cs

Lines changed: 0 additions & 88 deletions
This file was deleted.

‎dotnet/samples/selectjsonclob.cs

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /