Походу и с дблинком мне не суждено самому разобраться (( Настроил dblink public
C:\Oracle\product\11.2_DB\BIN>sqlplus /nolog
SQL*Plus: Release 11.2.0.1.0 Production on Пт Апр 11 09:50:19 2014
Copyright (c) 1982, 2010, Oracle. All rights reserved.
SQL> conn sys/qqq@demo as sysdba
Соединено.
SQL> GRANT ALL ON DIRECTORY DATAPUMP_DIR to SYSTEM;
Привилегии предоставлены.
SQL> exit
Отсоединено от Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
C:\Oracle\product\11.2_DB\BIN>impdp system/qqq@demo directory=DPUMP_DIR schemas=SUPERMAG network_link=DEMO1 table_exists_action=replace LOGFILE=impdp.log paralle
Import: Release 11.2.0.1.0 - Production on Пт Апр 11 09:51:10 2014
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
Соединен с: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORA-39002: недопустимая операция
ORA-39070: Невозможно открыть файл журнала.
ORA-39087: имя каталога DPUMP_DIR является недопустимым
C:\Oracle\product\11.2_DB\BIN>sqlplus /nolog
SQL*Plus: Release 11.2.0.1.0 Production on Пт Апр 11 09:56:59 2014
Copyright (c) 1982, 2010, Oracle. All rights reserved.
SQL> conn sys/qqq@demo1 as sysdba
Соединено.
SQL> create or replace directory DATAPUMP_DIR as 'c:\DMP';
Каталог создан.
SQL> GRANT ALL ON DIRECTORY DATAPUMP_DIR to SYSTEM;
Привилегии предоставлены.
SQL> exit
Отсоединено от Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
C:\Oracle\product\11.2_DB\BIN>impdp system/qqq@demo directory=DPUMP_DIR schemas=SUPERMAG network_link=DEMO1 table_exists_action=replace LOGFILE=impdp.log paralle
Import: Release 11.2.0.1.0 - Production on Пт Апр 11 09:57:42 2014
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
Соединен с: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORA-39002: недопустимая операция
ORA-39070: Невозможно открыть файл журнала.
ORA-39087: имя каталога DPUMP_DIR является недопустимым
C:\Oracle\product\11.2_DB\BIN>