Recommendation Tips About How To Increase Db_recovery_file_dest_size
Db_recovery_file_dest_size = integer [k | m | g] default value.
How to increase db_recovery_file_dest_size. Sql> alter system reset log_archive_dest_1 scope=spfile; Db_recovery_file_dest_size parameter defines size of recovery area which can be used for archive log, rman backup's, flashback logs. (sqlplus / as sysdba) from command line.
Anyway please look at the following; The trick to increasing the limit for db_recovery_file_dest_size was to: #check recovery file dest size sql# set lines 100 sql# col name format a60.
Login to your oracle database. Open the database in mount. When i shutdown database and again open.
Db_recovery_file_dest_size specifies (in bytes) the hard limit on the total space to be used by target database recovery files created in the fast. Sid='*' modifiable in a pdb. Alter system set db_recovery_file_dest_size=60g scope=both;
Please also mention the complete datbase version (4 digits). Sql > alter system set db_recovery_file_dest_size = 3500g sid = '*' scope = both; Back up files to tertiary device such as tape using rman backup recovery area command.
As a result, the database will implicitly set archived log. Checked the alert log find, we find the db_recovery_file_dest is full and alert log is giving following. Connect to sql*plus as sysdba sql> alter.