Hi all, I'm trying to connect to an SDO Oracle DB using the OracleDataStore. Debugging I can see that the GTYPE of a SDO geometry is equal to 3. If I got it well it should instead be a number > 1000 because it should contain the number of dimension and the geometry type. So, when execution reaches line 2079 of org.geotools.data.oracle.sdo.SDO.java both D and L are equal to 0 so LEN is equal to 0, so ordinates.length % LEN gives a division by zero error. Is this a bug in the OracleDataStore or is a misconfiguration of the Oracle database??? I'm not an Oracle expert I don't have direct access to the Oracle instance (is owned and managed by a third party). If it's a misconfiguration, what should I tell them to fix it??? Thanks a lot to anybody who may help me!!!
Bye Paolo Rizzi AVVERTENZE AI SENSI DEL D. LGS. 196/2003 Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i, sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceveste questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema; costituisce comportamento contrario ai principi dettati dal D. Lgs. 196/2003 il trattenere il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse. ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
