write fail to oracle table

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
krisna
Participant
Posts: 77
Joined: Tue Apr 08, 2008 11:33 pm

write fail to oracle table

Post by krisna »

Hi All,

I have two instances for source(CLMGMDDB) and for target(GMSOWNER). For this iam using oracle enterprise stage as both source and target. Its compiling successfully. But job execution is aborted because of this error.
Oracle_Enterprise_10: Write mode failure: SRVC_TEST does not exist.

I have given all the privileges to target user.
write method = load
write mode = append.

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

Post by chulett »

SRVC_TEST would be what, your target table? If it "does not exist" then you've either spelled it wrong, not specified the proper owner/schema or don't have the grants you need.
-craig

"You can never have too many knives" -- Logan Nine Fingers
krisna
Participant
Posts: 77
Joined: Tue Apr 08, 2008 11:33 pm

Post by krisna »

The table exists, I have given permissions also.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Keep looking. Since you didn't mention it, have you verified the owner is properly specified? Involved your DBA to see if they can help?
-craig

"You can never have too many knives" -- Logan Nine Fingers
samratisking
Participant
Posts: 37
Joined: Tue Jan 29, 2008 6:03 am
Location: Guntur
Contact:

Re: write fail to oracle table

Post by samratisking »

krisna wrote:Hi All,

I have two instances for source(CLMGMDDB) and for target(GMSOWNER). For this iam using oracle enterprise stage as both source and target. Its compiling successfully. But job execution is aborted because of this error.
Oracle_Enterprise_10: Write mode failure: SRVC_TEST does not exist.

I have given all the privileges to target user.
write method = load
write mode = append.

Thanks in advance
Hi Krisna,

Please let me know how this issue was resolved. Getting the same error here too. Thanks Buddy..
Samratisking
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Maybe you need to qualify the table name with a schema (owner) name.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kartbeat2001
Participant
Posts: 5
Joined: Wed Jun 18, 2008 8:50 am

Write Mode failure

Post by kartbeat2001 »

I am also getting the same error . Please see below

ORA_GSOS_ADT: Write mode failure: SOS_ADT_ODS_TEMP does not exist.

But actually this table exists and i am able to query/insert through Toad

Actually the same job works well in Development server . But when I export/import into UAT Server , its not working . Someone please help ASAP

Thanks,
Karthick B
Thanks,
Karthick B
email to kartbeat2001@gmail.com
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

We don't do ASAP. If you need a rapid response, sign up for priority service with your official support provider and learn just how much "urgent" costs. DSXchange is an all-volunteer site whose members post as and when they can.

You have also hijacked an already resolved thread, another practice that is frowned upon in DSXchange. You should have opened a new thread for your problem (after all your version, etc., may be different). Even before that, you should have performed a Search of DSXchange, or simply read this thread with a bit more care.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

Actually the same job works well in Development server . But when I export/import into UAT Server , its not working . Someone please help ASAP
are you using the same Oracle user and same database in UAT server also??
Post Reply