ADSM-L

Re: [ADSM-L] SQL querying

2008-07-23 13:56:52
Subject: Re: [ADSM-L] SQL querying
From: Stef Coene <stef.coene AT DOCUM DOT ORG>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 23 Jul 2008 19:55:26 +0200
On Wednesday 23 July 2008, Loon, E.J. van - SPLXM wrote:
> Hi *SM-ers!
> I'm trying to create an SQL query to extract failed files from the
> activity log.
> When I do a select * from actlog all goes well, but as soon as I replace
> the * with things like nodename, date_time, message to filter the
> output, the query becomes slower and slower.
> Is there a possibility in TSM to put the output of a slightly filtered q
> actlog (eg. Select * from actlog where originator='CLIENT') in a
> temporary table space which one can use in different queries later on?
It is faster / easier to do a select * from actlog and dump the output to a
file.  I prefer perl to process the content of the file.


Stef

<Prev in Thread] Current Thread [Next in Thread>