(Or to Bulk Insert features to a feature table)
This only works if you are using Oracle/MS SQL geometry types (where the shape field is not an integer but an actual shape).
I always thought that for copying more than one row of feature data I will need to use ArcCatalog, for one row I usually hard coded the OBJECTID field and hoped that the next person using ArcCatalog won’t hate my guts…
Well last week I needed to duplicate rows in a feature table and found this link, and even though it says ArcSDE 9.3.1 as the latest version it works on version 10.
Use:
To find the registration number of the feature table, for example 21.
To find the next available ObjectId:
To copy the rows of Table_Name (for example: from type 1 to type 2):
And that's it.