今天下午在上班的时候,碰到一个从来没有碰到过的问题, ORA-03117: 双工保存区域上溢,看到这个错误太茫然啦,后来在论坛上面找了一些资料关于这个错误的,在这里分享一下:
SQL> select * from v$version;
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi
PL/SQL Release 10.2.0.1.0 - Production
CORE 10.2.0.1.0 Production
TNS for 64-bit Windows: Version 10.2.0.1.0 - Production
NLSRTL Version 10.2.0.1.0 - Production
SQL> desc dbms_metadata.get_ddl;
ERROR:
ORA-03117: 双工保存区域上溢
1. 首先错误的产生
Errors ORA-03117
Symptoms
When describing a packge (with nested parameters) from the Windows client we recieve the error "ORA-03117: two-task save area overflow"。
当查看一个带有嵌套参数的包时,并且运行desc语句是在windows客户端,会接收到ORA-03117错误。
2. 产生的原因
Cause