Bug
Bug ID Number | NIM045835 |
---|---|
Submitted | June 9, 2009 |
Last Modified | April 2, 2025 |
Applies to | ArcSDE/Enterprise Geodatabase |
Version found | 9.3.1 |
Operating System | Windows OS |
Operating System Version | XP |
Version Fixed | 10.1 |
Status | Fixed |
Code:
DECLARE
v_registation_id number(8);
v_srid NUMBER(8);
BEGIN
SELECT registration_id INTO v_registation_id
FROM sde.table_registry
WHERE table_name = 'POLES';
SELECT srid INTO v_srid
FROM SDE.st_geometry_columns
WHERE (owner = USER AND table_name = 'POLES');
INSERT INTO roads (OBJECTID,LABEL,SHAPE) VALUES
(sde.version_user_ddl.next_row_id(USER, v_registation_id),
'ID_298',
sde.st_geometry('POINT ( 9689097.37142934 4423553.842365312)', v_srid));
COMMIT;
Code:
sdelayer -o alter -E calc -l poles,shape -i esri_sde -u username -p password
Bug ID: NIM045835
Software:
Get help from ArcGIS experts
Download the Esri Support App