Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

component to connect to oracle Spatial ?

I need to connect to Oracle spatial in order to convert data in a new projection ?
I have just instaled SDI 4.2 but can't find any component to get the field who contains geometry (mdsys)
Thanks for your help

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hello,
You should use the Oracle component. Note that you need some Oracle Libs on your system to get things working correctly.
Regards,
Y.
_AnonymousUser
Specialist III
Specialist III

I new to Import Shape file data in my spacial Oracle DataBase with TOS 5.2.2 and SDI 5.2.1.
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 SDO_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 an idea?
Thanks