ORA-27039 during external (datapump) table creation
Hi, I am trying to create external (datapump) table and receiving the following error:
ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
ORA-19510: failed to set size of 4294967295 blocks for file
"/yyy/data/dmp/xxx.dmp"
(blocksize=4096)
ORA-27039: create file failed, file size limit reached
Additional information: 2
ORA-06512: at "SYS.ORACLE_DATAPUMP", line 78.
The original table(as select from) is rather huge (more than 500 partitions). But the 'where condition' has "where rownum<2" and it"s fails... I tried to create other ext. tables (datapump) on the same directory - it is OK.
Any ideas?
0