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 am going to teach you how to take full database 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
Step 3:find the directory else create the directory
Step4:Run the below command in OS level
expdp directory=ramesh dumpfile=fulldatabase.dmp logfile=fulldatabase.log full=y
0 Comments