Alright,
I have a view that contains some numbers, varchar2s, dates, clobs and a SDO_GEOMETRY type with SRID 4326.
It is properly registered with user_sdo_geom_metadata. with a DIM array ('longitude',-180,180)('latitude',-90,90)
Everything at the oracle side works great (loading, etc).
I am now trying to register it with ArcSDE so ArcGIS Desktop clients can use the data.
I can see it in the layer list in ArcGIS Desktop as a table. When i right click -> Properties i get "Failed to edit the selected objects(s). Abstract Data Types not supported[FEED.TESTSHAPE][STATE_ID=0]
When i try to right click -> Register with geodatabase i get "Abstract Data Types not supported[FEED.TESTSHAPE][STATE_ID=0]"
Looking at the SDE.LAYERS and SDE.GDB tables its definitely not registered.
Trying sdetable -o register just changes the error to "Abstract column not found[FEED.TESTSHAPE][STATE_ID=0]"
Trying sdelayer -o register doesn't work:
sdelayer -o register -l TESTSHAPE,SHAPE -e np+ -C ID,USER -u feed
ArcSDE 9.3.1 for Oracle11g Build 2784 Tue Oct 27 10:51:14 2009
Layer Administration Utility
-----------------------------------------------------
Error: Coordref or Layer precision not OK for requested operation (-375).
Error: Cannot Create Layer.
is there ArcSDE 9.3 sdelayer documentation anywhere? The only version i can find is the ArcSDE 9.1 documentation.