Real time apply in Active dataguard
Hi I have a doubt.
We know that using active dataguard we can keep standby database in read only mode.
Using active dataguard can we also enable real time apply on stand by database?
Like below.
alter database recover managed standby database using current logfile disconnect from session;
Any help is appreciated.
Thanks.