oracle how to synchronize two large table data with sql statement to achieve
1, write a trigger, insert data in table a at the same time in table b insert.
2, write a stored procedure, write two insert statements, the data will be simultaneously inserted into table a and table b, in the program to call the stored procedure.