>        Does anyone know of way of telling how many entries you have in a
>database without doing a unloaddb.??

select sum(num_files) as "Total files" from occupancy

will tell you how many filespace objects are in the database
(which does not include administrative objects, log entries, and the like).

   Richard Sims, BU

Reply via email to