Exporting Schema To DMP File and Importing It Into Other Oracle Database
Exporting Schema To DMP File and Importing It Into Other Oracle Database
Steps:
1. Connect to the source database as a sydba user
2. Finding the location of the DATA_PUMP_DIR
3. Exporting the schema to .dmp file
4. Copying the dump files to target database
5. Connect to the target database
6. Importing .dmp file.