Try suggestions made in the following KBhttp://resources.arcgis.com/content/kbase?fa=articleShow&d=34329
koraykey,Disabling that trigger will certainly avoid getting that error when versioning SDO_Geometry feature classes or creating multi-versioned views on feature classes that were versioned in previous releases. I'm not sure how Oracle would feel about having one of their triggers disabled though....In this case I will be very surprised if this helps as danarng said that they were using SDE.ST_GEOMETRY. So metadata isn't stored in the SDO_GEOM_METADATA views.danarng,It kind of sounds like there is a problem with the type when the SYS_TYPE function is called, so maybe having two dump files would actually solve the problem. If I were you I would open an incident with ESRI technical support. Something else that you could try, if you haven't already, is dropping the table indexes and disassociating any stats before you export the data. As for giving exp or imp a try, I think for ST_Geometry you have to use the expdp and impdp.Finally, here is a KB article with a number links to other known issues with import/export of ST_Geometry:http://resources.arcgis.com/content/kbase?fa=articleShow&d=34342Good luckTravis
I am having the same problem when exporting from 11g R2 and importing into another 11G R2 instance. The issue appears to be on import on 11G. I'm going to open a premium incident on this..
Thanks Vishal. I tried again using the method recommended above and got the same exact errors as before. Also, one of the errors listed in the KB is not the same as the one I'm getting. I get the first two it lists, but I don't get:ORA-39779: type "SDE"."ST_GEOMFROMTEXT" not found or conversion to latest version is not possible". Instead, I get the following (note the different function):ORA-00600: internal error code, arguments: [kpudpxcs_ctxConvertStream_ref_1], [SYS_TYPEID("SHAPE")], [], [], [], [], [], [], [], [], [], []So there is something different going on. What do you advise?
Patchhttp://resources.arcgis.com/content/patches-and-service-packs?fa=viewPatch&PID=66&MetaID=1793
After upgrade from ArcSDE 9.2 (Oracle 10.2 g) to ArcSDE 10.2.2 (Oracle 12c) there was problem by ST_GEOMETRY spatial index export with datapump. This script resolves the problem.
Thanks Tracie
Matjaz
There were a few issues in 11.2 related to datapump that you could be running into. This one looks like a possibility:
Technical Article #41252 - Problem: Importing an Oracle 11g R2 Data Pump file containing an ArcSDE 10.x geodatabase encounters Oracle errors ORA-31693, ORA-02354, ORA-00600
There is another mentioned here:
Technical Article #44687 - Index: Issues related to Oracle 11.2.0.3
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.