Search found 245 matches

by Ragunathan Gunasekaran
Tue Mar 31, 2009 9:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Out of process Memory error
Replies: 4
Views: 3966

Out of process Memory error

I am extracing data from an oracle database and i am getting out of process memory error from oracle.This is a production backup database where i will not find a way to change any settings. Are there some thing that we could do from the Oracle stage in the server ORA-04030: out of process memory whe...
by Ragunathan Gunasekaran
Fri Mar 27, 2009 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Altering Environmental files for Dynamic RDBMS stage
Replies: 1
Views: 922

Altering Environmental files for Dynamic RDBMS stage

Hi ,
I am using thiis DRDBMS stage to connect to a new and different SQL Server database that is not listed in the .odbc.ini and uvodbc.config files at present .

Should i change these files to access the database
by Ragunathan Gunasekaran
Fri Mar 20, 2009 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSN not appearning in manager to import table def
Replies: 4
Views: 1423

Hi ,
The drop down is a pick list and its not allowing me to enter the DSN in the import wizard.
by Ragunathan Gunasekaran
Fri Mar 20, 2009 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range Lookups V7.5.2
Replies: 5
Views: 2519

Hi ,

You could use the write Range map stage and write a dataset that partitions your data based on a range. You could then use this Range partitioned dataset with the lookup stage to perform a range look up
by Ragunathan Gunasekaran
Fri Mar 20, 2009 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSN not appearning in manager to import table def
Replies: 4
Views: 1423

DSN not appearning in manager to import table def

Hi , I have added the entries for the New DSN that i am going to use in the path $DSHOME/.odbc.ini and i have added an entry in the file $DSHOME/uvodbc.config. After adding all these the DSN name is not appearing in the DSN list while i try to import the table definition in the manager. Should i car...
by Ragunathan Gunasekaran
Mon Jan 05, 2009 1:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Anonymouse SQL block in after SQL of Oracle stage
Replies: 3
Views: 1522

Hi , The datastage passes them to the Pl/sql engine for parsing , i am getting the PLS-00103 error which is thrown by the PL/SQL Engine I have to run a analyze statement for a partition suffixed by timestamp .. any w3ay could i do this in the after SQL . The partition name is something like partitio...
by Ragunathan Gunasekaran
Mon Jan 05, 2009 1:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Anonymouse SQL block in after SQL of Oracle stage
Replies: 3
Views: 1522

Anonymouse SQL block in after SQL of Oracle stage

Hi , I am using an anonymouse PL/SQL code block . The block is executing in SQL * plus client but when i use the same in After SQL of the oracle stage of datastage its throwing Oracle compilation errors any clues. Is it not possible to execute the Anonymous pl/sql code in the after SQL ... Please help
by Ragunathan Gunasekaran
Tue Nov 04, 2008 9:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of Enterprise ODBC or API stages
Replies: 1
Views: 1200

Usage of Enterprise ODBC or API stages

Hi I would like to connect to a oracle DB and i donot have the oracle client in the machine where my datastage server is installed .This prompts me to use an Dynamic RDMS stage(An API stage) but the same can be achieved in the ODBC Enterprise stage. Can i have clue of which stage is to be used ...? ...
by Ragunathan Gunasekaran
Tue Nov 04, 2008 9:51 pm
Forum: General
Topic: Compare stage
Replies: 2
Views: 1364

I hope that the answer would be Depending of the order of the keys defined in the stage. The key defined at the top of the declaration would be used first for a match and the second key is used for comparison. If the second key is less or greater depending upon that the comparison result is recorded...
by Ragunathan Gunasekaran
Mon Nov 03, 2008 3:02 am
Forum: General
Topic: Compare stage
Replies: 2
Views: 1364

Compare stage

Hi, I am trying to understand the compare stage in datastage . The manual states that by comparing the key columns(Columns on which the change has to be detected) from the input datasets the result codes are output. Say i have a key column "col_a" in both the input datasets. Hence if First...
by Ragunathan Gunasekaran
Mon Oct 06, 2008 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with spaces in sql server
Replies: 2
Views: 1350

I have got an update for this issue... The prior column is a varchar2(4000) column .This column contains a "\n" characters in it . When i tried viewing data ,it shows data partially .. The data after the varchar2(4000) column is not shown... Any clue of how to remove the "\n" cha...
by Ragunathan Gunasekaran
Mon Oct 06, 2008 5:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with spaces in sql server
Replies: 2
Views: 1350

Problem with spaces in sql server

Hi, I have used the ISNULL function in the ODBC stage to convert null values in the sql server to spaces. This function is actually working for the columns that are actually having null values .. When i view through the query analyser not able to ascertain the coluimn value.. i gave ascii(col_name) ...
by Ragunathan Gunasekaran
Sun Oct 05, 2008 11:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nullable check in change capture
Replies: 1
Views: 687

Nullable check in change capture

Hi , I am using a change capture stage and the before and after datasets have nullable varchar2 columns..My change capture stage is not working fine .. I am not sure whether the Change capture stage would compare the Null in varchar2 columns ... How do i check whether the change capture stage is tre...
by Ragunathan Gunasekaran
Wed Oct 01, 2008 11:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Identifying the SQL server name from datastage
Replies: 2
Views: 1019

Hi Thanks i got the server name .... There are multiple servernames that are in the name of my application and Hope there are DSN created for a particular Db in the SQL server..... Any ways of getting where the DSN sits in the unix box ? ...so tat i would figure out the exact server to which i have ...
by Ragunathan Gunasekaran
Wed Oct 01, 2008 10:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Identifying the SQL server name from datastage
Replies: 2
Views: 1019

Identifying the SQL server name from datastage

Hi , I am having credentials (DB name ,Id and Pass )for logging into the SQL server DB through the ODBC stage in my job ... I would like to manipulate the data via the SQL Server Query analyser for implementing the change capture process. Can anybody give me a clue of how to detect the server name f...