Search found 312 matches

by kirankota79
Wed May 14, 2008 6:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: updating in oracle table which doesn't contain any key cols
Replies: 14
Views: 5194

updating in oracle table which doesn't contain any key cols

I have transformed only 3 columns out of 10 columns in a table and i want to update only those three columns in the table. I don't have any key columns in the table. I there a way that i can do this without messing other columns. currently i am doing truncate and load the whole table since i don't h...
by kirankota79
Wed May 14, 2008 5:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with longnvarchar column
Replies: 7
Views: 2280

sorry oracle 11g version. to be clear

Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options
by kirankota79
Wed May 14, 2008 5:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with longnvarchar column
Replies: 7
Views: 2280

7.5 version on win 2003 server, by the way what is PITA?
by kirankota79
Wed May 14, 2008 4:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with longnvarchar column
Replies: 7
Views: 2280

problem with longnvarchar column

I have a job that reads a oracle table which contains "long" type column, but when i imported the table definition it is shown as "longnvarchar". When i try to view data or try to run the job i get the following error: main_program: Internal Error: (colDesc):orautils.C: 1655: get...
by kirankota79
Wed May 14, 2008 10:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where to add APT_ORACLE_NO_OPS (set the value to 1)variable?
Replies: 4
Views: 1816

Thanks for your reply. I can add it as you said, but where i have to use this parameter in the Oracle Enterprise Stage in order to avoid the problem.
by kirankota79
Wed May 14, 2008 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where to add APT_ORACLE_NO_OPS (set the value to 1)variable?
Replies: 4
Views: 1816

where to add APT_ORACLE_NO_OPS (set the value to 1)variable?

Can anybody tell me where i can add this environment variable APT_ORACLE_NO_OPS (set the value to 1), I am trying to access a RAC database and i am getting an error
by kirankota79
Wed May 14, 2008 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_OraInstanceSet::setup() failed
Replies: 8
Views: 3385

Can anybody tell me where i can add this environment variable APT_ORACLE_NO_OPS (set the value to 1), I am trying to access a RAC database and i am getting an error
by kirankota79
Mon May 05, 2008 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: enabling remote execution of parallel jobs
Replies: 3
Views: 1127

The datastage is not installed on the remote server, there is only oracle database installed on it, which i need to access. They have the following setup: OS is Red Had 4.5 Database is Oracle 11.1.06 DB running on 3 Nodes Instead of running the jobs on our (windows 2003 having 4 processors) server, ...
by kirankota79
Fri May 02, 2008 1:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error compiling parallel routine
Replies: 2
Views: 1905

error compiling parallel routine

can some one please tell me where the problem is. My c++ routine is compiling without any problem from visual studio. But not compiling in the transformer. Please let me know: Output from transformer compilation follows: ##I TFCN 000001 15:21:14(000) <main_program> Ascential DataStage(tm) Enterprise...
by kirankota79
Fri May 02, 2008 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: enabling remote execution of parallel jobs
Replies: 3
Views: 1127

enabling remote execution of parallel jobs

Hi I am planning to create some parallel jobs on windows 2003 server. The oracle database is the source and target. The database is on unix. Can i take the advantage of running the jobs on their hardware? In the future we want to turnover the project to the database team. So will that be helpful? Ca...
by kirankota79
Wed Mar 05, 2008 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while compiling parallel routine
Replies: 1
Views: 949

change the object file .obj to .o and try and also don't forget to include stdlib.h in the routine. As per my experience.....even it compiles in windows it won't work in datastage without this library.
by kirankota79
Wed Mar 05, 2008 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generating flat file from xml file
Replies: 29
Views: 9194

Hi lstsaur, Thanks for replying to my posts. I will give the example xsd and xml file that i used to create sample server job( seqfile----->xml i/p------->seqfile). I created the table definition with xsd file and i used xml file as input in the job. Below are the xsd and xml file. Please let me kno...
by kirankota79
Tue Mar 04, 2008 12:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generating flat file from xml file
Replies: 29
Views: 9194

The following are descriptions for the columns in the o/p seq file: /shiporder /shiporder/@orderid /shiporder/orderperson/text() /shiporder/shipto/name/text() /shiporder/shipto/address/text() /shiporder/shipto/city/text() /shiporder/shipto/country/text() /shiporder/item/title/text() /shiporder/item/...
by kirankota79
Tue Mar 04, 2008 10:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generating flat file from xml file
Replies: 29
Views: 9194

Hi lstsaur....i am following your idea of creating a server job. the job is running without any errors. It is showing that some rows processed between i/p seq file and xml i/p stage but shows zero rows between xml i/p stage and o/p seq file. I am getting the following warning: XmlTest_server..XML_In...