|
数据库版本:11.2.0.1.0
os:redhat4
从adg做exp数据导出测试:
其中oradg为primary database ,exp_dgtest1指向物理standby database ,
物理dg状态如下:
SYS@dgtest1>select status from v$instance ;
STATUS
------------
OPEN
SYS@dgtest1>alter database recover managed standby database disconnect;
Database altered.
SYS@dgtest1>select db_unique_name,open_mode from v$database;
DB_UNIQUE_NAME OPEN_MODE
------------------------------ --------------------
dgtest1 READ ONLY WITH APPLY
下面为输出过程:
*oracle-oradg-/u02/backups/expdp>expdp system/password@oradg directory=expdp_oradg network_link=exp_dgtest1 tables=scott.t dumpfile=scott_t.dump logfile=full_standby.log
Export: Release 11.2.0.1.0 - Production on Fri Mar 28 08:30:52 2014
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Starting "SYSTEM"."SYS_EXPORT_TABLE_08": system/********@oradg directory=expdp_oradg network_link=exp_dgtest1 tables=scott.t dumpfile=scott_t.dump logfile=full_standby.log
Estimate in progress using BLOCKS method...
Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
ORA-39126: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS []
ORA-06502: PL/SQL: numeric or value error: character string buffer too small
ORA-06512: at "SYS.DBMS_METADATA", line 2625
ORA-06512: at "SYS.DBMS_METADATA", line 2668
ORA-06512: at "SYS.DBMS_METADATA", line 2974
ORA-06512: at "SYS.DBMS_METADATA", line 5161
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
ORA-06512: at "SYS.KUPW$WORKER", line 8159
----- PL/SQL Call Stack -----
object line object
handle number name
0x449cc794 19028 package body SYS.KUPW$WORKER
0x449cc794 8191 package body SYS.KUPW$WORKER
0x449cc794 12728 package body SYS.KUPW$WORKER
0x449cc794 2425 package body SYS.KUPW$WORKER
0x449cc794 8846 package body SYS.KUPW$WORKER
0x449cc794 1651 package body SYS.KUPW$WORKER
0x4484f3b4 2 anonymous block
Estimate in progress using BLOCKS method...
Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
ORA-39126: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS []
ORA-06502: PL/SQL: numeric or value error: character string buffer too small
ORA-06512: at "SYS.DBMS_METADATA", line 2625
ORA-06512: at "SYS.DBMS_METADATA", line 2668
ORA-06512: at "SYS.DBMS_METADATA", line 2974
ORA-06512: at "SYS.DBMS_METADATA", line 5161
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
ORA-06512: at "SYS.KUPW$WORKER", line 8159
----- PL/SQL Call Stack -----
object line object
handle number name
0x449cc794 19028 package body SYS.KUPW$WORKER
0x449cc794 8191 package body SYS.KUPW$WORKER
0x449cc794 12728 package body SYS.KUPW$WORKER
0x449cc794 2425 package body SYS.KUPW$WORKER
0x449cc794 8846 package body SYS.KUPW$WORKER
0x449cc794 1651 package body SYS.KUPW$WORKER
0x4484f3b4 2 anonymous block
Job "SYSTEM"."SYS_EXPORT_TABLE_08" stopped due to fatal error at 08:31:32
|
|