Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Shape file and tOracleOutput issue

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

Labels (2)
1 Reply
Anonymous
Not applicable
Author

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.