OBLOADER & OBDUMPER are provided in a software package. You can run the tools after you decompress package on your host.
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 view the help 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