Oscar Salvador Magallanes

Results 16 comments of Oscar Salvador Magallanes

Hello, ud20, This is a common error with Oracle with large tables. Check if you can make any of the recommendations listed on this website: [https://blog.enmotech.com/2018/09/10/ora-01555-snapshot-old-error-ways-to-avoid-ora-01555-snapshot-too-old-error/](https://blog.enmotech.com/2018/09/10/ora-01555-snapshot-old-error-ways-to-avoid-ora-01555-snapshot-too-old-error/) In parallel I am...

Thanks to you @ud20! I keep the issue open until I find a solution to this problem directly in ReplicaDB. Regards!

Hi @huangkai31, `--source-table` *support multiple tables separate with comma*. This is something I have been thinking about for some time. `--source-table` with wildcard, perhaps only valid for replicating complete schemas....

Hi @ssagar1804 I'm thinking about supporting all databases with JDBC drivers, creating the same interface for all of them. Since creating a connector for each database is a big effort,...

Hi @ssagar1804 There is a new release https://github.com/osalvador/ReplicaDB/releases/tag/v0.13.0 compatible with all JDBC-compliant databases. Regards!

Hi @cesardba We are working on this feature, at the moment, you can create script for multiple table replication, see this comment: https://github.com/osalvador/ReplicaDB/issues/27#issuecomment-862229297 . Also you can use environment variables...

Hi @asif-rashid, I have never used `cgwin`, but on Windows you should use the script `replicadb.cmd` instead of `replicadb` which is intended for linux. Regards!

Hi, maybe you can escape the single quote with a curly slash `\`. ``` sourceTable=\'tabSales Invoice\' ```

Hi @ScottChapman To open a new issue, please, follow the issue template: **Describe the bug** A clear and concise description of what the bug is, with verbose log. **To Reproduce**...