You should not truncate bi. You just need to roll forward after-images in the right order starting with the first after-image immediately after backup was taken.
This version will give the size in GB.
define variable dbhw as decimal init 0 no-undo.
for each _AreaStatus where
( not _AreaStatus-Areaname matches "*After Image Area*" )
no-lock:
display
_AreaStatus-Areanum format ">>>" column-label "Num"
_AreaStatus-Areaname format "x(20)"...
You can use _AreaStatus VST
for each _AreaStatus where
( not _AreaStatus-Areaname matches "*After Image Area*" )
no-lock:
display
_AreaStatus-Areanum format ">>>" column-label "Num"
_AreaStatus-Areaname format "x(20)" column-label "Area Name"
_AreaStatus-Totblocks...
To create multivolume db with bs 8192 use prostrct
$DLC/bin/prostrct create /path/db-name /path/db-name.st -blocksize 8192
Check the stracture file /path/db-name.st
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.