Oracle/이벤트25 ORA-00257: Archiver error. Connect AS SYSDBA only until resolved. 테스트 DB에서 아래의 에러가 발생하였습니다. sys 이외의 유저의 접속은 제한되었습니다. ORA-00257: Archiver error. Connect AS SYSDBA only until resolved. 원인은 아카이브쪽 용량이 100%라서 추가 파일을 생성하지 못했고, 그에 따라 난 에러였습니다. 해결은 특정 날짜 이전의 아카이브 파일을 삭제하였습니다. 명령어입니다. RMAN> connect target / RMAN> LIST ARCHIVELOG ALL; RMAN> delete archivelog all completed before 'sysdate -7'; 감사합니다. 2023. 11. 11. Error ORA-235 occurred during an un-locked control file transaction. Alert log 상에서 발생한 에러 이 에러는 12.1부터 DB 내부적으로 컨트롤 파일 트랜잭션이 향상되면서 발생할 수 있습니다. 자동으로 다시 시도하기 떄문에 무시해도됩니다. 에러메세지 Error ORA-235 occurred during an un-locked control file transaction. 설명 Starting from Oracle 12c, controlfile transactions are enhanced. We are no longer request a controlfile enqueue before scanning a particular controlfile section. This is done to minimize locking issues and improve perfor.. 2023. 6. 28. ora-01686: max # files (1023) reached for the tablespace 01686, 00000, "max # files (%s) reached for the tablespace %s" // *Cause: The number of files for a given tablespace has reached its maximum // value // *Action: Resize existing files in the tablespace, or partition the objects // among multiple tablespaces, or move some objects to a different // tablespace. 원인 : 테이블스페이스 당 허용된 데이터파일의 갯수를 넘어서서 나는 에러. 오라클 매뉴얼에 따르면, Maximum per tablespace 는 Operati.. 2023. 4. 7. SQL*Loader-510: Physical record in data file is longer than the maximum(1048576) 에러 SQL*Loader-510: Physical record in data file (dat파일 경로) is longer than the maximum(1048576) SQL*Loader-2026: the load was aborted because SQL Loader cannot continue. 해당 에러는 SQL*Loader를 사용하여 데이터 삽입 시 read bytes의 크기가 작아서 나는 에러입니다. 에러에 나오는 1048576는 약 1M로 default의 설정값입니다. 제가 테스트로 수행하여 증가시킨 MB는 20MB입니다. sqlldr 명령어 사용 시 뒤에 readsize=20971520를 추가하여 sql*loader를 수행합니다. 설정한 MB는 따로 제한은 없으나, 시스템 자체에서 수용할 .. 2023. 2. 1. 이전 1 2 3 4 5 ··· 7 다음