【 使用环境 】 测试环境
【 OB or 其他组件 】
【 使用版本 】oma-3.4.0
【问题描述】启动报空指针
【复现路径】
sh bin/start.sh \
任务的名称,可以随意取值
–name test \
分析模式
–mode ANALYZE \
您也可以设置为 MYBATIS 或 IBATIS
–from-type TEXT \
评估方式
–evaluate-mode SOURCE_TARGET \
文件的路径
–source-file “/Users/longwenzi/dev/code/alipayplus_blackbox_applications/apdbconfig/ddl/baseline/supergw09_dump_ddl.sql” \
源端数据库的类型
–source-db-type MYSQL \
源端数据库的版本
–source-db-version 5.7 \
需要评估的 Schema
–schemas DEFAULT \
目标端数据库的类型
–target-db-type OBMYSQL \
目标端数据库的版本
–target-db-version 2.2.x \
评估任务的并行数
–process-thread-count 5
【问题现象及影响】
【附件】