How to modify Oracle Initialization Parameters in Oracle RAC db
I would like to modify the AUDIT_SYS_OPERATIONS and SQL92_SECURITY parameters to TRUE. I have a two node Oracle RAC db.
Should I stop the clustering services, modify the parameters on both nodes and restart them? Or modify the parameter on one node (node1), restart node1, restart node 1 (no modification)?
ALTER SYSTEM SET AUDIT_SYS_OPERATIONS = TRUE scope=SPFILE;
Thanks.