-
SDO_SRID use it or not?
Can someone explain to me what the (dis-) advantage is of setting the SDO_SRID to a specific spatial reference system compared to keep it at a NULL value. All the data that would be used have the same SDO_SRID value (90112)
Posted:
Jan 4 2008, 6:42 AM EST by
-
Java
or not. TopLink , Oracle's Java object relational mapping product (ORM, JPA, JAXB, SDO) Specs: JDBC : Java DataBase Connectivity
Keyword tags:
None
Last updated:
Jan 16 2008, 1:57 PM EST by
-
Mapviewer integrates with . . .
------------------------------------------------------------------------------------------ APEX - Oracle Application Express "How To" coming soon
Last updated:
Jun 5 2008, 10:46 AM EDT by
-
TopLink
effectively than other JPA implementations. TopLink 11g also supports object XML mapping ( JAXB ), EIS persistence through JCA, and SDO
Keyword tags:
None
Last updated:
Jan 23 2008, 9:11 AM EST by
-
Spatial
Oracle "Spatial" is the Oracle Database Server capability to store all sorts of "Location"-data. Why is spatial so cool ? It is fairly easy to "location-enable"
Last updated:
Nov 30 2007, 1:32 PM EST by
-
SOA Publications Wiki
, ETL, CEP, SCO, SDO, JCA, JBI, GRID, XTP und TPM - alles klar?!? Alles halb so wild ;-). Greifen Sie zu dem Band "Integration Architecture Blueprints
Last updated:
Sep 24 2009, 12:17 PM EDT by
-
TopLink FAQ
SDO Database Webservices BPEL (database adapter)
Last updated:
Jan 16 2008, 2:59 PM EST by
-
Not working spatial index
Hello,
i work with Oracle 9i, i need to make geographic database. I made tables, metadata, and insert date in these tables, but there is a problem with Index. I have a following error: CREATE INDEX FIN1_EZERI ON TBL1_EZERI (GEOM) INDEXTYPE IS MDSYS.SPATIAL_INDEX PARAMETERS('SDO_LEVEL=6');
ERROR at line 1: ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine ORA-13249: internal error in Spatial index: [mdidxrbd] ORA-13249: Error in Spatial index: index build failed ORA-13206: internal error [Tessellate] while creating the spatial index ORA-13249: Error in spatial index: [mdpridxtessellate] ORA-13200: internal error [ROWID:AAAHZzAABAAAMViAAA] in spatial indexing. ORA-13206: internal error [] while creating the spatial index ORA-13369: Invalid value for etype in the 4 digit format ORA-06512: at "MDSYS.SDO_INDEX_METHOD_9I", line 7 ORA-06512: at line 1
How to fix it?
Posted:
Oct 13 2008, 4:59 PM EDT by
-
MAPBUILDER : ERROR on importing georaster image data
im trying to import georeferenced image data (image file: jpeg, world file: jgw), but i get the following exception:
FATAL: Exception: Non supported character set (add orai18n.jar to Classpath) : oracle-character-set-46" (see full stack trace below).
i use database 10.2.0.3 with character set WE8ISO8859P15
tried also with 'java -classpath orai18n.jar -jar mapbuilder.jar' and the orai18n.jar in the same directory as the mapbuilder.jar but same exception
during the import procedure i get the follwoing trace on the console:
02.12.2008 09:25:36 oracle.mapviewer.builder.style.StyleManager loadStyles INFO: Query to load Sytles: select * from all_sdo_styles where owner = :1 order by type desc, name asc (user- MVDEMO), ( type- null) 02.12.2008 09:25:36 oracle.mapviewer.builder.style.StyleManager loadStyles INFO: Loading styles for user: mvdemo ... Error: Could not find mediaLib accelerator wrapper classes. Continuing in pure Java mode. Occurs in: com.sun.media.jai.mlib.MediaLibAccessor java.lang.NoClassDefFoundError: com/sun/medialib/mlib/Image at com.sun.media.jai.mlib.MediaLibAccessor$1.run(MediaLibAccessor.java:248) at java.security.AccessController.doPrivileged(Native Method) at com.sun.media.jai.mlib.MediaLibAccessor.setUseMlib(MediaLibAccessor.java:245) at com.sun.media.jai.mlib.MediaLibAccessor.useMlib(MediaLibAccessor.java:177) ... at oracle.mapviewer.builder.wizard.importimage.ImportImageWizard$ImportImageThread.run(ImportImageWizard.java:57 4) Caused by: java.lang.ClassNotFoundException: com.sun.medialib.mlib.Image at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) ... at java.lang.ClassLoader.loadClassInternal(Unknown Source) ... 24 more
any ideas ?
Keyword tags:
None
Posted:
Dec 3 2008, 3:58 AM EST by
|
|