|  | 
		Salam Sir
 
 every day i take expdp fine but today i face below error
 
 Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
 With the Partitioning, OLAP, Data Mining and Real Application Testing options
 
 UDE-31623: operation generated ORACLE error 31623
 ORA-31623: a job is not attached to this session via the specified handle
 ORA-06512: at "SYS.DBMS_DATAPUMP", line 3326
 ORA-06512: at "SYS.DBMS_DATAPUMP", line 4551
 ORA-06512: at line 1
 
 Google says change value 0
 
 i change to
 
 alter system set streams_pool_size=1024M scope=spfile sid='*';
 
 but still i can not expd
 
 pleas guide me
 |