Oracle Text provides different ways to store text directly in your table.
You can store documents in your text table in different ways.
You can store documents in one column using the DIRECT_DATASTORE
data storage type or over a number of columns using the MULTI_COLUMN_DATASTORE
type. When your text is stored over a number of columns, Oracle Text concatenates the columns into a virtual document for indexing.
You can also create master-detail relationships for your documents, where one document can be stored across a number of rows. To create master-detail index, use the DETAIL_DATASTORE
data storage type.
You can also store your text in a nested table using the NESTED_DATASTORE
type.
Oracle Text supports the indexing of the XMLType
datatype, which you use to store XML documents.