Search found 14 matches

by ramesh9394
Mon Mar 25, 2013 3:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incremental Loading Without Date fields in source
Replies: 12
Views: 5013

Thanks for reply
100 records is just an example i told...records are in millions from source ..
i am fetching all delta records like new inserted records and updated one(no-key value changes for known keys)..and also deleted records
by ramesh9394
Sun Mar 24, 2013 2:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incremental Loading Without Date fields in source
Replies: 12
Views: 5013

unique key is not surrogate key its natural primary key
by ramesh9394
Sun Mar 24, 2013 12:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incremental Loading Without Date fields in source
Replies: 12
Views: 5013

not provided any thing(any field which has update time stamp/system gen time stamp) to identify new rows...there is unique key... looks like i have to fetch everything from source every time ..but still looking for alternatives i tried left joining source with target but even it also do the same(fet...
by ramesh9394
Sat Mar 23, 2013 8:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incremental Loading Without Date fields in source
Replies: 12
Views: 5013

thanks for reply ray
i am using DS8.7 using Change Capture stage to capture the delta records
using odbc_connector as source and oracle_connector as target
by ramesh9394
Sat Mar 23, 2013 6:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incremental Loading Without Date fields in source
Replies: 12
Views: 5013

Incremental Loading Without Date fields in source

Hi my source is Sql server and Target oracle i am trying to design a job to load Delta records ..but the source doesn't have any date fields ..so whenever i am loading data source fetching all the records...is there any way that i can fetch latest records from source in other words today i loaded 10...
by ramesh9394
Mon May 14, 2012 4:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Header's in Flat File
Replies: 3
Views: 1737

Thank's every one
my problem is resolved .now they are sending file with no header's
by ramesh9394
Tue May 08, 2012 5:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Header's in Flat File
Replies: 3
Views: 1737

Multiple Header's in Flat File

HI
i am getting a flat file with too many headers

ex

empno empname
1 krish
2 chris
empno empname
3 raghu
eampno empname
4 sri

like this
can any one please tell me how to remove those headers in Ds job
by ramesh9394
Fri Nov 18, 2011 12:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata connector error
Replies: 7
Views: 5411

initially we don't have start_utc_dttm and End_utc_dttm in database table . after they changed table definition my job running good.
by ramesh9394
Thu Nov 17, 2011 1:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata connector error
Replies: 7
Views: 5411

my bad

problem is resolved
by ramesh9394
Sat Nov 12, 2011 10:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata connector error
Replies: 7
Views: 5411

Thanks for reply pandeesh

i am inerting in bulk mode

this is after sql

Code: Select all

call #DBNAME#.SP_STAGE 
(
'#DBNAME#','#STGTBL#','STARTDATE' , 'STARTUTCDTTM', 'ENDDATE', 'ENDUTCDTTM'
)
thanks
by ramesh9394
Sat Nov 12, 2011 9:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata connector error
Replies: 7
Views: 5411

Re: Teradata connector error

my job looks like

sequential file---->transformer---->TDconnector

can any one help me out
Thanks
by ramesh9394
Sat Nov 12, 2011 8:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata connector error
Replies: 7
Views: 5411

Teradata connector error

hi i am loading teradata table using Teradata connector i am getting following fatel error table_TGT: [IIS-CONN-TERA-005004] RDBMS code 3810: SP_STAGE:Column/Parameter 'col' does not exist. SQL statement: call (CC_TeraConnection::execute, file CC_TeraConnection.cpp, line 2,640) can any one help me o...
by ramesh9394
Wed Aug 10, 2011 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: minimising the imoact on source DB when using infosphere cdc
Replies: 2
Views: 1810

Thanks ray
thanks for your reply

my architect asked me to analyse the way to minimise the impact on source db
that's why i am curious about it
by ramesh9394
Wed Aug 10, 2011 10:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: minimising the imoact on source DB when using infosphere cdc
Replies: 2
Views: 1810

minimising the imoact on source DB when using infosphere cdc

hi all i am new to cdc my company bought license for infosphere cdc my environment is infosphere cdc for oracle v6.3.13(using redo) source is oracle 10g on aix 5.3 64 bit here i have to capture changes to flatfile actually here i want to know is how to minimise the impact on source database(oracle 1...