The contents are of my own testing and deployments. Not guaranteed that these might work in your environment. Please test before usage.
In this blog, I will teach you how to take a particular schema backup in Linux environments using the Expdp utility.
Step1:logon to the server
Step2:check all mount points which location you are going to export
[oracle@oracle backup]$ df -h /u01/schema/backup
Filesystem Size Used Avail Use% Mounted on
/dev/sda5 53G 13G 40G 25% /u01
Step 3:find the directory else create the directory
Step4:Run the below cmd os level
expdp directory=schema dumpfile=schema.dmp logfile=schemas.log schemas=scott
0 Comments