Currently we have a batch file that creates feature classes. Is it possible to do the following :sdelayer -o register -l M_SIGN_INVENTORY,GEOM -C OBJECTID -u %USERID% -p %USERPASSWORD% -e 3npM -x 0,0,3048 -z 0,10000 -P HIGH -t SDO_GEOMETRY -G file=%CRSFILE%
in python script ?Initially I create a database table using sql create statement. Table is empty. It has indexes, including index on ObjecID and Spacial index.