Search found 107 matches

by ntr
Wed Jun 27, 2012 3:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR ORA-08103: object no longer exists
Replies: 5
Views: 4338

Thanks Priyadarshi Kunal And pandeeswaran

after rerunning of job its working fine

Thanks
by ntr
Tue Jun 26, 2012 11:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR ORA-08103: object no longer exists
Replies: 5
Views: 4338

ERROR ORA-08103: object no longer exists

my job is orc enterprise--lookup--Dataset

while running the job iam getting the following error

"(aptoci.C:561). Message: ORA-08103: object no longer exists"

can please suggest me how to fix it


Thanks
by ntr
Thu Jun 21, 2012 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Order the records based on Date Value
Replies: 11
Views: 5418

can you post what Exact input and what exact output do you want
by ntr
Wed Jun 20, 2012 3:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using pivot stage how to do this?
Replies: 10
Views: 4785

Re: using pivot stage how to do this?

in pivot stage make the "name" field datatype to varchar(50) and map

n1,n2,n3 into it
by ntr
Wed Jun 20, 2012 1:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using pivot stage how to do this?
Replies: 10
Views: 4785

Re: using pivot stage how to do this?

as mentioned above change colum n1 as "name", colum n2 as "name", colum

n3 as "name", then funnel will show the c1,c2,name
by ntr
Tue Jun 19, 2012 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using pivot stage how to do this?
Replies: 10
Views: 4785

Re: using pivot stage how to do this?

source----copy------funnel---output

take three links from copy stage

1st link c1,c2,n1(name)

2nd link c1,c2,n2(name)

3rd link c1,c2,n3(name)

after that in funnel stage combine the data and pass to output
by ntr
Thu Jun 14, 2012 4:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get cumulative sum
Replies: 14
Views: 7804

Re: how to get cumulative sum

if st1 is null then SAL else st1+SAL--------st1

(OR)

if @inrownum=1 then SAL else st1+SAL--------st1


map st1 to sumcolum

make sure the data should be sorted based on SAL
by ntr
Mon Jun 11, 2012 2:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Fails on Timestamp with MicorSeconds.
Replies: 6
Views: 2586

Re: Lookup Fails on Timestamp with MicorSeconds.

Getting Error:-
Ignoring duplicate entry at table record 3; no further warnings will be issued for this table

Why above warning will come and what need to do to supress that one

Thanks
by ntr
Thu Jun 07, 2012 3:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check zeros in transformer Stage
Replies: 6
Views: 3110

Thank You Somuch vamsi
by ntr
Thu Jun 07, 2012 12:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check zeros in transformer Stage
Replies: 6
Views: 3110

Hi zulfi,

Code: Select all

If Trim(A,'0','A')='' Then 1 else <What ever>
here whats the use by giving of third parametre 'A'

Thanks
by ntr
Tue Jun 05, 2012 1:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TABLEDEINITION
Replies: 2
Views: 874

TABLEDEINITION

Hi, I had created a table in the oracle database one of the field in that table is valdate datatype of that field i had given date but when iam importing that table definition into datastage it automatically coming as timestamp can please help me how to import that table definition as date datatype ...
by ntr
Fri May 18, 2012 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: table definition
Replies: 3
Views: 1354

Tabledefinition

what the import wizard is doing is correct as thats how it is interpreted in it. Oracle database's date can store date as well as time component hence the equivalent of it will be timestamp. A timestamp in oracle can store fractional seconds for which you need to use the extended property of timest...
by ntr
Fri May 18, 2012 5:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: table definition
Replies: 3
Views: 1354

table definition

Hi, I had created a table in the oracle database one of the field in that table is valdate datatype of that field i had given date but when iam importing that table definition into datastage it automatically coming as timestamp can please help me how to import that table definition as date datatype ...
by ntr
Mon May 14, 2012 11:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: regarding last transaction and current transaction
Replies: 7
Views: 4071

Thank you somuch i think it should work i will try iit now and i will come back with result