User 325f2762fd
24-04-2008 12:04:02
We are getting this error when trying rebuild domain index which uses jchem in another database on the same machine. This works perfectly fine in other database on the same machine.
The question here is how JchemServer handles multiple oracle instances on the same server?
CREATE INDEX CCDIII.IXJC_SALT_SMILES ON CCDIII.SALT_SOLVATE_DICTIONARY
(SALT_SOLVATE_SMILES)
INDEXTYPE IS JCHEM.JC_IDXTYPE
PARAMETERS('TABLESPACE=Indx_CCDIII')
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-29532: Java call terminated by uncaught Java exception: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.RemoteException: ORA-00955: name is already used by an existing object
ORA-06512: at "JCHEM.JCHEM_CORE_PKG", line 64
ORA-06512: at "JCHEM.JC_IDXTYPE_IM", line 17
The question here is how JchemServer handles multiple oracle instances on the same server?
CREATE INDEX CCDIII.IXJC_SALT_SMILES ON CCDIII.SALT_SOLVATE_DICTIONARY
(SALT_SOLVATE_SMILES)
INDEXTYPE IS JCHEM.JC_IDXTYPE
PARAMETERS('TABLESPACE=Indx_CCDIII')
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-29532: Java call terminated by uncaught Java exception: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.RemoteException: ORA-00955: name is already used by an existing object
ORA-06512: at "JCHEM.JCHEM_CORE_PKG", line 64
ORA-06512: at "JCHEM.JC_IDXTYPE_IM", line 17