Рет қаралды 1,006
How to export schema using Oracle Data Pump
In this quick demo, I'll explain to you the steps to export one schema called OE using expdp utility. Please note that you should already created a directory to hold the dump files and log files, using the following steps:
conn / as sysdba
create directory dp_for_oe as '/u01/app/oracle/admin/ORCL/dpdump';
grant read , write on directory dp_for_oe to oe;
For more similar content, please subscribe to my channel and visit my blog:
ahmedfattah.com