About Storing and Managing JSON Data in a TimesTen Database
You can store JSON data in one or more columns in
a table in a TimesTen database. You can store textual JSON data in columns of the
character or large object (LOB) data types—such as
VARCHAR2 or
CLOB—but for JSON data to be parsed and stored efficiently as JSON
data, the columns must be of the JSON data type. The JSON
data stored in columns of the JSON data type is guaranteed to be
well-formed JSON data. Otherwise, it cannot be stored in such columns.