1
vote
0answers
30 views

How can I import data from an Oracle datapump into an empty Oracle SDE Geodatabase?

I have a SDE Geodatabase that contains empty layers created using ArcCatalog. I'd like to import data into those layers from a datapump of an Oracle database that has the same structure as the empty ...
0
votes
1answer
54 views

Is it possible to create an “Empty” version of an SDE database?

Is it possible to create an "Empty" version of an SDE database? I have a large default SDE database that I would like to create an empty version for a new project. By "Empty" version I am referring ...
5
votes
0answers
117 views

Applying schema changes on a esri geodatabase two-way replica set

I have an Esri geodatabase two-way replica set. I need to update the schema on both databases in the replica set. Esri describes doing this using ArcGIS schema tools (compare/export/import replica ...
1
vote
3answers
311 views

Convert Oracle schema to GeoDatabase using Direct Connect only

Either this is a gap in the documentation or I'm really missing something! I know that I can direct connect to an SDE GeoDatabase without needing ArcSDE to be installed on the database server, but I ...
2
votes
1answer
354 views

Where is the connection file used to connect to ArcSDE 10?

In ArcMap 10.0, how do I find where the connection file is that is being used to connect to ArcSDE 10 on Sql Server 2008? Some non administrative users are hooking up to SDE as the user 'sde' with db ...
3
votes
1answer
121 views

Has anyone been successful using the CAST function in ArcMap 10 with ArcSDE 10

I would like to use the CAST function in the definition query property of a layer and/or in the label class sql query window. This was the most promising link that I've found, including the two links ...
2
votes
1answer
141 views

deleted features not synchronizing in one-way geodatabase replication (ESRI)

I am testing three one way (SDE -> file GDB) replicas. Each replica is derived from a layer created by selection by location from a citywide road dataset, so that each of the three layers is ...
5
votes
1answer
159 views

Changes in synchronized replica not shown in ArcMap or ArcCatalog without refreshing

I am synchronizing a one-way replica in ArcEditor using Python. I tried adding RefreshActiveView and RefreshCatalog to the code, but I still need to refresh the synchronized database to see the ...
2
votes
1answer
446 views

create SDE feature class in MS SQL Server

Unfortunately I am totally dumb when it comes to programming, and very new to databases (mainly because I studied geography), so : I have a Microsoft SQL Database Server, and a ArcSDE geodatabase. I ...
1
vote
1answer
199 views

How to run “sdetable register” command in SQL Server?

I was planning to run "sdetable register" command to register a particular field as OID for an non-spatial table already created in a SDE database. I am with SQL Server 2008 R2. I tried to run the ...