Warnings in job

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
rajeev_prabhuat
Participant
Posts: 136
Joined: Wed Sep 29, 2004 5:56 am
Location: Chennai
Contact:

Warnings in job

Post by rajeev_prabhuat »

Hi,

I am having a job which loads data from oracle table using ORAOCI and loads the data into the staing table stg_accounts, and uses a tranformer to check for null values in columns and puts the data to table with another ORAOCI to write the data into the Oracle databse. But while running i am getting a warning as follows, i am not able to understand why this warning is comming: "LOAD_ACCOUNT..Transform_Account: ORA-01653: unable to extend table HUBDEV.STG_ACCOUNT by 16 in tablespace TOOLS".

Can anyone help me why this warning is firing.

Regards,
Rajeev Prabhu
l_homme_de_rio
Participant
Posts: 17
Joined: Fri Jul 30, 2004 1:16 am

Post by l_homme_de_rio »

it's an Oracle Pb, try to redesign your query by using explain plan or ask DBA assistance
(Try explain plan first)
All the best
rajeev_prabhuat
Participant
Posts: 136
Joined: Wed Sep 29, 2004 5:56 am
Location: Chennai
Contact:

Post by rajeev_prabhuat »

Hi,

Thank you.

Regards,
Rajeev Prabhu
l_homme_de_rio wrote:it's an Oracle Pb, try to redesign your query by using explain plan or ask DBA assistance
(Try explain plan first)
All the best
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I wouldn't bother with the explain plan if the table mentioned is the target of your job. If so, it simply needed to grow and ran out of space in the tablespace it lives in.

Tell your DBA. If you've got a good one, you shouldn't even have to tell them, they should know already. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply