Our database uses Active Data Guard.
If I create a user in primary database, will that be automatically created in DR database ?
Our database uses Active Data Guard.
If I create a user in primary database, will that be automatically created in DR database ?
The answer is: Yes, the user you created in the PD will be created in the ADG.
An oracle ADG is a physical standby which enables read-only access while Redo Apply is active.
There are three types of standby database in Oracle.
Redo
(actually it's block-level-copy)LogMiner
).An Active Data Guard is a physical standby.
the DR is maintained by applying all of the redo that is generated on the primary. Thus all activity on the primary should be replicated on the DR. It wouldn't make much sense if the DR were not kept as a mirror copy of the primary, would it?