Approved: Fortect
Here are some simple ways that can help you fix the error when creating an archived log.
Subject: ORA-00270 Error creating archive log [Message # 383035 a is actually a response to message # 383033 ] | January 27, 2009 12:37 AM | |||
|
||||
Edit Product Group Log_archive_dest_state_2 = ENABLE scope = both;
Modified system. List of archived logs SQL>; Modified system. SQL STATUS ERROR Approved: FortectFortect is the world's most popular and effective PC repair tool. It is trusted by millions of people to keep their systems running fast, smooth, and error-free. With its simple user interface and powerful scanning engine, Fortect quickly finds and fixes a broad range of Windows problems - from system instability and security issues to memory management and performance bottlenecks. This is the complete script |
||||
I then confirmed that the archived logs were generated and primary
Solution: Check primary and backup alert logs normally
and I will probably see the following error in the browse log,
ORA-19815: WARNING: db_recovery_file_dest_size of 32212254720 bytes is also used at 100.00% and has 0 available bytes
So I checked the FRA free size against the database and saw 99% fully built
SELECT NAME, TO_CHAR (SPACE_LIMIT, ‘999,999,999,999’) AS SPACE_LIMIT,
TO_CHAR (SPACE_LIMIT – SPACE_USED + SPACE_RECLAIMABLE,
“999.999.999.999”) AS SPACE_AVAILABLE,
ROUND ((SPACE_USED – SPACE_RECLAIMABLE) / SPACE_LIMIT 2,100, 1)
LIKE PERCENT_FULL OF V $ RECOVERY_FILE_DEST;
SURNAME——————————————— —– ————————————————– ——-
/ v10 / oracle / archive / db_name 32.212.254.720 341.460.480 99
You have the following ideas to free up space in the data recovery area:
************************************************ * * *******************
1. Consider changing the RMAN POLICY retention period. If everyone is using Data Guard,
Next, consider changing the REMOVAL POLICY for ARCHIVELOGUE rman.
2. Back up your electronic files to a third device called example on magnetic tape used by RMAN
RESTORE Manage the backup area.
3. Add a temporary disk and set the db_recovery_file_dest_size parameter to
. increaseReflect the new room.
4. Delete unnecessary files using the DELETE rman command. When the company
The system command was used to delete files. Then use RMAN CROSSCHECK and
TIME Clear commands.
*********************************************** * * *******************
Then I just selected the journal from the matched archives and deleted the expired archives
After cross-checking and deleting expired archives, we recreated the size of the flash memory area to 50%
then the microfiche is created in standby mode, the app is launched and the alert is cleared.