Oracle load error

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
kalpna
Premium Member
Premium Member
Posts: 78
Joined: Thu Feb 02, 2006 3:56 am

Oracle load error

Post by kalpna »

Hi Friends
I got this error while loading to Oracle table.

ADatabaseLoad..TargetDBase: ORA-00054: resource busy and acquire with NOWAIT specified

does it mean that, there is a lock on target database?

Any clue???

Kalpna
I_Server_Whale
Premium Member
Premium Member
Posts: 1255
Joined: Wed Feb 02, 2005 11:54 am
Location: United States of America

Post by I_Server_Whale »

Hi kalpna,

ORA-00054: resource busy and acquire with NOWAIT specified
Cause: The NOWAIT keyword forced a return to the command prompt because a resource was unavailable for a LOCK TABLE or SELECT FOR UPDATE command.
Action: Try the command after a few minutes or enter the command without the NOWAIT keyword.

Thanks,
Naveen.
Anything that won't sell, I don't want to invent. Its sale is proof of utility, and utility is success.
Author: Thomas A. Edison 1847-1931, American Inventor, Entrepreneur, Founder of GE
rasi
Participant
Posts: 464
Joined: Fri Oct 25, 2002 1:33 am
Location: Australia, Sydney

Post by rasi »

kalpana

Is this happening in your development or Production environment?...
Regards
Siva

Listening to the Learned

"The most precious wealth is the wealth acquired by the ear Indeed, of all wealth that wealth is the crown." - Thirukural By Thiruvalluvar
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Clearly that's not something we can diagnose. There's something happening in your Oracle instance that is preventing another client (your DataStage job) from doing what it wants to do. Talk with your Oracle DBA about what it might be.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kalpna
Premium Member
Premium Member
Posts: 78
Joined: Thu Feb 02, 2006 3:56 am

Post by kalpna »

Hello!! Everyone
Yes!..I think its not a datastage issue.
But,I am writing the same output to sequential file and Oracle.
I failed to understand one thing that,'Y is it not loading to sequential file,if it is a database issue?'
kalpna
Premium Member
Premium Member
Posts: 78
Joined: Thu Feb 02, 2006 3:56 am

Post by kalpna »

And onther thing is ..
when i try to insert a row from sql prompt, i am successfull!!!
kalpna
Premium Member
Premium Member
Posts: 78
Joined: Thu Feb 02, 2006 3:56 am

Post by kalpna »

Hi! Naveen

Sorry! I didn't get you..
in my job, Iam using a oracle stage as my target with truncate and insert option...

siva!..
its in development...

Kalpana
Post Reply