Hi ! I new to Import Shape file data in my spacial Oracle DataBase with TOS 5.4.0 and SDI 5.4.0. My configuration seems to be ok (sdoutil.jar and sdoapi.jar in lib folder) My job is simple : tShapeFileInput --Main--> TMap --out--> tOracleOutput In my tMap, I'm simply linking shape file geometry to Oracle table GEOMETRY column But I've this issue (traduced from french): readGeometry() method is undefined for ObjectInputStream type writeGeometry() method is undefined for ObjectInputStream type and geometryColumnToExtends cannot be resolved Have you any idea? Thanks
Hi, I found what I did wrong. geometryColumnToExtends needs "use spatial option" to be checked. And this option is available if "create table if not exit" is selected for table actions... readGeometry and writeGeometry functions are called when I put tMap option "Store temp data" to true for a lookup field.