Search found 9 matches

by cdw
Mon Jul 27, 2009 6:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle EE Stage: SQL Loader Error
Replies: 2
Views: 1959

:? My mistake.. The table had some triggers created by Erwin.

Dropped them and there are no issues now.

Regards,
Bakul
by cdw
Sat Jul 25, 2009 10:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scratch and Resource disk space
Replies: 7
Views: 2885

Hi Shankar,
I have monitored the scratch disk usage when DS was processing the data at sort stage. I observed that row length * record count was exactly matching with disk usage.
Thanks,
-CDW
by cdw
Fri Jul 24, 2009 2:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scratch and Resource disk space
Replies: 7
Views: 2885

Hello All,

Is there any other way to achieve this without removing ceiling/size? This is especially important to retain the size when we want to use Metastage for metadata management.

Thanks,
-CDW
by cdw
Wed Jul 22, 2009 1:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scratch and Resource disk space
Replies: 7
Views: 2885

Thanks miwinter!!! Its now working as per expectations!
by cdw
Tue Jul 21, 2009 11:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle EE Nullability & Decimal Warnings
Replies: 1
Views: 1237

Oracle EE Nullability & Decimal Warnings

Hi, While using Oracle EE Stage, I am facing the following errors: 1) Column CUST_SKEY floating point decimal is not fully supported; adjusting the scale. 2) Converting a nullable source to a non-nullable result; a fatal runtime error could occur; use the modify operator to specify a value to which ...
by cdw
Tue Jul 21, 2009 6:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scratch and Resource disk space
Replies: 7
Views: 2885

Scratch and Resource disk space

Hello All, We have many columns in our source tables where data type is varchar(500). However in actual practice many of these values are null and not more than 15 characters. My understanding was if we use sort then actual scratch disk space requirement would be (average row length * record count)....
by cdw
Sun Jul 19, 2009 11:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle EE Stage: SQL Loader Error
Replies: 2
Views: 1959

Oracle EE Stage: SQL Loader Error

Hi, I am using the Oracle EE stage to load data to a table. The default options of DIRECT and PARALLEL = TRUE are set. I have set Disable Constraints property to 'True' and have also included Index Option of Rebuild. The job aborts with the message: [quote]SQL*Loader 937: Parallel load requested and...
by cdw
Mon Jul 13, 2009 9:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Determine Scratch Space to be allocated
Replies: 1
Views: 1146

Determine Scratch Space to be allocated

Hi, We are in the design phase for an application and have the basic job designs ready. The ADMIN team has requested for information on how much scratch space and resource disk space would we need for our project. What is the best way to estimate this and provide requisite estimates? We know the sta...
by cdw
Mon Jul 06, 2009 11:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage environment
Replies: 1
Views: 1219

Datastage environment

Hi, We are planning to use DSEE with oracle 10g. Source and target both will be in Oracle 10g. DSEE will be installed on the sever where source DB is installed. Target DB is on different LPAR. We are planning to use Oracle Enterprise Stage to get performance benifit. I am assuming that for DB, usual...