Search found 99 matches

by getsatish_gk
Thu Oct 09, 2008 9:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal:Operator terminated abnormally: received signal SIGSEG
Replies: 1
Views: 1390

Fatal:Operator terminated abnormally: received signal SIGSEG

Does anyone faced this or have any idea about

Operator terminated abnormally: received signal SIGSEGV
by getsatish_gk
Wed Sep 10, 2008 6:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deadlock detected while updating oracle table
Replies: 11
Views: 7944

Is this sateeshbabu mandepudi? Well i changed to sequential mode. just to sack for work and it works. But the real question remains is why parallel updatation doesn't work?. is this something underlying database doesn't support it? I have four nods and everything DBA comes and says datastage tried t...
by getsatish_gk
Wed Sep 10, 2008 3:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deadlock detected while updating oracle table
Replies: 11
Views: 7944

I finally have to choice server job to update a table.

- checked with increasing INITRANS on table
- And not doing any other tasks other the updating.
by getsatish_gk
Tue Sep 09, 2008 6:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deadlock detected while updating oracle table
Replies: 11
Views: 7944

deadlock detected while updating oracle table

Hi All,

Did any one faced this issue when updating data in oracle 9 table using oracle enterprise stage?

sqlcode is: -60
esql complaint: ORA-00060: deadlock detected while waiting for resource
by getsatish_gk
Sun Sep 07, 2008 4:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert and updates
Replies: 12
Views: 2964

Yeah, Most of them just waiting for pulling someothers leg :x

When the things not working, have to work even on nights :(
by getsatish_gk
Sun Sep 07, 2008 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert and updates
Replies: 12
Views: 2964

why i am worried is when ever i post mostly get reply only from you. No other will reply.. this :oops: me
by getsatish_gk
Sun Sep 07, 2008 12:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert and updates
Replies: 12
Views: 2964

Thanks for that. Soon i will be bororw a premier membership. by then let me try to crack ur code. 8) Well by now... using join stage with left outer join with left link=source and right link=target(reference) and output contains is both new and existing records. How to distinguish between between th...
by getsatish_gk
Sat Sep 06, 2008 8:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert and updates
Replies: 12
Views: 2964

Thanks ray,

Just want to do,
- Insert if primary key is not present. else if present
then set some columns to null.

Can it is possible without change capture/difference stage?.

I checked there are no duplicate key coming from source
by getsatish_gk
Sat Sep 06, 2008 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert and updates
Replies: 12
Views: 2964

Two questions: 1. Does the input data contain duplicate key values? A- looking based on primary keys 2. What alternative do you plan for detecting change when the row already exists in the target table? .. A-If the row exists with same key then i just want to update few columns in target table, that...
by getsatish_gk
Sat Sep 06, 2008 3:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Don't want to abort job due to integrity constraints or any
Replies: 4
Views: 1269

Don't even want to insert those records instead i am happy to collect in peek stage. but can affort to abort the job.
I hope you have the answer for this. :cry:
by getsatish_gk
Sat Sep 06, 2008 3:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Don't want to abort job due to integrity constraints or any
Replies: 4
Views: 1269

Don't want to abort job due to integrity constraints or any

Hi, Job fails While loading into oracle table if referential integrity for some records could not meet, thats fine. i can take those records into peek stage. But i don't want to abort the job. :oops: I am using reject records=true at oracle enterprise stage and passing into sharecontainer where it l...
by getsatish_gk
Sat Sep 06, 2008 3:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert and updates
Replies: 12
Views: 2964

Insert and updates

Hi, I want perform insert if new record or update if exits (don't look for change columns) :wink: Insert: if primary key does't exist in target ( can do with Change capture code=1) Update some columns if key exists in target (if i use change capture it looks of change column which i don't want to pe...
by getsatish_gk
Tue Sep 02, 2008 10:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Time in job compilation
Replies: 1
Views: 699

Time in job compilation

How to improve time in job compilation?
takes 30min to compile and 1.5 min to run the same job.

Its medium job complexity
please let me any bottlenecks to get ride off.
:?
by getsatish_gk
Tue Sep 02, 2008 8:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: don't want to round a string to decimal
Replies: 9
Views: 2118

Well.
This works DfloatToDecimal(AsDouble(Input))
even for exponential values. :wink:

But still does some minor rounding

Thanks