摘要:
1. 启动类加注解 @EnableScheduling org.springframework.scheduling.annotation.EnableScheduling2. 保证包被扫描到,可以加@ComponentScan(basepackage = {"com.java.test"}) im 阅读全文
摘要:
BEGIN execute immediate 'alter materialized view dblink.TEST_MV_COPY refresh force on demand start with sysdate next sysdate + 5/1440 '; --commit;end; 阅读全文