We believe software installation should be as simple as possible. That's why we've opted not to use traditional installers. Instead, we ship ready-to-run binaries directly to you.
Simply unpack the ZIP file (Windows) or TAR.GZ file (Linux) and OmniLoader is ready to use immediately. No complex setup. No configuration required.
Running an agent on a different machine is no more complex than copying binaries to the new machine and running a single executable file.
To launch Omni Loader in standalone mode, simply run the executable.
OmniLoader.exe
.OmniLoader
.Omni Loader includes a built-in web server that powers its browser-based user interface. To start it, you only need to specify one parameter: the port number you want the server to use.
For convenience, we provide a batch file (run-standalone.bat
) that automatically starts Omni Loader on the default port 5000. Once running, open your browser and go to http://localhost:5000
. You'll be greeted with a clean, modern interface that lets you configure and control every part of your database migration.
When you're finished, you can shut down Omni Loader by stopping the console process you started earlier.
Cluster Mode works much like Standalone Mode, but adds support for running multiple agents across different machines. In this setup, Omni Loader acts as the orchestrator, managing agents that handle the actual migration tasks.
You can run a single agent on the same machine as the orchestrator. However, running multiple agents on one machine won't improve performance. For best results, deploy agents across as many machines as you have available.
To run Omni Loader as an orchestrator is the same as running it in Standalone Mode, but you need to supply an additional --cluster
parameter.
To add agents on other machines:
OmniLoaderAgent.exe
on Windows or OmniLoaderAgent
on Linux.That's it. The agents will connect and begin participating in the migration process.
To run Omni Loader in Console Mode, simply supply the --job
parameter. This parameter should specify the full or relative path to the JSON job descriptor file. Omni Loader will run through the whole migration. After that, you can examine the logs to ensure that everything went as expected.
One of the log files is a detailed JSON log file that's designed for machine consumption.
Ready to get started?
We support over 20 databases at this point and are very likely to support yours. Take a look at the whole list on our databases page.
While other tools require time-consuming configuration or struggle with large datasets, Omni Loader delivers easy deployment and reliable performance for databases of any size.
Please contact us and we will discuss your needs.
We'll be happy to organize an Omni Loader demo for you. Please reach out using the form at Spectral Core with your work email address (not an anonymous one). Please note that Omni Loader is designed for clients with budgets of $30,000+ annually. For Full Convert demos, we recommend using the free trial instead, as Full Convert is positioned as a cost-effective, self-service tool.
Please write to sales@spectralcore.com.
We've found that email support at support@spectralcore.com provides the best experience for our global customer base spanning 100+ countries. Our developers can provide detailed technical guidance, share code snippets or screenshots when needed, and ensure nothing gets lost in translation across time zones.
For on-premises installation please contact us to obtain a license. Once you do, you will get native executables for Windows and Linux. Run as many agents as your license allows to scale to the perfomance levels you need.
Absolutely — that's the core functionality of Omni Loader.
CDC is available for Oracle, SQL Server, and MySQL/MariaDB source databases. All our relational target databases can ingest from our CDC-enabled sources.