Connecting to physical standby db (mounted) without sysdba or disable auditing of sysdba logins
Hi
The problem is, with monitoring scripts connecting as sysdba via sqlplus, I get loads of audit files (*.aud) into the directory
$ORACLE_BASE/admin/db_unique_name/adump/
Like I mean close to a 100k, if not deleting regularly.
I thought of creating a regular user and using this opposed to "/ as sysdba"
But I realized that I cannot connect to standby database without sysdba, I get:
ERROR: ORA-01033: ORACLE initialization or shutdown in progress
I know, in recent releases, there is a parameter:
audit_sys_operations
But this seems like only control whether to audit sysdba operations, but not sysdba logins.