User 86810cf9fa
01-04-2008 10:51:56
Dear support,
I would like to create a MD table to store my pharmacophoric fingerprints. Here is the code I am using:
My problem is that I have got an ORA-01031: Insufficient priviledges. on createMDTable.
Could you please tell me which priviledges I need to create my table. I already set the CREATE TABLE priviledge but it is not enough.
Thank you very much.
Best regards,
Severine
I would like to create a MD table to store my pharmacophoric fingerprints. Here is the code I am using:
Code: |
generator.setConnectionHandler(connection); generator.setStructureTableName("MY_CSMOL"); generator.createMDTable("PF", "chemaxon.pharmacophore.PharmacophoreFingerprint", "", ""); generator.setDescriptor(0, "molecules.pfp", "PF", pfpConfig, ""); generator.init(); generator.run(); generator.close(); connCsmol.close(); |
My problem is that I have got an ORA-01031: Insufficient priviledges. on createMDTable.
Could you please tell me which priviledges I need to create my table. I already set the CREATE TABLE priviledge but it is not enough.
Thank you very much.
Best regards,
Severine