Hello
I'm running Oracle 18c XE database in CentOS 7 and like to export a specific schema in xepdb1 database.
This doesn't work as system is unable to recognise the schema in xepdb1 database. Any help much appreciated
expdp system/password123 schemas=accts_db directory=accts_bkup_dir dumpfile=accts_db.dmp logfile=accts_db.log
Thanks, SK