I can't solve the migration problem in django
I put the oracle db that I was currently developing with django and oracle into the db that impdp and distributed it. However, the distribution db has a different schema name from the development db, so it is not possible to properly migrate. Also, because I impdp, tables such as django migrations have also been handed over to the distribution db. How can I do the migration properly here? Also I want to impdp varoown/varoown99@varo directory=dump dumpfile=varolig_dump4.dmp remap_schema=varo:varoown transform=segment_attributes:n logfile=import.log I did an impdp with the following command And when I checked with python manage.py dbshell, I also checked that db is properly connected