SQL> grant read,write on directory dp to scott;
SQL> conn scott/tiger;
scott> select count(*) from tab;
oracle> expdp dumpfile=table.dmp logfile=table.log tables=emp,dept directory=dp
username : scott/tiger
scott> select count(*) from tab;
No comments:
Post a Comment