Search found 7201 matches
- Fri Dec 20, 2002 3:05 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Rip. : performance issue!
- Replies: 1
- Views: 398
Rip. : performance issue!
This is a topic for an orphaned message.
- Fri Dec 20, 2002 3:04 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: performance issue!
- Replies: 5
- Views: 1684
Hi Gujjala, Thanks for instant responce. But both stages are very straight forward and no complexicities. infact the faster one has constraint not other one.both jobs ran at the same time and lesser one ran several times, but still same results. Thanks Ramesh Surendranath Gujjala wrote: > From the d...
- Fri Dec 20, 2002 2:55 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: performance issue!
- Replies: 5
- Views: 1684
>From the datastage perspective It could be because of: 1. Complexity of the logic 2. Types of stages you are using like -aggregator/sort etc 3. hash files if any There may be several other reasons for this like: network traffic, your server availability at the time of your run, sql logic etc regard...
- Fri Dec 20, 2002 2:48 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: performance issue!
- Replies: 5
- Views: 1684
performance issue!
Hi,
I am loading two flat files into two oracle tables, one file is loaded
at the rate of 370 rows/sec and other one loaded at the rate of
1336rows/sec. both flat files are located in the same folder on unix
box. Any light on this.
Thanks
Ramesh
I am loading two flat files into two oracle tables, one file is loaded
at the rate of 370 rows/sec and other one loaded at the rate of
1336rows/sec. both flat files are located in the same folder on unix
box. Any light on this.
Thanks
Ramesh
- Thu Dec 19, 2002 9:50 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: DS.TOOLS General admin question(basic)
- Replies: 3
- Views: 4216
DS.TOOLS is just "there" in each DataStage project. Wolfgangs reply misses one vital step. DS.TOOLS does not exist in the UV project, so that a LOGTO step is required. cd `cat /.dshome` . ./dsenv bin/uv LOGTO projectname Hi Waren, > > as far as I know it is not in any DataStage Manual. "DS.TOOLS" is...
- Thu Dec 19, 2002 7:40 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Parallel Extender - Configuration...
- Replies: 0
- Views: 750
Parallel Extender - Configuration...
Does anyone know what files need to be modified (such as dsenv) for Parallel Extender as well as how to change the default environment settings so all new projects inherit them (an example would be the C compiler path)? We have DS 6.0 w/ the Parallel Extender option. It doesnt seem to be working cor...
- Thu Dec 19, 2002 4:06 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: codes.ORAOCI83: Error while trying to retrieve text for erro
- Replies: 0
- Views: 473
codes.ORAOCI83: Error while trying to retrieve text for erro
This is a topic for an orphaned message.
- Thu Dec 19, 2002 3:22 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: DS.TOOLS General admin question(basic)
- Replies: 3
- Views: 4216
Hi Waren, as far as I know it is not in any DataStage Manual. "DS.TOOLS" is a menu with a lot of helpful tools for administration and errorhandling. One way to use it is: Start: administrator Choose a Project and start with DS.TOOLS (capital letters) as command. Then you get a menu and you can act a...
- Thu Dec 19, 2002 3:20 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: DS.TOOLS General admin question(basic)
- Replies: 3
- Views: 4216
The DS.TOOLS is command that you can run by Administrator Client Interface. After you are logged in (by dsadm user for DS 5.x or uvadm for DS 4.x) you select the Project that you want check and using "Command" button you can use this command on "Command" Field. You can also run this command connecti...
- Thu Dec 19, 2002 3:13 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: codes.ORAOCI83: Error while trying to retrieve text for erro
- Replies: 2
- Views: 635
Hi Ramesh, DataStage is a Server-Tool. The DataStage Clients (Director, Manager, Admin, Designer ....) are only windows you use for to see on the server. You have to check if the ORA-DataStage-Link is okay on the serverside. Telnet to the server on Unix or go to the Server on Windows and see if ther...
- Thu Dec 19, 2002 2:52 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: codes.ORAOCI83: Error while trying to retrieve text for erro
- Replies: 2
- Views: 635
And what about the "View Data" on designer?? I thing that this is the best way to check what the process will do. Could be some error in the stage (DSN, UserId, Passwd....) Best Regards Giovanni ----- Original Message ----- From: "ramesh pothuru" To: Sent: Thursday, December 19, 2002 3:22 PM Subject...
- Thu Dec 19, 2002 2:22 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: codes.ORAOCI83: Error while trying to retrieve text for erro
- Replies: 2
- Views: 635
codes.ORAOCI83: Error while trying to retrieve text for erro
Hi, I am able to import target table in to manager and able develop a job. But while running the job, its giving the fallowing message. codes.ORAOCI83: Error while trying to retrieve text for error ORA-12154 I know, this is TNS issue, But from my desktop, I am able to access those tables from datast...
- Thu Dec 19, 2002 2:17 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: DS.TOOLS General admin question(basic)
- Replies: 3
- Views: 4216
DS.TOOLS General admin question(basic)
We have been having problems releasing locks and I think we missed something basic based on a recent response of Rays: "... in a project in which DS.TOOLS options to administer locks/processes has been executed, ..." What is DS.TOOLS and how does one go about executing/installing/using it? Is it in ...
- Thu Dec 19, 2002 11:46 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: job which get a value and launch an other job with this valu
- Replies: 1
- Views: 448
job which get a value and launch an other job with this valu
This is a topic for an orphaned message.
- Thu Dec 19, 2002 11:46 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: job which get a value and launch an other job with this valu
- Replies: 1
- Views: 448
There are quite a few ways you can do this. The simplest (max use of DataStages GUI) is a first job that gets the value by whatever means, and loads it into the user status area (via DSSetUserStatus in a routine called from a Transformer). The controlling routine can then use DSGetJobInfo to retriev...