Roxana,
I use the SQLCreator in FME to run SQL statements. This way is much faster and seems to be more reliable. The nice thing about using a SQL statement is you can review the results in TOAD, SQL Developer, etc. prior to running the extract in FME.
FME_SQL_DELIMITER ; --******************************************************** --Filename: GTechFME_Elec_Breaker.sql --Purpose: For use in SQL Extractor Transformer in FME --Author: --Date: 20141113 --******************************************************** Select b.G3E_FNO , b.G3E_FID , b.G3E_CNO , b.G3E_CID , round(GETELEMANGLE(feature.G3E_GEOMETRY)*(57.2958),2) Angle , to_char(SYSDATE, 'YYYYMMDD') as "ExtractDate" FROM pecoprod.b$breaker_pt feature , pecoprod.b$breaker_n b , pecoprod.b$common_n comm , PECOPROD.B$CONNECTIVITY_N conn Where comm.g3e_fid = feature.G3E_FID and feature.g3e_fid = b.G3E_FID and feature.g3e_fid = conn.G3E_FID and feature.ltt_id=0 and comm.ltt_id=0 and conn.ltt_id = 0 and b.ltt_id = 0 and comm.state = 'In Service';
Hi Roxana
Oracle Locator uses Oracle Spatial storage, so the correct reader is Oracle Spatial Object.
It might take some digging in to retrieve what you need from the structure in Locator, please open a support call.
Regards
Hi! I'm dealing with the same ERROR...
I'm trying to add an Interoperability Connection to an Oracle database(Oracle Locator) using Oracle Spatial Relational Format and I get this error:Error connecting to Oracle database: message was `ORA-01017: invalid username/password; logon denied'. (serverType=`ORACLE8', serverName=`instance/database', userName=`user', password=`***', dbname=`')
Otherwise, if I choose Oracle Spatial format, I manage to connect with the same user and password but the data I retreive is incomplete.
Does anyone encountered this problem?There is something that I'm missing?
Thank you!
R
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.