|
POST
|
OK. I need someone else help to get this info. Here it is. Let me know if you need additional details ArcSDE 10.0 for Oracle10g Build 2004 Fri Jan 13 11:45:40 2012 Attribute Administration Utility ----------------------------------------------------- Created by layer gen ---------------------------------------------------------------- Table Owner : PROJECT_SCHEMA Table Name : TABLE1_ Registration Id : 7 Row ID Column : ID Row ID Column Type : User Maintained Row Lock : Minimum Row ID : Dependent Objects : Layer Registration Date : Sun Sep 25 20:13:28 2011 Config. Keyword : DEFAULTS User Privileges : SELECT, UPDATE, INSERT, DELETE Visibility : Visible
... View more
05-19-2014
11:23 AM
|
1
|
0
|
2843
|
|
POST
|
ArcSDE 10.0 for Oracle10g Build 2004 Fri Jan 13 11:45:40 2012 Layer Administration Utility ----------------------------------------------------- Layer Description ....: Created by layer gen Table Owner ..........: PROJECT_SCHEMA Table Name ...........: TABLE1_ Spatial Column .......: SHAPE Layer Id .............: 2 SRID .................: 2 Auth SRID.............: 2 Minimum Shape Id .....: 1 Offset ...............: falsex: -180.000000 falsey: -90.000000 System Units .........: 1000000.000000 Z Offset..............: -100000.000000 Z Units ..............: 10000.000000 Measure Offset .......: -100000.000000 Measure Units ........: 10000.000000 XY Cluster Tolerance .: 0.0 Z Cluster Tolerance .: 0.0 M Cluster Tolerance .: 0.0 Spatial Index ........: parameter: SPIDX_GRID,GRID0=0.4163038,FULL exist: Yes array form: 0.4163038,0,0 Layer Envelope .......: minx: -155.92042, miny: -27.33888 maxx: 25.56671, maxy: 73.00019 Entities .............: na3+M Layer Type ...........: Extended SQL Type/ST_GEOMETRY Creation Date ........: Sun Sep 25 20:13:28 2011 I/O Mode .............: NORMAL Autolocking ..........: Enabled Precision.............: High User Privileges ......: SELECT, UPDATE, INSERT, DELETE Coordinate System ....: GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.01745329251994 33]] Layer Configuration ..: DEFAULTS
... View more
05-19-2014
10:54 AM
|
1
|
0
|
2843
|
|
POST
|
Vince: I am only migrating the source code to ArcGIS 10.2. The underlying database is same. Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit. I will provide you sdetable report shortly. FYI, a) when I insert a record using ArcGIS 10.0, it was successful. b) For code migration I have changed instance property name in IpropertySet parameter.
... View more
05-19-2014
08:10 AM
|
1
|
0
|
2843
|
|
POST
|
Hi All, I am in process of upgrading my project (Arcobjects) code from ArcGIS 10 to 10.2. During this process one my functionality where data (geometry) is inserted to SDE Feature class (not registered as versioned) has been failed with below message The current table does not have an SDE-maintained row_id column [SCHEMA.TABLE_1]. This was perfectly working in 10.0. Only change I have done during the migration process is Connection property INSTANCE name has been changed. I have could able to connect Database : Oracle 10.2.2 running on Linux box. featureBuffer.set_Value(insertUserIndex, insertUser); featureBuffer.set_Value(index, "Type1"); featureBuffer.set_Value(versionIndex, "1"); featureBuffer.set_Value(nameIndex, shapeName); featureBuffer.set_Value(originalSourceIndex, "Project"); featureBuffer.set_Value(sourceIndex, "Project"); featureBuffer.set_Value(insertDateIndex, DateTime.Now); id = Convert.ToInt64(featureCursor.InsertFeature(featureBuffer)); // Code fails here.
... View more
05-19-2014
07:49 AM
|
0
|
8
|
5971
|
|
POST
|
Marco Can you explain difference between Oracle instant client and regular oracle client software which comes with Oracle installer?. As said, I have installed oracle client (64 and 32bit) and set a PATH variable as ESRI specified. Still am struggling to get the result.
... View more
05-05-2014
11:28 AM
|
0
|
0
|
565
|
|
POST
|
Vince, Thanks for your reply. Does instant client work in both 32bit and 64 bit? .I want to connect to oracle using .NET (programmetically) in custom Geoprocessing tool which is registered with ArcGIS 10.2 (32bit) and ArcGIS server 10.2 which is 64bit. When I use Oracle.DataAccess.dll there is an compatibility issue between ArcGIS desktop, Server and Oracle libaries. Please throw some light on this. Thanks again.
... View more
05-01-2014
07:36 PM
|
0
|
0
|
1035
|
|
POST
|
Here is the orginal problem http://forums.arcgis.com/threads/105848-Error-The-type-initializer-for-Oracle.DataAccess.Client.OracleConnection-thrown?p=377520#post377520 I dont want to go into this again, because I would like to find alternative way to connect to database instead of oracle.dataaccess libraries
... View more
05-01-2014
01:16 PM
|
0
|
0
|
1035
|
|
POST
|
Hi: I would like to know the other options to connect oracle database (10g) without using oracle client. At present we are using ODP.NET (Oracle.DataAccess.dll) to connect to oracle to fetch/insert/update. I don't want to use oracle libraries any more because of oracle 32 /64 bit issues in 10.2. Please provide me other list of options. Please throw some light on this.
... View more
05-01-2014
12:59 PM
|
0
|
5
|
2452
|
|
POST
|
Hi I am developing custom geoprocessing tool (class-library project) on ArcGIS 10.2. This project uses Oracle.DatAccess from C:\Oracle\product\10.2.0\client_32\ODP.NET\bin\1.x . This is a simple tool which queries oracle 10g database and returns a distinct records from a table. This tool is working fine from tool box but when this tool is published in REST, it throws Oracle type initialize exception on line Connection = new OracleConnection(constr); ArcGIS server 10.2, Visual Studio 2012. Server: Windows 2012 64bit OS Oracle client : installed both oracle 32 and oracle 64bit (C:\oracle\product\10.2.0\Client_32, C:\oracle\product\10.2.0\Client_64) PATH: c:\oracle\product\10.2.0\client_64\bin;c:\oracle\product\10.2.0\client_32\bin; Any clues on this?
... View more
04-02-2014
09:29 AM
|
0
|
2
|
1724
|
|
POST
|
I am facing same issue in ArcGIS server 10.2. When the model is run from extracted .rlt file it works fine. When I test from REST it throws an error mesage tool is not valid. ArcGIS server log also displays same message. Any clue on this?
... View more
03-26-2014
03:25 PM
|
0
|
0
|
897
|
|
POST
|
All, I am scared of reading all the threads. We have developed custom geoprocessing tools using ArcObjects by extending Geoprocessing framework. We have 70+ tools with wide variety of inputs. This tool box has been published as Geoprocessing service in ArcGIS Server 10.0. This was simple and straightforward exercise. But I dont think this can be done easily in ArcGIS Server 10.2 version. I am still figuring out the way to achieve this. if any one has some experience please point me on this. Our plan to migrate to 10.2 is mainly depend on this. I cannot run a each tool and generate a result and share them as service is NOt possible, because every tool input might be different based on work flow. I dont see this as a alternative. Please throw some light on this.
... View more
03-13-2014
03:01 PM
|
0
|
0
|
1412
|
|
POST
|
HI Shaun, We are also facing similar kind of issue, did you got any information or updates on this problem
... View more
12-16-2013
04:39 PM
|
0
|
0
|
1670
|
|
POST
|
Thanks for your response. I don't think your solution may not be helpful at this moment. Among 100 layers, 97 layers are culture layers they do not change much. My application is not much of editing rather than reading the data from SDE and processing shapes using Geoprocessing Tools.
... View more
11-20-2013
08:39 AM
|
0
|
0
|
593
|
|
POST
|
ESRI Agreed this as a defect in 10.0. Bug #NIM093472 Aggregate Polygons tool eliminates interior holes that consist of only three vertices.
... View more
07-30-2013
11:12 AM
|
0
|
0
|
659
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-13-2020 11:23 AM | |
| 1 | 02-25-2019 01:00 PM | |
| 1 | 04-29-2021 08:33 AM | |
| 1 | 04-12-2018 02:50 PM | |
| 1 | 05-19-2014 11:23 AM |
| Online Status |
Offline
|
| Date Last Visited |
07-25-2022
11:27 AM
|