04 2024 档案
摘要:问题1 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jobConfParser' defined in class path resource [com/cxytian
阅读全文
摘要:1. 查询所有的分区表 SELECT * FROM DBA_TAB_PARTITIONS ; 2. 创建分区 alter table {TABLE_NAME} add partition SYS_P202403 values less than (TO_DATE('2024-03-01 00:00:
阅读全文