Could someone tell me how to register a column as GlobalID using a script. First I create table in database with sql script.Next I register it as sdelayer -o register -l M_SIGN_INVENTORY,GEOM -u %USERID% -p %USERPASSWORD% -e 3npM -x 0,0,3048 -z 0,10000 -P HIGH -t SDO_GEOMETRY -G file=%CRSFILE%
My table has column [GLOBALID], how do I tell esri to use that column as GlobalID.If I use ArcCatalog and right click on my FeatureClass and select Add GlobalID it creates new column, [GLOBALID1].