begin
dbms_stats.unlock_table_stats(ownname => 'DM_MPAY',
tabname => 'PLAT_INFO');
end;

 

 

begin
dbms_stats.gather_table_stats(ownname => 'DM_MPAY',
tabname => 'PLAT_INFO');
end;

相关文章:

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