Referring to the following sample Reorg script, what unit is largest_extent_required and freespace_required defined in? Also why is the amount of freespace_required many times bigger than largest_extent_required?
begin
if not quest_spc_util.wait_for_freespace(
tablespace => 'PSAPBTABI',
largest_extent_required => 698720,
freespace_required => 4631480)
then
raise_application_error(-20102,'Free space not available');
end if;
end;
You need to be signed in and under a current maintenance contract to view premium knowledge articles.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center