Overview
Enable the source database logs and set up necessary database privileges before executing a pipeline task, for FineDataLink to synchronize real-time data by monitoring changes in the source database log. This article introduces the preparation required to use different databases.
Index
Database Privilege Assignment
Grant database users the necessary privileges to perform corresponding operations on the database before executing a pipeline task.
For instance, to create a schema in the target database with the same name as that in the source database when configuring a synchronization task, you must have the privilege to create schemas. The privilege-granting commands of databases may vary. See the database syntax for details.
Other Preparation
Some data sources require additional preparation work, including but not limited to enabling the source-end binlog and the database-level redo log.
The preparation work varies with databases. Refer to relevant documents to grant privileges.
Source Database | Document | Description |
---|---|---|
MySQL | MySQL Environment Preparation | Prepare the database environment before configuring a pipeline task, or the pipeline task will fail to function properly. |
SAP HANA | SAP HANA Environment Preparation | |
SQL Server | SQL Server Environment Preparation | |
IBM Db2 | IBM Db2 Environment Preparation | |
Oracle | ||
PostgreSQL |
