Configure audit in Data guard
Friends,
We have oracle 11g data guard with physical standby database in linux platform. Now, manager want to set up audit in system.
We alter system set audit_trail='DB','EXTENDED' scope=spfile; After reboot primary DB, its will copied into physical stand DB.
But physical standby db does not need audit. how do we turn off audit in standby db? can we run alter system set audit_trail='' scope=spfile; and reboot physical standby DB?
Thanks
newdb