expdp scott/scott dumpfile=scott.dmp direcotry=filepath schemas=scott
刘保松:
CONNECT system/manager
CREATE OR REPLACE DIRECTORY expdir AS ‘d:\exp’;
GRANT read,write ON DIRECTORY expdir TO public;
expdp scott/scott dumpfile=scott.dmp direcotry=filepath schemas=scott
刘保松:
CONNECT system/manager
CREATE OR REPLACE DIRECTORY expdir AS ‘d:\exp’;
GRANT read,write ON DIRECTORY expdir TO public;