|
Also see following error messages: EXP-00257: \\n. exporting foreign function library names LDR-00257: TERMINATED BY EOF option not valid with ENCLOSED BY option\\n ORA-00257: Archiver error. Connect internal only, until freed
SQL> select log_mode from v$database; LOG_MODE ------------ ARCHIVELOGBecause the database is running in archive log mode, the redo log files are archived to an archive destination. (one of) the destination(s) have no sufficient space left to write the archived redo logs to. SQL> select destination from v$archive_dest; ...Check if there is sufficient space left, if not, archive the archived redo logs to tape/other disk/... The database should free itself after this error. If this is not the case try issuing the alter system archive log all; command connected AS SYSDBA. Forum Messages
Add your message for ORA-00257
| |||
