Database connection problem

1. Connect to a Mysql database locally but need to use a table data from a remote Oracle database. How can you achieve this function?
(you cannot directly copy the table, because the table data in oracle is real-time changing Mysql also needs the latest data)

Jul.28,2021

it is easier to implement in the application layer than in the data layer


upper layer business code implementation is good, your operation is a bit coquettish

Menu