Hello,
using the folowing command:
1.
I was able to apply all AI files one by one and restore the database .
How can I apply all AI files with one rfutil command only?
(without having to execute rfutil once for each AI file)
I can automate this process if use a shell script and execute
rfutil as many times as needed...
But I'm looking for a solution using the folowing
rfutil command syntax:
2.
where :
-a ai-name
Identifies the AI area of the specified database.
Can anyone explain how do I do roll forward in this case?
What do I need to have before I start database restore?
How this roll forward No.2 is different from the one I'm using now - No.1
(applying AI files one by one)
Thank you for your help in advance!!
using the folowing command:
1.
Code:
rfutil db-name -C roll forward AI-file-name
How can I apply all AI files with one rfutil command only?
(without having to execute rfutil once for each AI file)
I can automate this process if use a shell script and execute
rfutil as many times as needed...
But I'm looking for a solution using the folowing
rfutil command syntax:
2.
Code:
rfutil db-name -C roll forward -a ai-name
-a ai-name
Identifies the AI area of the specified database.
Can anyone explain how do I do roll forward in this case?
What do I need to have before I start database restore?
How this roll forward No.2 is different from the one I'm using now - No.1
(applying AI files one by one)
Thank you for your help in advance!!