Search found 7201 matches

by admin
Thu Jul 18, 2002 12:21 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Viewing Data in Native Stage (OCI, SyBase, OLEDB) - sorry,
Replies: 1
Views: 387

yes, your right. My mistake, its only in the OLE/DB stage that the View Data isnt available. Someone asked me that question, and I didnt verify. So I should reformulate my question: Why DataStage is not providing the "View Data" functionality in the OLE/DB stage? ) -----Original Message----- From: D...
by admin
Thu Jul 18, 2002 12:05 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Viewing Data in Native Stage (OCI, SyBase, OLEDB)
Replies: 1
Views: 420

Viewing Data in Native Stage (OCI, SyBase, OLEDB)

Just out of curiosity....

Why DataStage is not providing the "View Data" functionality in their native stages such as Oracle OCI and Sybase OCI?

tks

christian
by admin
Thu Jul 18, 2002 12:02 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Viewing Data in Native Stage (OCI, SyBase, OLEDB)
Replies: 1
Views: 420

Dont know about the others, but view data has been available on Oracle OCI (ORAOCI8) in every version I have used (ranging from versions 3.5 to 5.2). -----Original Message----- From: Pelletier, Christian [mailto:CPELLETIER@probusiness.com] Sent: Thursday, 18 July 2002 10:05 AM To: datastage-users@ol...
by admin
Wed Jul 17, 2002 11:47 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Paramater Manager
Replies: 2
Views: 445

The template job with all parameters is an approach I have been using since release 2.2. It works well when I hand over a project to other developers. It helps particularly if you know how to make your template job read-only, so that they cant accidentally overwrite it! However, documented and manag...
by admin
Wed Jul 17, 2002 11:40 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Paramater Manager
Replies: 2
Views: 445

Paramater Manager

Does someone know if Parameter Manager is now (or will eventually be) shipped with DataStage XE, like Version Control? It seems useful but 10000$ is a little more that my manager is willing to spend... Any other alternatives out there? I am thinking of creating one baseline job with all the generic ...
by admin
Wed Jul 17, 2002 10:55 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Hash File Creation
Replies: 21
Views: 4025

Karthik: If I understand what you are doing, it is creating a snapshot of the data as it is sourced from a table. Then, you are going to read this snapshot and load it into a table. Things youre missing: (1) DataStage jobs are single threaded, this means that if your sourcing job is the only one sel...
by admin
Wed Jul 17, 2002 4:32 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: G33023 - Enhancement request to add a utility to upgrade the
Replies: 1
Views: 347

Please could you include Polk St Albans and Polk Leeds as a requestor for this enhancement. Many Thanks Lawrence Ross -----Original Message----- From: Johnson, Carol S. (IS) [mailto:Carol.S.Johnson@CommerceBank.com] Sent: 17 July 2002 17:23 To: datastage-users@oliver.com Subject: FW: G33023 - Enhanc...
by admin
Wed Jul 17, 2002 4:23 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: G33023 - Enhancement request to add a utility to upgrade the
Replies: 1
Views: 417

If you think this enhancement would benefit you, please notify Ascential. > -----Original Message----- > From: Johnson, Carol S. (IS) > Sent: Wednesday, July 17, 2002 11:18 AM > To: support@ascentialsoftware.com > Subject: G33023 - Enhancement request to add a utility to upgrade the > DataStage clie...
by admin
Wed Jul 17, 2002 1:18 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: A quick and easy question! Reply
Replies: 3
Views: 701

I guess I am curious as to how your program knows whether it will do an insert or an update. Most of this time this decision is made through doing a lookup to see if your key is already on the table. I would think in whatever mechanism this is done you could also store the value of the column you ar...
by admin
Wed Jul 17, 2002 1:05 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: A quick and easy question! Reply
Replies: 3
Views: 701

Nothing. As youve seen, most people misunderstood your situation. As people have since pointed out, youve got two primary options - either use two constrained links to write to Oracle, one which contains the column if non-null and one that omits it if null, or do a lookup to pull in the old value an...
by admin
Wed Jul 17, 2002 1:02 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Connecting to SQL Server
Replies: 2
Views: 415

Other than OCI and ODBC, there is also a SQL Server Bulk Loader. Riccardo Tani wrote:Hi, Yes, there is one for SQL Server 7/2000 (It should be this VMmsss15.so). So you can use ODBC stage!! Riccardo ----- Original Message ----- From: "Denzil Sander" To: Sent: Wednesday, July 17, 2002 1:25 PM Subject...
by admin
Wed Jul 17, 2002 12:35 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Connecting to SQL Server
Replies: 2
Views: 415

Hi, Yes, there is one for SQL Server 7/2000 (It should be this VMmsss15.so). So you can use ODBC stage!! Riccardo ----- Original Message ----- From: "Denzil Sander" To: Sent: Wednesday, July 17, 2002 1:25 PM Subject: Connecting to SQL Server > Hi all > > Is it possible to connect to SQL Server with ...