ORA-24909: call in progress. Current operation cancelled

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
tirumal_nit
Participant
Posts: 20
Joined: Fri May 16, 2008 3:00 am
Location: bangalore

ORA-24909: call in progress. Current operation cancelled

Post by tirumal_nit »

hi ds,
Actually, I am trying to run setup_e job which which loads the data into OWS.
This job having an intermediate IPC stage.

This is the error message I am getting in the log.
IPC_in.IDENT2: ORA-24909: call in progress. Current operation cancelled

I ran the same job in different environment, job ran to success.

Could you plz suggest whether this problem is with database or with the job?
Thanks,
Tirumal G
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

This is an Oracle issue, try searching Google or Oracle using "ORA-24909: call in progress" and you will see numerous explanations.
vijay.barani
Participant
Posts: 78
Joined: Wed Jun 04, 2008 2:59 am

Post by vijay.barani »

you can check data types of columns in backend side, if any clob data type
is there or not, if clob is there , convert into varchar
Warm Regards,
Vijay
DS_SUPPORT
Premium Member
Premium Member
Posts: 232
Joined: Fri Aug 04, 2006 1:20 am
Location: Bangalore

Post by DS_SUPPORT »

based on your terminologies, it seems you are using peoplesoft jobs. Convert the corresponding field data type to longvarchar in the ETL job, as this is the supported datatype for CLOB fields, when using with DRS stage.

Alternatively , you can try DBMS_LOB.SUBSTR and use varchar also.
You can use DBMS_LOB.SUBSTR in DRS column derivation itself.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

It's a pretty low-level OCI code error and from googling around there is a bug in the 10.2.0.1 version of the client that causes this. No mention of CLOBs that I saw.
-craig

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