Summary: This tutorial will teach you how to take a particular tablespace in the Oracle DB.
1)Connect the Oracle database and confirm which tablespace you will export.
2)Fine the size of the tablespace and verify the mount point.
3)we are going to take USERS tablespaces.
PS C:\Users\priya> expdp dumpfile=user.dmp logfile=user.log tablespaces=USERS;
4)Verifed the logs there are no issues were found. since we are done.
Thanks
Rameshbabu DBA
0 Comments