ADSM-L

Re: Number of Objects in ADSM DB - by filespace...?

1999-02-16 07:06:51
Subject: Re: Number of Objects in ADSM DB - by filespace...?
From: Ray Schafer <schafer AT TKG DOT COM>
Date: Tue, 16 Feb 1999 07:06:51 -0500
Craig McAllister wrote:

> Hi All,
>         I need to know how to calculate the number of objects held in the
> ADSM DB for each filespace, including all the inactive files, so I can give
> an estimate of the amount my DB has to be extended by.
>
>         Can anyone help?

You might try:

select node_name, filespace_name, count(*) as "Total Objects" from backups
group by node_name, filespace_name



--
Ray Schafer                   | schafer AT tkg DOT com
Ray Schafer                   | schafer AT tkg DOT com
The Kernel Group              | Network Computing Consulting
<Prev in Thread] Current Thread [Next in Thread>