RAC建立DBlink並使用impdp抽取源庫資料
轉載於-->>
賦權並建立dblink
賦權並建立dblink
[oracle@zhongwc1 ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Mon Feb 4 10:26:45 2013
Copyright (c) 1982, 2011, . All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options
SQL> grant create database link to zwc;
Grant succeeded.
SQL> conn zwc/
Enter password:
Connected.
SQL> show user
USER is "ZWC"
SQL> select tname from tab;
no rows selected
create public database link ZWC
connect to zhongwc identified by zhongwc
using '(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.201)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = ZWC)
)
9 )';
Database link created.
SQL> select * from dual@zwc;
D
-
X
SQL> show user
USER is "ZWC"
SQL> select tname from tab;
no rows selected
SQL> select tname from tab@zwc;
TNAME
------------------------------
T_ZHONGWC
SQL> select count(*) from t_zhongwc;
select count(*) from t_zhongwc
*
ERROR at line 1:
ORA-00942: table or view does not exist
SQL> select count(*) from t_zhongwc@zwc;
COUNT(*)
----------
75453
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options
[oracle@zhongwc1 ~]$ impdp system/oracle network_link=zwc schemas=zhongwc remap_schema=zhongwc:zwc
Import: Release 11.2.0.3.0 - Production on Mon Feb 4 10:47:45 2013
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options
Starting "SYSTEM"."SYS_IMPORT_SCHEMA_01": system/******** network_link=zwc schemas=zhongwc remap_schema=zhongwc:zwc
Estimate in progress using BLOCKS method...
Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 9 MB
Processing object type SCHEMA_EXPORT/USER
ORA-31684: Object type USER:"ZWC" already exists
Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
Processing object type SCHEMA_EXPORT/ROLE_GRANT
Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
Processing object type SCHEMA_EXPORT/TABLE/TABLE
. . imported "ZWC"."T_ZHONGWC" 75453 rows
Job "SYSTEM"."SYS_IMPORT_SCHEMA_01" completed with 1 error(s) at 10:48:32
驗證
[oracle@zhongwc1 ~]$ sqlplus zwc
SQL*Plus: Release 11.2.0.3.0 Production on Mon Feb 4 10:50:09 2013
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Enter password:
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options
SQL> select count(*) from t_zhongwc@zwc;
COUNT(*)
----------
75453
SQL> select count(*) from t_zhongwc;
COUNT(*)
----------
75453
SQL> drop public database link zwc;
Database link dropped.
SQL> select count(*) from t_zhongwc@zwc;
select count(*) from t_zhongwc@zwc
*
ERROR at line 1:
ORA-02019: connection description for remote database not found
SQL> select count(*) from t_zhongwc;
COUNT(*)
----------
75453
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29119536/viewspace-1120455/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【IMPDP】使用IMPDP自動建立使用者並完成資料的匯入
- Oracle資料庫遷移之三:dblink+impdpOracle資料庫
- 使用impdp命令在不同例項間透過dblink同步資料庫資料庫
- oralce資料庫建立dblink連結資料庫
- dbca -silent建立rac資料庫資料庫
- rac 建立兩個資料庫資料庫
- RAC資料庫建立STANDBY(六)資料庫
- RAC資料庫建立STANDBY(五)資料庫
- RAC資料庫建立STANDBY(四)資料庫
- RAC資料庫建立STANDBY(三)資料庫
- RAC資料庫建立STANDBY(二)資料庫
- RAC資料庫建立STANDBY(一)資料庫
- 使用expdp、impdp遷移資料庫資料庫
- 源端停資料庫,抽取程式會abbend嗎?資料庫
- 使用RMAN duplicate 建立standby資料庫(RAC或單機)資料庫
- RMAN duplicate 建立standby RAC資料庫資料庫
- rac環境下使用impdp匯入資料出錯
- 10g 單機資料庫impdp 匯入RAC DB資料庫
- 建立一個連結到其他資料庫的DBLINK資料庫
- 使用資料泵(expdp、impdp)遷移資料庫流程資料庫
- 在異機上利用dblink做impdp資料匯入
- sqlite建立本地資料庫並插入資料SQLite資料庫
- 使用OEM管理RAC資料庫——RAC管理資料庫
- 關於ORACEL與異構資料庫之間建立dblink資料庫
- mysql建立使用者並且對資料庫授權MySql資料庫
- 用impdp同步資料庫資料庫
- 建立catalog並註冊資料庫資料庫
- 使用srvctl管理RAC資料庫資料庫
- 使用免費的Oracle雲服務-建立並使用ADW資料庫Oracle資料庫
- oracle資料庫的impdp,expdpOracle資料庫
- mogoose 建立資料庫並增刪改查Go資料庫
- oracle資料庫建立Squence序列並查詢Oracle資料庫
- 【DBLINK】不可使用 DBLINK在遠端資料庫上執行DDL類SQL資料庫SQL
- 2 Day DBA-使用DBCA建立和管理資料庫—使用DBCA建立資料庫資料庫
- 使用資料泵impdp匯入資料
- SQL Server :DBLINK建立及使用SQLServer
- 【BUILD_ORACLE】Oracle 19c RAC搭建(六)建立RAC資料庫UIOracle資料庫
- 使用RMAN建立Duplicate資料庫資料庫