This content has been marked as final.
Show 2 replies
-
1. Re: data guard sys lock
Joerg.Sobottka Oct 9, 2018 9:34 AM (in response to 3030836)The REDO transport is done by the SYS user account by default, so if you lock the account, the redo transport to the standby will fail.
Create a new REDO_TRANSPORT_USER before you lock SYS.
How to create a REDO_TRANSPORT_USER cookbook:
https://blog.dbi-services.com/oracle-12cr2-dataguard-and-the-redo_transport_user/
Regards
Joerg
-
2. Re: data guard sys lock
3030836 Oct 9, 2018 9:39 AM (in response to Joerg.Sobottka)Thanks. We will try the solution.