Thank you for the advices.
I try to precise my problem:
1. Oracle restores data according the backup information data located in Oracle controlfile.
I assume that I make controlfile backups from rman only (not by file) and I lose the whole database with all files. Is any possibility to restore the controlfile saved by rman from NetWorker on a newly created Oracle database in this situation?
2. On the other hand – which way backup Oracle controlfile by file.
I use only one nsrnsmo.bat file for many type of backup by many groups (only rman scripts varied).
To version 3.5 of nsrnmo I used modified nsrnsmo.bat by move “SET POSTCMD” to other place in the script to use command arguments:
…
REM
REM Execute the backup command
REM
SET args=%*
SET POSTCMD=F:\rman\cfiles.bat %args%
nsrnmostart %args%
…
As of version 4.1 of nsrnmo such construction has still worked, but when Oracle backup fail NetWorker group has incorrect status “successful”.
Is any possibility to run command set as POSTCMD in nsrnmo.bat with all command arguments (information about NetWorker pool, group, expiration time, etc)?