Search found 16 matches

by parbados
Wed Dec 13, 2006 5:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could someone help me with some logic please
Replies: 7
Views: 2559

Chullet correct it's oracle date (or timestamp).

So to deduce from you comments.

The Stage Variable has no default value set so what is the outcome ?
by parbados
Wed Dec 13, 2006 5:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncate table re use storage
Replies: 3
Views: 1928

Thanks Chullet, it seem to be keeping the storage so off to the DBA's I go !!
by parbados
Mon Dec 11, 2006 6:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncate table re use storage
Replies: 3
Views: 1928

Truncate table re use storage

Hi,

I am using a oes Oracle Enterprise job to insert data into a table with the truncate option.

Does anyone know if this use the reuse staorage option or the delete storage option ???

Thanks,
Jeremy
by parbados
Mon Dec 11, 2006 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could someone help me with some logic please
Replies: 7
Views: 2559

Could someone help me with some logic please

Hi, Could someone help me with some logic please.. I have this piece in a transformer and am wondering what it is trying to do really If @INROWNUM = 1 Then CurrentTimestamp () Else svCREATIONDATE svCREATIONDATE is a varchar and then it is put into a date field. Surely they would have been better off...
by parbados
Thu Oct 26, 2006 4:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle OCIBulk slowed down insert as opposed to standard ora
Replies: 4
Views: 1699

Chulett

3.9 million rows load using Oracle Enterprise stage 5 mins.

loaded with bulk loader / maual mode 29 mins ???
by parbados
Thu Oct 26, 2006 4:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle OCIBulk slowed down insert as opposed to standard ora
Replies: 4
Views: 1699

Chulett,

Thanks for the advice, I have changed it to manual so now it creates the dat , ctl files and it still runs really slowly compared with just loading it using a Oracle Enterprise stage.

I was under the understanding that the OCI Bulk load would speed things up considerably ?
by parbados
Wed Oct 25, 2006 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle OCIBulk slowed down insert as opposed to standard ora
Replies: 4
Views: 1699

Oracle OCIBulk slowed down insert as opposed to standard ora

Oracle OCIBulk slowed down insert as opposed to standard ora stage? I have tried to speed up inserts into a DB from a dataset using OCIBulk load. However this has slowed the insert down by 800% !!! I have an autmoatic load and the DB is on another server. Does anyone have any ideas why this should h...
by parbados
Fri Oct 06, 2006 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot read SQLLoader .bad files
Replies: 6
Views: 3610

Ray, that's correct they are produced by oracle however, when initiating a SQLLoader from the command line with out using DS the files are defintaley legible.

There is no special tool to read the bad files I have come across in my 10 years in Oracle development.

ANy other ideas guys ?
by parbados
Fri Oct 06, 2006 6:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot read SQLLoader .bad files
Replies: 6
Views: 3610

Cannot read SQLLoader .bad files

Hi,

I am having problems reading the .bad files created by the Oracle ENterprise stage loading data into ORalce.

I can read the .log files fine however I cannot read the .bad files they are complete incoherent jargon.

All help greatly received.
by parbados
Mon Sep 18, 2006 2:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trim leading 0's from decimal
Replies: 5
Views: 4649

Hi,

Thanks for the reply how would I do that in the transformer/ modify stage please can you sow me the code perhaps.

I am very new to this game !!!
by parbados
Mon Sep 18, 2006 1:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trim leading 0's from decimal
Replies: 5
Views: 4649

trim leading 0's from decimal

Hi, I have a integer(4) comming into a transformer stage which I want to convert to a varchar. I cannot use a inttostring because there is no function (or is there ?). I therfore use DecimalToString to convert to a varchar(64) however it has leading and trailing zeros i.e. 7869 comes out as 00000000...
by parbados
Thu May 04, 2006 5:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invlaid Julian Date after sorting and partitioning
Replies: 1
Views: 986

Invlaid Julian Date after sorting and partitioning

Hi, I have two large DS extracted from Oracle tables which are joined on ACCT and TNT, and then filtered on dates. Before I was getting problems with the join as the data was not sorted into DS correctly I have hash partitioned both datasets on the above keys and now when I join them and then filter...
by parbados
Tue Apr 25, 2006 2:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to redefine SQL toDS
Replies: 4
Views: 1627

Thanks, how do I pass the parameter do I define it in the job that requires it and then pass it within the sequence ?
by parbados
Mon Apr 24, 2006 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to redefine SQL toDS
Replies: 4
Views: 1627

How to redefine SQL toDS

Hi I am at a brick wall at the moment. I have the following SQL ... SELECT LAST_PROCESS_DATE FROM RSB_PROCESS_DATES WHERE IDENTIFIER = 'CURRENT_WEEK_END_DATE' SELECT * FROM CIS_IMPORT_TS032_BILL_CHRG BCHG where ( BCHG.D_CHRG_CNC >= TRUNC(ADD_MONTHS('parameter', -3)) OR BCHG.D_BC_POST >= TRUNC(ADD_MO...
by parbados
Thu Apr 13, 2006 5:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSSetJobLimit how to set and use it
Replies: 1
Views: 1196

DSSetJobLimit how to set and use it

Hi,

I know I have read all there is but I still can't manage to set the DSSetJobLimit to a different value as I dont know where to set it in the job sequence can anyone please help me as I am near breaking point.

Many tanks
Jeremy