Skip to main content

I am trying to write data from GDB file into oracle database using SDE writer. Its giving below error

Could not unregister GlobalID column 'GLOBALID' in table TABLE_NAME. The error number from ArcObjects is: '-2147215875'. The error message from ArcObjects is: {Table is already locked [TABLE_NAME]}

Have you set it to drop the table (removing the table completely before creating a new one)? Could you try to truncate the table instead (emptying the table instead of removing it)?


Reply