SQL*Loader-2026: the load was aborted because SQL Loader can

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
om.ranjan
Participant
Posts: 13
Joined: Mon Jan 09, 2006 4:46 am

SQL*Loader-2026: the load was aborted because SQL Loader can

Post by om.ranjan »

Hi,

I have created a Job in DataStage to load data into a Target using ORACLE enterprise stage .( In source table has approx. 200 million of records)

The job is throwing below error message. .

ORA-01653: unable to extend table <schema_name.table_name>BK by 128 in tablespace D_UTMDM_1M_01

SQL*Loader-2026: the load was aborted because SQL Loader cannot continue.


0 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.

Date conversion cache disabled due to overflow (default size: 1000)


Could anyone please look into the issue? I'm not sure weather this issue related to ORACLE tablespace OR ????

Thanks,
Ranjan
RANJAN
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Well... it says right in the error that it is a (lack of) tablespace issue. :wink:

Take the problem to your DBA.
-craig

"You can never have too many knives" -- Logan Nine Fingers
nagarjuna
Premium Member
Premium Member
Posts: 533
Joined: Fri Jun 27, 2008 9:11 pm
Location: Chicago

Post by nagarjuna »

Speak to DBA ....
Nag
om.ranjan
Participant
Posts: 13
Joined: Mon Jan 09, 2006 4:46 am

Post by om.ranjan »

nagarjuna wrote:Speak to DBA ....
Tablespace has been extended, job are running fine now..

Thanks,

Ranjan :D
RANJAN
Post Reply