Search found 32 matches

by mspanda
Fri Jun 29, 2007 3:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB Properties and Oracle Properties
Replies: 1
Views: 689

I have used OPEN/CLOSE option it throws me the below error,

TEST,0: Oracle call failed; sqlcode = -911; message: ORA-00911: invalid character

TEST,0: ExecuteImmediate failed for:
TRUNCATE TABLE TEMP;
INSERT INTO TEMP SELECT * FROM TEMP1;
by mspanda
Thu Jun 28, 2007 11:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB Properties and Oracle Properties
Replies: 1
Views: 689

DB Properties and Oracle Properties

Hi, We are migrating the DB2 Objects to Oracle Objects and during migration One of the PX job which is developed using DB2 object as target is having before and after jobs been defined using Sql statments.The same we are trying to replicate using Oracle Job, but we are not able to find this option. ...
by mspanda
Wed Jun 27, 2007 1:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source to target loading using oracle and datastage
Replies: 24
Views: 10330

We have done the same still it's not working.
by mspanda
Tue Jun 26, 2007 10:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source to target loading using oracle and datastage
Replies: 24
Views: 10330

Sanjay,

We have already set this option at the project level.

Rgds
by mspanda
Tue Jun 26, 2007 9:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source to target loading using oracle and datastage
Replies: 24
Views: 10330

Below are the cases which i tried, My Table Structure is as below for Source, EMP_SRC EMPNO_SRC ENAME_SRC My Table Structure is as below for Target, EMP_TGT EMPNO_TGT ENAME_TGT Source/Target is Oracle Case 1 : Target Option is set to Load Used PX tranformer Created a PX job This is one to one mappin...
by mspanda
Tue Jun 26, 2007 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source to target loading using oracle and datastage
Replies: 24
Views: 10330

We have created the Parallel job using Advanced Transformer and we were not able to use any of the Transformation functions in the job. Later we changed PX transformer with Basic Transformer and used functions and it worked out. But in Basic transformer we cannot use Type conversion functions which ...
by mspanda
Tue Jun 26, 2007 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source to target loading using oracle and datastage
Replies: 24
Views: 10330

We have created the Parallel job using Advanced Transformer and we were not able to use any of the Transformation functions in the job. Later we changed PX transformer with Basic Transformer and used functions and it worked out. But in Basic transformer we cannot use Type conversion functions which ...
by mspanda
Tue Jun 26, 2007 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source to target loading using oracle and datastage
Replies: 24
Views: 10330

Yes the columns are available in DB. Below is the log from DB SQL> desc emp_tgt Name Null? Type ----------------------------------------- -------- ---------------------------- EMPNO_TGT NUMBER(10) ENAME_TGT VARCHAR2(10) SQL> desc emp_src Name Null? Type ----------------------------------------- ----...
by mspanda
Tue Jun 26, 2007 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source to target loading using oracle and datastage
Replies: 24
Views: 10330

My Table Structure is a below for Source, EMP_SRC EMPNO_SRC ENAME_SRC My Table Structure is a below for Target, EMP_TGT EMPNO_TGT ENAME_TGT I done a simple tranformation using the trim option in the columns while loading the data from EMP_SRC to EMP_TGT. EMP_SRC trim(EMPNO_SRC) trim(ENAME_SRC) It sh...
by mspanda
Tue Jun 26, 2007 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source to target loading using oracle and datastage
Replies: 24
Views: 10330

The data is getting loaded after removing the APT_ORA_WRITE_FILES which is set as /dsetlsoft/Ascential/DataStage/Scratch/250607/sample.log Now i tried using the trim option in the columns while loading the data from EMP_SRC to EMP_TGT. EMP_SRC trim(EMPNO_SRC) trim(ENAME_SRC) It shows the below error...
by mspanda
Tue Jun 26, 2007 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source to target loading using oracle and datastage
Replies: 24
Views: 10330

I have set the APT_ORA_WRITE_FILES the log is as shown below. my observation is after the sqlldr completes its job it was suppose to remove the INFILE's ora.164096.852937.fifo.0.out ora.164096.852937.fifo.1.out ora.164096.852937.fifo.2.out which is not happening and PARFILE is not getting created. I...
by mspanda
Tue Jun 26, 2007 5:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source to target loading using oracle and datastage
Replies: 24
Views: 10330

Sanjay,

I had unchecked the same, but still the data is not getting loaded to target.

Rgds,
by mspanda
Tue Jun 26, 2007 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source to target loading using oracle and datastage
Replies: 24
Views: 10330

Ray, I was able to resolve the error by importing the metadata for the Source/Target tables. I was able to compile and execute. But still the data is not loading to the target tables even it shows in the Job as it selected 14 records from the source and inserted 14 records in the target. Below is th...
by mspanda
Tue Jun 26, 2007 3:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source to target loading using oracle and datastage
Replies: 24
Views: 10330

Arnd,

I have selected automatic load option.

Rgds,
by mspanda
Thu May 18, 2006 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove leading dot in the decimal value of fixed length
Replies: 6
Views: 3657

Re: Remove leading dot in the decimal value of fixed length

Hi i hope the following line helps you to get your required output Ereplace("2005-05-18 ","-","") Thanks -Mspanda Hi All, I want to remove the leading "." i.e dot in the decimal value. Example: Input is date(10) = 2005-05-18 after coverting the date to decimal...