export/import database with data pump
Can I export the entire database and import it to a new database with new name? What restriction does the user have when I export the whole database? I assume that I don't need to shutdown the database to do export right? When import the dump file to new database, do I have to create the new database first or does the import will create the new database with the new name by itself? Please advice. Thank you very much.