IMPAX 6.5.1 Server Knowledge Base home > Oracle Server home > Recovering with disk backups
This topic applies when using disk backups for an Oracle database.
When the disk where the transaction logs are stored is completely full, you receive an error message similar to the following:
ORA-00257: archiver is stuck. CONNECT INTERNAL only, until freed.
To recover when the disk is full from transaction logs
Log in as the oracle user (Solaris) or the AgfaService user (Windows).
In a command prompt, type
rman target /
To obtain a list of the archive logs on the system, type
list archivelog all;
Delete the archive logs by typing
delete archivelog all;
Type exit.
Topic number: 67061 Applies to: IMPAX 6.5.1 Server Knowledge Base |