일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- cmd
- Java
- 다른사람 프로젝트 수정전 가져야할 자세
- 순서 보장
- JSON
- StringUtils.hasText
- 추천 사이트
- it
- 리눅스
- select
- 룸북
- js
- Intellij
- 타임리프
- 시퀀스 조회
- #{..}
- linux
- 프로젝트 클린
- 하모니카 OS 5
- 자바스크립트 인라인
- 개발시작전 자세
- 설정
- 함수 인자값 id
- Test 룸북 사용하기
- 비밀번호 변경 명령어
- 추천 프로그램
- 스프링부트
- 명령어
- BindingResult
- 타임리프와 스프링
Archives
- Today
- Total
목록◆SQL/OracleSQL (3)
웹개발 블로그
[Oracle] (에러) ORA-28001: the password has expired28001. 00000 - "the password has expired"
문제: Oracle SQL Developer 실행 후 ORA-28001: 비밀번호가 만기되었습니다. 요청한 작업을 수행하는 중 오류 발생:ORA-28001: the password has expired 28001. 00000 - "the password has expired" *Cause: The user's account has expired and the password must be changed. This can happen if any of the followings is true: * The database administrator expired the user account using the ALTER USER PASSWORD..
◆SQL/OracleSQL
2024. 8. 5. 01:09
[Oracle, Altibase] 시퀀스 값이 대폭 증가되는 현상
https://denodo1.tistory.com/273 [Oracle] Sequence 증가 분 이상 시 증상:sequence 생성 이후 seq_name.nextval로 생성되는 숫자가 1, 2, 3 으로 순차적으로 증가하는 것이 아니라 10, 20씩 늘어나는 경우가 있다. 이유: sequence에 cache 옵션이 선택되었기 때문이다. cache 옵션을 denodo1.tistory.com alter sequence 시퀀스명 nocache
◆SQL/OracleSQL
2023. 4. 6. 17:38