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 用户名; 

相关文章:

  • 2021-11-13
  • 2022-12-23
  • 2022-01-17
  • 2022-12-23
  • 2022-02-13
  • 2021-08-06
猜你喜欢
  • 2021-08-17
  • 2022-12-23
  • 2022-01-17
  • 2021-10-14
  • 2021-04-29
  • 2021-07-21
相关资源
相似解决方案