ob如何查询数据库字符集

【 使用环境 】生产环境
【 OB or 其他组件 】ob
【 使用版本 】3.2.3企业版
【问题描述】无
【复现路径】无
【问题现象及影响】无
ob如何查询数据库字符集?
MySQL和Oracle模式分别怎么查

【附件】

mysql mode:

show variables like "%char%";
show variables like "%coll%";

oracle mode:

show variables like '%char%';
show variables like '%coll%';

1 个赞