Hello!
with omnidb -oracle8 host:set -latest -detail it is possible to get the the information of the lastest backup. This is possible for the control-objects, but not for the databases and Redo-Logs.
For example:
I have followint objects of a host:
<host>:c-2846848631-20160506-01 Oracle8
<host>:ORA_PROD_CMPROD_DB<CMPROD_15385:922312815:1>.dbf Oracle8
<host>:ORA_PROD_CMPROD_ARCH<CMPROD_17091:933080755:1>.dbf Oracle8
<host>:c-2846848631-20150328-00 Oracle8
Is it possible to get the last backupinformation of the DB and the archlogs?
I always get an Syntax Error
omnidb -oracle8 <host>:ORA_PROD_CMPROD_DB<CMPROD_15385:922312815:1>.dbf Oracle8 Syntaxfehler.
I know it's possible to to get all backupobjects with omnidb -oracle8 | findstr <host>. But I need the last backup of the database!
maybe their is a solution I did not find in documentation.
rg
Hansi