ORACLE not available

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
sureshabbisetti
Participant
Posts: 21
Joined: Thu Oct 04, 2007 4:34 am
Location: India
Contact:

ORACLE not available

Post by sureshabbisetti »

Hi,

I am executing Job sequence, which loads the data from one staging area to another staging area. Both Source and Target are Oracle tables.
The sequence aborted and I am getting the following errors
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does no.
I have run the same job individually , that time it was executed successfully,
Any one please help me what could be the error?

Thanks in advance
Suresh
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Most likely the database connectivity values are parameters, and they are not being passed correctly from the sequence.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Those errors mean the Oracle instance you attempted to connect to was down. So either it was available earlier but not now or, as Arnd mentions, you connected to a different (and still unavailable) instance.

Check the Server job's log, the first record will show the parameter values it used. Or double-click on the job from the Status view in the Director, you'll see the parameter values from the most recent run.
-craig

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