Does Toad 12.5 support creating Oracle text indexes? The UI for creating an index doesn’t have options for creating a text index. I looked in the help and I couldn’t find any mention of text indexes.
Example of command (taken from here)
CREATE INDEX idx_docs ON docs(text)
INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS
('FILTER CTXSYS.NULL_FILTER SECTION GROUP CTXSYS.HTML_SECTION_GROUP');
My expectation might be off on this one.
Thanks