Many thanks, that have responded to my problem!
You wrote:
By issuing db2 get db cfg for <database name> | find /i "first active log"" you'll learn the first log file since the last backup.
As far as I have understood this parameter (loghead) indicates on the
lowest numbered log that is active and it dynamically is refreshed
during completion of transactions in a database.
You wrote:
Rollforward command may need any log file between that file and the currently active file.
I am interested in what physical object (included in a structure,
databases) the information about the current unique identifier
of the completed transaction, on which DB2, should compare
with the same identifier at a level of tablespaces
(me a place the storage too interests it), to determine
whether is necessary rollforward of transactions on tablespaces to
recover a database in an consistent state?
From your answer and as I have understood independently,
this information is stored in the configuration file of a database. Whether so it?
Beforehand I thank for any explanations!