Hi Gurus,
Help please
: How can I specify NOLOGGING option? In the index command? In the attribute? What is the exact syntax if NOLOGGING is allowed at ctxsys.context?
Oracle version: 11.2.0.3.8
use the NOLOGGIN option of the create index command which is very simple to use at column indexes.
Which unclear to me how should I use in CREATE INDEX .. INDEXTYPE IS CTXSYS.CONTEXT command.
Following the CREATE INDEX command syntax seems oubvious - but it provides sytax error.
Maybe this is why CREATE INDEX .. INDEXTYPE IS CTXSYS.CONTEXT needs something different for options.
Thanks