OBLOADER & OBDUMPER are provided in a software package. You can run the tools after you decompress package on your host.
Perform the following steps:
Go to OceanBase Download Center to download the tool package.
Decompress the package and go to the directory where the script resides.
# Windows cd {ob-loader-dumper}/bin/windows # Linux or macOS cd {ob-loader-dumper}/binRun the following command to run the tool to view the help information of the command-line options:
Run OBLOADER
# Windows call obloader.bat --help # Linux or macOS ./obloader --helpRun OBDUMPER
# Windows call obdumper.bat --help # Linux or macOS ./obdumper --help