Oracle Database Schema Clone
If the user is using Oracle as the meta data repository, then follow these instructions:
- Login as oracle OS level user to Source instance.
- Use the exp utility and follow the screen to take the backup of xxsplash schema.
.
- Copy the xxsplash.dmp file to target instance.
- Login as Oracle OS level user to target instance.
- To restore the xxsplash database schema oracle database should be installed with xxsplash database user.
- Use imp utility to restore the database and follow the screen.