|
POST
|
Creating two replicas in one database instance would be possible with any of the other DBMSes supported with ArcSDE, but Oracle uses a differrent container model and cannot be used in this manner. If cost is the issue, you should look at using open-source PostgreSQL instead. - V
... View more
07-23-2010
03:08 AM
|
0
|
0
|
1049
|
|
POST
|
No, this is not possible. Multiple repositories require muliple Oracle instances. - V
... View more
07-22-2010
04:03 AM
|
0
|
0
|
1049
|
|
POST
|
Is your database 10g or 11g, or did you have this problem with both databases? I rarely use 'sdelayer' to create geometry columns. I wonder if the problem is more with 'sdelayer' than the underlying SE_layer_create API call. I'm also wondering if it has to do with the lack of coordinate reference information (no "-G" and "-x" [or "-R"]). What happens if you define a proper coordref? The 'sdelayer' command accepts a flag to register the rowid column during '-o add' -- what happens if you skip the 'sdetable -o alter_reg' and just add "-C objectid" to 'sdelayer -o add'? The objectid column is required to be NOT NULL -- what happens if you define it that way with 'sdetable -o create'? - V
... View more
07-21-2010
04:24 AM
|
0
|
0
|
1246
|
|
POST
|
A search with "ORA-01480" turned up this bug report. I avoided Oracle 10.2.0.4 and have moved on to 11g (11.1.0.7), and I haven't seen this problem. - V
... View more
07-20-2010
04:07 AM
|
0
|
0
|
1246
|
|
POST
|
Does the table exist in the database? Do references to the table exist in sde.SDE_LAYERS / sde.SDE_GEOMETRY_COLUMNS / sde.SDE_TABLE_REGISTRY / sde.SDE_COLUMN_REGISTRY ? Does a reference to the table exist in sde.GDB_OBJECTCLASSES? Do any references to the (former) objectclassid from gdb_objectclasses exist in any of the other GDB tables? Technically, Tech Support should be the proper source for direction to perform otherwise unsupported edits to geodatabase metadata, but if you are comfortable working without their direction (and have a valid current backup), you can try to clean up the metadata references yourself. Be sure to use the simplest corrective means possble (e.g., if the objectclass is missing, but SDE_* table references exist, use 'sdetable -o delete', not DROP TABLE [which would then break the SDE registry]). I did mention having a good backup, right? Be careful anyway, since a reflexive response of "Y" to an "Are you sure?" could cause even more work -- thus speaks experience! 🙂 - V
... View more
07-19-2010
12:05 PM
|
0
|
0
|
1367
|
|
POST
|
There isn't much of an issue using this for a simple feature class, but if you use versioning or complex behaviors in feature datasets you may run in issues. ArcSDE used to use simple sequences, but the performance was sufficiently slow with bulk loading that the current "sequence and pipe" mechanism replaced it. - V
... View more
07-17-2010
11:22 AM
|
0
|
0
|
738
|
|
POST
|
You can't do a partial upgrade. You need to upgrade all schemas, SDE first, before extracting into CPUed server. - V
... View more
07-15-2010
02:12 PM
|
0
|
0
|
1108
|
|
POST
|
ArcSDE has had a column registry for a while now, which captures the column types when the table is registered. Oracle is the only database which permits this sort of change, so there is no generic business process to support it. The supported process involves creating a temporary column, populating it, dropping the old column, then adding the old name with the new type, copying from the temp column, and dropping the temp column (or just creating a new table with the new datatype and copying everything, which is far less destructive to table disk organization). IF your table is not versioned, and IF you're willing to take an unsupported (and medium risk) step you can try altering the column registry. I generally avoid this kind of thing, even though I'm unlikely to be burned by it. Be sure to change all the relevant properties -- the SDE_TYPE values are published in both the Client SDK and online documentation (SE_FLOAT32_TYPE is 3) -- and be sure to limit your UPDATE statement to a single row. - V
... View more
07-15-2010
11:24 AM
|
0
|
0
|
1540
|
|
POST
|
The three user schemas are all bound to a single instance; you need to move everything. - V
... View more
07-15-2010
04:00 AM
|
0
|
0
|
1108
|
|
POST
|
There were structural changes to ArcSDE geodatabases between 9.4 Beta1 and 10.0 final. It's probably not possible to read 9.4 beta geodatabases with anything but the corresponding ArcGIS beta release. - V
... View more
07-14-2010
01:51 PM
|
0
|
0
|
2738
|
|
POST
|
That's clever, but not all ArcSDE clients grab locks for each query, so you'll want to use the information generated by this approach carefully (certainly not for security auditing). - V
... View more
07-14-2010
07:04 AM
|
0
|
0
|
1054
|
|
POST
|
If ArcSDE works locally, then you shuld be looking for a networking issue, like a misconfigured firewall. - V
... View more
07-12-2010
08:35 AM
|
0
|
0
|
2455
|
|
POST
|
This can't be done. The closest you can come is to run multiple user instances with a single shared SDE repository. - V
... View more
07-12-2010
05:51 AM
|
0
|
0
|
611
|
|
POST
|
You *must* patch Oracle 10.2.0.1 if you want ArcSDE to function correctly. 10.2.0.1 is known to fail in many ways with ArcSDE and is not supported by ESRI for use with any ESRI product. 10.2.0.3 is the minimum supported release (you should apply the terminal CPU as well). You should always apply the terminal service pack for each ESRI release within a few months of distribution. 9.3sp1 is well over a year old, having been superceeded by 9.3.1, 9.3.1sp1, 9.3.1sp2 and 10.0. Once you apply the required patches, your ArcSDE instance is much more likely to be functional, but you'll still need to make sure that the attribute index statistics are current ("bouncing" the spatial index forces updates on the other indexes as well). - V
... View more
07-12-2010
05:46 AM
|
0
|
0
|
1023
|
|
POST
|
What database are you using? What release and patch level? What version of ArcSDE are you using? What service pack and/or patches have you applied? What geometry storage method are you using? Do you rebuild index statistics regularly after your attribute updates? It's likely that spatial index reconstruction is masking your actual problem, and is unrelated to your best solution. - V
... View more
07-11-2010
03:41 PM
|
0
|
0
|
1023
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 03-27-2026 12:04 PM | |
| 1 | 02-25-2026 07:30 PM | |
| 2 | 10-10-2025 07:28 AM | |
| 2 | 10-07-2025 11:00 AM | |
| 1 | 08-13-2025 07:10 AM |