Question

The error number from ArcObjects is: '-2147215875'

  • 21 February 2020
  • 1 reply
  • 19 views

Badge

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]}


1 reply

Badge

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