Using 'imp' with Oracle 12c
Just created my first database in Oracle 12c. With prior versions from the command line I could enter 'imp system/passwd file=imp.dmp log=imp.log fromuser=nate touser=nate' and the import would happen. Now that I have a PDB I don't know how to tell import the name of the database. Any ideas?