I created a table in our DB2 database,
Then I tried to drop the table I had just created.... and I can't drop it, I get a deadlock error!!!
How can I get a deadlock error for trying to drop a table that I have just created??? No one is using this table! I just created it and tried to drop it.
I don't understand deadlock errors in DB2 - why on earth would I get a deadlock error for doing this??