How to delete trigger in oracle that contain special character?
问题 I don't know why in the database there are 2 triggers with name crazy 'BIN$7cCqyWWLJxbgQAEPUFlF+g==$0', 'BIN$7cK199OiZ4jgQAEPUFkgKA==$0' and try DROP TRIGGER BIN$7cCqyWWLJxbgQAEPUFlF+g==$0; but I can't because the name have a '+' How Can delete these triggers?, i use oracle 10g 回答1: It's already dropped and in the recycle bin, which you can purge if you really need to. 来源: https://stackoverflow.com/questions/20669029/how-to-delete-trigger-in-oracle-that-contain-special-character