Hi :
I am doing an export of a table that is 130 MB and has 5.6 million rows.. The export fails and I get errors that are related to something that is > 2gb filesize limit errors..

Also the error message mentions about a particular rownumber of a table. How can I see that row ??. .

exporting table VPCSRCEE
EXP-00015: error on row 3727036 of table VPCSRCEE, column VPC_TECH_KEY, datatype 2
EXP-00222:
System error message 28
EXP-00002: error in writing to export file
EXP-00002: error in writing to export file
EXP-00000: Export terminated unsuccessfully

SQL> select * from tabs where table_name='VPCSRCEE';

TABLE_NAME TABLESPACE_NAME
------------------------------ ------------------------------
CLUSTER_NAME PCT_FREE PCT_USED INI_TRANS MAX_TRANS
------------------------------ ---------- ---------- ---------- ----------
INITIAL_EXTENT NEXT_EXTENT MIN_EXTENTS MAX_EXTENTS PCT_INCREASE FREELISTS
-------------- ----------- ----------- ----------- ------------ ----------
FREELIST_GROUPS B NUM_ROWS BLOCKS EMPTY_BLOCKS AVG_SPACE CHAIN_CNT
--------------- - ---------- ---------- ------------ ---------- ----------
AVG_ROW_LEN DEGREE INSTANCES CACHE TABLE_LO
----------- ---------- ---------- ----- --------
VPCSRCEE LARGETBL
10 40 1 255
117964800 3276800 1 500 0 1

TABLE_NAME TABLESPACE_NAME
------------------------------ ------------------------------
CLUSTER_NAME PCT_FREE PCT_USED INI_TRANS MAX_TRANS
------------------------------ ---------- ---------- ---------- ----------
INITIAL_EXTENT NEXT_EXTENT MIN_EXTENTS MAX_EXTENTS PCT_INCREASE FREELISTS
-------------- ----------- ----------- ----------- ------------ ----------
FREELIST_GROUPS B NUM_ROWS BLOCKS EMPTY_BLOCKS AVG_SPACE CHAIN_CNT
--------------- - ---------- ---------- ------------ ---------- ----------
AVG_ROW_LEN DEGREE INSTANCES CACHE TABLE_LO
----------- ---------- ---------- ----- --------
1 N 5666328 15044 155 883 0
17 1 1 N ENABLED


Thanks, ST