1.查看存储过程编译无效的原因

show errors procedure hr.getperson;

 

2.指定一个存储过程进行编译

alter procedure  hr.getperson compile;

 

相关文章:

  • 2022-12-23
  • 2021-07-11
  • 2021-06-25
  • 2022-01-17
  • 2022-12-23
  • 2021-06-05
  • 2022-02-23
猜你喜欢
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2021-10-16
  • 2022-12-23
相关资源
相似解决方案