I have the following challenge: I have a large Oracle Database # 1 with 100 tables which are linked through one to many and many to many relationship.
I need to copy only certain rows from the main Oracle Database # 1 into a Oracle Database #2 which has the same data structure ( tables) but no data. Is there a tool that helps me automate the load process, taking into account the constraints that arise from one-many and many-many relationships.