User 4140faeba5
14-07-2005 06:18:53
Hi.
Trying to create a domain index of jchem.jc_idxtype on a clob column results in ORA-1031.
SQL> desc temp;
Name Null? Type
----------------------------------------- -------- ----------------------------
COMPOUND_ID VARCHAR2(50)
MOLFILE CLOB
SQL> create index idx_temp_molfile on temp(molfile) indextype is jchem.jc_idxtype;
create index idx_temp_molfile on temp(molfile) indextype is jchem.jc_idxtype
*
ERROR at line 1:
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-29532: Java call terminated by uncaught Java exception:
java.lang.Exception: The following exception has been thrown by the servlet:
Exception: ORA-01031: insufficient privileges
ORA-06512: at "JCHEM.JCHEM_CORE_PKG", line 0
ORA-06512: at "JCHEM.JC_IDXTYPE_IM", line 16
Why ?
/Mikael
Trying to create a domain index of jchem.jc_idxtype on a clob column results in ORA-1031.
SQL> desc temp;
Name Null? Type
----------------------------------------- -------- ----------------------------
COMPOUND_ID VARCHAR2(50)
MOLFILE CLOB
SQL> create index idx_temp_molfile on temp(molfile) indextype is jchem.jc_idxtype;
create index idx_temp_molfile on temp(molfile) indextype is jchem.jc_idxtype
*
ERROR at line 1:
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-29532: Java call terminated by uncaught Java exception:
java.lang.Exception: The following exception has been thrown by the servlet:
Exception: ORA-01031: insufficient privileges
ORA-06512: at "JCHEM.JCHEM_CORE_PKG", line 0
ORA-06512: at "JCHEM.JC_IDXTYPE_IM", line 16
Why ?
/Mikael