As I try to load data into Oracle, I've encountered SQL*Loader-605: Non-data dependent ORACLE error occurred error.
Data is (are?) in .txt file and its size is 95GB.
Here are some more details about the error:
value used for ROWS parameter changed from 64 to 19
ORA-01653: unable to extend table M.ECZ by 8192 in tablespace USERS
SQL*Loader-605: Non-data dependent ORACLE error occurred -- load discontinued.
Specify SKIP=8351926 when continuing the load.
Table ECZ: 8351925 Rows successfully loaded. 0 Rows not loaded due to data errors. 0 Rows not loaded because all WHEN clauses were failed. 0 Rows not loaded because all fields were null.
Space allocated for bind array: 245100 bytes(19 rows) Read buffer bytes: 1048576
Total logical records skipped: 1
Total logical records rejected: 0
Total logical records discarded: 0
What do you advice? Thanks.