How to delete trigger in oracle that contain special character?

做~自己de王妃 提交于 2020-01-05 05:44:09

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!