|
1 | 1 | # Oracle NoSQL SDK for Java |
2 | 2 |
|
3 | | -## Overview |
| 3 | +## About |
4 | 4 |
|
5 | 5 | The Oracle NoSQL SDK for Java provides interfaces, |
6 | 6 | documentation, and examples to help develop Java |
@@ -57,6 +57,10 @@ General documentation about the Oracle NoSQL Database and the Oracle NoSQL Datab |
57 | 57 | * [Oracle NoSQL Database Cloud Service](https://docs.oracle.com/en/cloud/paas/nosql-cloud/nosql_dev.html) |
58 | 58 | * [Oracle NoSQL Database On Premise](https://docs.oracle.com/en/database/other-databases/nosql-database/) |
59 | 59 |
|
| 60 | +## Changes |
| 61 | + |
| 62 | +See [CHANGELOG](./CHANGELOG.md) for changes in each release. |
| 63 | + |
60 | 64 | ## Connect to the Oracle NoSQL Database |
61 | 65 |
|
62 | 66 | There are 3 environments, or services that can be used by the Oracle NoSQL |
@@ -399,7 +403,7 @@ Compile Examples: |
399 | 403 |
|
400 | 404 | This requires Oracle Cloud credentials. Credentials can be provided directly in |
401 | 405 | API or in a configuration file. The default configuration in |
402 | | -examples/Common.java uses a configuration file in ~/.oci.config with the |
| 406 | +examples/Common.java uses a configuration file in ~/.oci/config with the |
403 | 407 | following contents: |
404 | 408 |
|
405 | 409 | [DEFAULT] |
@@ -455,10 +459,6 @@ started on a different host or port adjust the endpoint accordingly. |
455 | 459 |
|
456 | 460 | See the [LICENSE](LICENSE.txt) file. |
457 | 461 |
|
458 | | -The following libraries in this download are Oracle |
459 | | -libraries and are under the OTN developer license, as per the download: |
460 | | -nosqldriver.jar |
461 | | - |
462 | 462 | The [THIRD\_PARTY\_LICENSES](THIRD_PARTY_LICENSES.txt) file contains third |
463 | 463 | party notices and licenses. |
464 | 464 |
|
|
0 commit comments