Search found 65 matches

by parameswar
Mon Jul 23, 2007 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error loading "orchoracle": Could not load "o
Replies: 7
Views: 6947

Hi Ray, basically i was having issues with Oracle stage - with permissions but meanwhile i wanted to run the same job with using ODBC stage, there also i got the issues. I raised a ticket to DBA to look into this and he gave 775 on all the Oracle files - so the issues got resolved for Oracle and OD...
by parameswar
Mon Jul 23, 2007 12:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Database access
Replies: 8
Views: 2463

Define "performance" in an ETL context. Rows/sec is almost totally meaningless (search forum for my reasons). It really depends on how good the ODBC driver is how close it gets to a native driver. As a general rule, however, ODBC needs an extra layer of software (driver manager) as well a...
by parameswar
Sun Jul 22, 2007 11:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Database access
Replies: 8
Views: 2463

Not sure why you would even consider using a 'generic' stage like ODBC over a 'native' stage for any database unless you had absolutely no other choice. And 'absolutely no other choice' basically means there is no native stage available for your database. You would lose any Oracle-specific function...
by parameswar
Sun Jul 22, 2007 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Database access
Replies: 8
Views: 2463

Because it's REQUIRED and the expensive product your company purchased does not work without them - what the heck else does he 'need' to know? And it's just select privileges, for heaven's sake, not truncate or rearrange or randomize that you need. I really don't understand DBAs that get all pucker...
by parameswar
Sun Jul 22, 2007 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Database access
Replies: 8
Views: 2463

Because it's REQUIRED and the expensive product your company purchased does not work without them - what the heck else does he 'need' to know? And it's just select privileges, for heaven's sake, not truncate or rearrange or randomize that you need. I really don't understand DBAs that get all pucker...
by parameswar
Sun Jul 22, 2007 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Database access
Replies: 8
Views: 2463

to check if the table and its related objects exists or not. Hi Keshav, Thanks for your reply. I told my DBA the same thing what u have told. But he is not convinced with this to give me the select privileges. Could you please help me to provide valid reason so that I can convince DBA to get these ...
by parameswar
Sun Jul 22, 2007 3:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle database access
Replies: 2
Views: 890

Oracle database access

Hi, can someone help in resolving the following error. Oracle_Enterprise_0: APT_OraInstanceSet::opsInstalled(): prepare failed for query `select count(*) from sys.gv_$instance '; please have the DBA run the following command: grant select on sys.gv_$instance to public. I am getting this error while ...
by parameswar
Thu Jul 19, 2007 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in connecting Oracle database
Replies: 1
Views: 1033

Error in connecting Oracle database

Hi, I am trying to connect database through ODBC. Following configurations are done: 1. Defined uvodbc.config in DSHOME aswell as Project directory 2. Defined .odbc.ini in DSHOME directory 3. Defined odbc entry in dsenv file as : a). ODBCINF=/dspx00/Ascential/DataStage/branded_odbc; export ODBCINF b...
by parameswar
Thu Jul 19, 2007 2:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SHLIB_PATH
Replies: 4
Views: 1498

ray.wurlod wrote:The environment variables in Administrator are listed in the DSParams file in your project directory on the server. Edit this file to add SHLIB_PATH and your issue will be resolved.
Thanks Ray :)
by parameswar
Wed Jul 18, 2007 12:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SHLIB_PATH
Replies: 4
Views: 1498

Set SHLIB_PATH in the dsenv script. Thanks Roy. That setting i have done in dsenv file. But I am not getting SHLIB_PATH in environmental list of the project in datastage administrator. I am getting LD_LIBRARY_PATH .I am not getting any edit option to edit that variable. Is there any other way to do...
by parameswar
Tue Jul 17, 2007 11:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SHLIB_PATH
Replies: 4
Views: 1498

SHLIB_PATH

Hi,

After installing datastage on HP UX , I am not able to get SHLIB_PATH in Environmental variable list. But I am getting LD_LIBRARY_PATH.

Please help to resolve this.

Thanks,
Param
by parameswar
Sun Jul 15, 2007 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: uvodbc.config
Replies: 5
Views: 1758

chulett wrote:Interesting... I''ve always used 'Case 2' without issue regardless of database server location.
Thanks Roy and Chulett for your information.
Even in case 2, what is the Service ? Is it database name ?

Thanks,
Param
by parameswar
Sun Jul 15, 2007 2:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: uvodbc.config
Replies: 5
Views: 1758

uvodbc.config

Hi, I want to configure uvodbc.config file. Entries in sample uvodbc.config file is as given below: **************case 1************** <ODBC Name> DBMSTYPE = ODBC network = TCP/IP service = XXXX host = XXXX ***************case 2***************** <ODBC Name> DBMSTYPE = ODBC **************************...
by parameswar
Wed Jul 11, 2007 2:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass column value as parameter
Replies: 2
Views: 711

Design it using a sequence job. Have an execute command stage spit out the value using "cat". Then just perform a Field() function to get the first column and similarly the second column. Be sure to use CONVERT() for the second column to get rid of the field marker "@FM". Perfor...
by parameswar
Tue Jul 10, 2007 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass column value as parameter
Replies: 2
Views: 711

How to pass column value as parameter

Hi,

I have a job which is creating a file with 2 columns . File contains 1 record only. Data in the file is 2007-04-12,2006.
I need to pass these value to FIVE different jobs as parameter.

How should I design the job to get this requirement.

Thanks in advance,
Param.