【StarRocks版本】3.1.7
jdbc catalog时候无法使用show tables查看所有表信息,其它语句执行正常

试试 set global large_decimal_underlying_type = decimal ?
3赞
这样设置后,Oracle里的number类型会转换为DECIMAL(38,0),小数部分会丢失
哪个版本
【StarRocks版本】3.1.7
jdbc catalog时候无法使用show tables查看所有表信息,其它语句执行正常

试试 set global large_decimal_underlying_type = decimal ?
这样设置后,Oracle里的number类型会转换为DECIMAL(38,0),小数部分会丢失
哪个版本