User Tools

Site Tools


contrib:shp2ndm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
contrib:shp2ndm [2007/07/23 17:26] – import link sleleivacontrib:shp2ndm [2007/07/23 20:25] – fixed COMMIT; line between BEGIN END; sleleiva
Line 37: Line 37:
 EXECUTE SDO_TOPO_MAP.LOAD_TOPO_MAP('SHP_TABLE_MAP_CACHE', 'true'); EXECUTE SDO_TOPO_MAP.LOAD_TOPO_MAP('SHP_TABLE_MAP_CACHE', 'true');
  
--- copy/paste everything in one go between BEGIN and COMMIT; (including):+-- copy/paste everything in one go between BEGIN and termination line with symbol “/” (including):
 -- this one will demand a considerable amount of time -- this one will demand a considerable amount of time
 BEGIN BEGIN
Line 51: Line 51:
 END LOOP; END LOOP;
 END; END;
-COMMIT;+/
  
 -- commit topology changes -- commit topology changes