지금까지 정리한 Oracle Database에서 발생한 ORA- 관련 글 전체 목록입니다. 데이터베이스의 문제 해결에 활용할 수 있습니다.
- ORA-01861: 리터럴이 형식 문자열과 일치하지 않음 ( literal does not match format string )
- ORA-28000: the account is locked (Oracle 사용자 계정 잠금상태 풀어주기)
- ORA-00933: SQL command not properly ended 문법 관련 오류 해결하기
- ORA-01722: 수치가 잘못되었습니다. (invalid number)
- ORA-01126: database must be mounted in this instance and not open in any instance
- ORA-28002: n 일안에 비밀번호가 만기될 것입니다(the password will expire within n days)
- ORA-28001: the password has expired (DB접속 에러)
- ORA-28002: the password will expire within n days 가 표시되었지만 로그인은 성공?
- ORA-00904: 부적합한 식별자 (invalid identifier)
- ORA-01839: 지정된 월에 대한 날짜가 부적합합니다 (date not valid for month specified)
- ORA-12899: 열에 대한 값이 너무 큼(실제: 15, 최대값: 10) value too large for column(actual: 15,maximum: 10)
- ORA-00001: 무결성 제약 조건(?)에 위배됩니다 unique constraint (?) violated
- ORA-01427 : 단일 행 하위 질의에 2개 이상의 행이 리턴되었습니다.(single-row subquery returns more than one row)
- ORA-01756 단일 인용부를 지정해 주십시오(quoted string not properly terminated) insert,update문에서 작은 따옴표( ‘ )도 단일 인용부가 아닌 문자로 등록하기
- Oracle TO_NUMBER함수 문자형에서 수치형 으로 변환하기
- ORA-12541: TNS : 리스너가 없습니다.(no listener)
- ORA-01843: not a valid month (지정한 월이 부적합합니다.)
- ORA-01017: sqlplus / as sysdba 명령으로 접속이 안될 때 오류 해결하기
- ORA-00933: SQL 명령어가 올바르게 종료되지 않았습니다 (SQL command not properly ended)
- ORA-28040 : 일치하는 인증 프로토콜 없음
- ORA-12705: Cannot access NLS data files or invalid environment specified