Dealy attribute in dataguard recover database command
I'm issuing the following command on standby server in dataguard not real time recovery.
alter database recover managed standby database delay 10 disconnect from session;
This mean that I'm 10 minutes behind the last commit on the primary server.
Or
This mean that I'm 10 minutes behind the latest archive log on the primary server.
It would be helpful if someone can clarify this.
Thank you