-Simple Oracle Document Access (SODA) is a new family of APIs from Oracle that let you use the Oracle database with a level of simplicity and ease-of-use typically associated with NoSQL document stores. More specifically, SODA lets you create and store collections of documents in Oracle Database, retrieve them, and query them, without needing to know Structured Query Language (SQL) or how the data in the documents is stored in the database.
0 commit comments