dumper 导出时报错Dump failed! Error: You have an error in your SQL syntax; check the manual that corresponds to your OceanBase version for the right syntax to use near '.*'$') ORDER BY C.TABLE_NAME,C.ORDINAL_POSITION ASC' at line 1

【 使用环境 】生产环境
【 OB or 其他组件 】OB 4.1 CE ob-loader-dumper-4.2.1-RELEASE
【 使用版本 】
【问题描述】清晰明确描述问题
【复现路径】问题出现前后相关操作
【问题现象及影响】

D:\Software\ob-loader-dumper-4.2.1-RELEASE\bin\windows>obdumper.bat -h 172.16.11.103 -P 2881 -u test -p AbcD123**** -t fund -D kline --orc --table ‘’ --thread 10 -f kline_bak
2023-07-08 20:25:57 [INFO] Parsed args:
[–orc] true
[–file-path] kline_bak
[–thread] 10
[–host] 172.16.11.103
[–port] 2881
[–user] test
[–tenant] fund
[–password] ******
[–database] kline
[–sys-user] root
[–table] [’
’]

2023-07-08 20:25:57 [INFO] Load jdbc driver class: “com.oceanbase.jdbc.Driver” finished
2023-07-08 20:25:57 [ERROR] Dump failed! Error: You have an error in your SQL syntax; check the manual that corresponds to your OceanBase version for the right syntax to use near ‘.*’$’) ORDER BY C.TABLE_NAME,C.ORDINAL_POSITION ASC’ at line 1
2023-07-08 20:25:57 [ERROR] System exit 1

D:\Software\ob-loader-dumper-4.2.1-RELEASE\bin\windows>
【附件】

请OB牛人帮忙看看, 是不是我们命令用错了?谢谢了!

-u 用户名 -p 密码 -c 集群名 -t 租户名 -D 数据库名
如果密码有特殊字符,使用单引号括起来,如’ABC@123"’
不知道是否还需要root的密码。如果需要 则添加 --sys-password=‘safsdafsa@#@$’

问题解决了, 因为–table ‘*’ 换成–all 就解决了。

obdumper.bat -h 172.16.11.103 -P 2881 -u test -p AbcD123**** -t fund -D kline --orc --all --thread 10 -f kline_bak