Hi,
On 11.2.04 on AIX 7
Want to avoid log archive destination full.
Then to see the max possible I ran:
SQL> show parameter db_recovery_file_des
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
db_recovery_file_dest string
db_recovery_file_dest_size big integer 0
How can I know the maxiumu size of archived log that db can support?
Thanks.