Remove word duplication

This commit is contained in:
Christopher Jones 2019-07-18 06:17:13 +10:00
parent c39587aca1
commit 28e46d11fe
1 changed files with 4 additions and 4 deletions

View File

@ -12756,10 +12756,10 @@ that connection.
## <a name="sodaoverview"></a> 29. Simple Oracle Document Access (SODA)
Oracle Database Simple Oracle Document Access (SODA) access is
available in node-oracledb through a set of NoSQL-style APIs.
Documents can be inserted, queried, and retrieved from Oracle Database
using node-oracledb methods. By default, documents are JSON strings.
Oracle Database Simple Oracle Document Access (SODA) is available in
node-oracledb through a set of NoSQL-style APIs. Documents can be inserted,
queried, and retrieved from Oracle Database using node-oracledb methods. By
default, documents are JSON strings.
The [Oracle Database Introduction to SODA][103] manual contains much
information relevant to using SODA. You can use Oracle SODA