Oracle 刪除表名命名不合法的表

來源:互聯網
上載者:User

匯入資料庫由於編碼不一致 表名出現亂碼  而且刪不掉

Oracle 以數字開頭的表名 、表名裡出現非法字元的表都刪不掉

說是刪除不掉只是按常理出牌刪不掉

解決方案:

drop sequence "????_TIME$_SEQ";

drop sequence "????????_TIME$_SEQ";

drop sequence "ADDRESSListener_Seq";

drop sequence "HP????_TIME$_SEQ";

drop sequence "?????_TIME$_SEQ";

在出現非法字元的表名上添加雙引號照刪不誤。

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.