Download Helyx Components
Downloaded Helyx Package Contents
After downloading the Helyx Oracle to PostgreSQL Replication package from helyx.quobotic.com, extract the downloaded ZIP file before starting the installation and configuration process.
The extracted package contains the required Helyx executables, license files, and configuration files needed to configure and manage the replication environment.
Included Executables
The package includes the following executables:
- serverconfig — Used to configure and manage the Helyx replication environment.
- configservice — Used for Helyx configuration service operations.
- tabletorepl — Used to manage tables included in the replication process.
License File
The package also includes the Helyx license required for running the Helyx replication software.
Configuration Files
Several configuration files are included to define and manage the replication setup:
- publication.config — Contains the publication-side replication configuration.
- subscription.config — Contains the subscription-side replication configuration.
- tablelist.config — Contains the table list used for replication-related operations.
Verify Download Using SHA-256 Checksum
Each Helyx release downloaded from helyx.quobotic.comincludes the application ZIP file and a corresponding .sha256 checksum file.
Before extracting or installing the package, you should verify the downloaded ZIP file using the SHA-256 checksum. This confirms that the downloaded file has not been corrupted, modified, or incompletely transferred.
Verify the Package
Place both the downloaded ZIP file and its corresponding .sha256 file in the same directory. Then run the following command:
sha256sum -c helyx-ora2pg-v2.0-linux-x64.zip.sha256If the checksum matches successfully, the output will display:
helyx-ora2pg-v2.0-linux-x64.zip: OK