oracle, create table, insufficient privileges

        SQL> exec pro_gz_day_report;  
        ORA-01031: insufficient privileges  
        ORA-06512: at "....", line 6  
        ORA-06512: at line 2    


限不足无法创建表,可以通过如下方案解决:

grant create any table to 用户名; 

posted @ 2016-03-10 21:17  emanlee  阅读(767)  评论(0编辑  收藏  举报