Download OBLOADER & OBDUMPER

2025-04-23 03:40:22  Updated

OBLOADER & OBDUMPER are provided in a software package. You can run the tools after you decompress package on your host.

Perform the following steps:

  1. Go to OceanBase Download Center to download the tool package.

  2. 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}/bin
    
  3. Run 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 --help
      
    • Run OBDUMPER

      # Windows
      call obdumper.bat --help
      
      # Linux or macOS
      ./OBDUMPER --help
      

Contact Us