Oracle Text Index in apex.oraclecorp.com
Hi, I wanted to develop an application in apex.oraclecorp.com that uses Oracle Text Index.
How can I grant execution to package ctx_ddl? Are the text indexes creation allowed?
I´ve tried,
CTX_DDL.CREATE_INDEX_SET('spm_links_iset');
CTX_DDL.ADD_INDEX('spm_links_iset','name');
...
ORA-00900: invalid SQL statement .
Thanks, Ana