I’m looking to copy a remote Oracle (19) database schema to a local database (Oracle 23 container in Docker)
I was exploring expdp but it only exports a db dump in the remote db’s file system. I’m looking for similar tool that lets me do something similar to sqldeveloper’s database copy tool but be able to run it from the command line so I can update my local db from the remote one