내맘대로긍정이 알려주는
Oracle 23ai 신기능
무료 세미나 발표자료
다운로드
trending_flat
OS환경 : Oracle Linux6.8(64bit)
DB 환경 : Oracle Database 12.2.0.1
에러 : 12c r2 이상 버전에서 패스워드 파일 만들 때 발생하는 경고 메세지
$ orapwd file=$ORACLE_HOME/dbs/orapwadg1 password=oracle
OPW-00029: Password complexity failed for SYS user : Password must contain at least 8 characters.
해결 방법 : 12c r1 버전(포맷)으로 만들고 force 옵션을 준다.
$ orapwd file=$ORACLE_HOME/dbs/orapwadg1 format=12 force=y password=oracle
원인 : 12c r2 이상의 버전은 패스워드를 8자리 이상으로 해야하는 조건이 생겨서 발생한 경고 메세지
참조 : http://christian-gohmann.de/2017/05/08/orapwd-enforces-password-complexity-rules-in-12-2-0-1/
'ORACLE > Trouble Shooting' 카테고리의 다른 글
Warning: ORA-16792: configurable property value is inconsistent with member setting (0) | 2018.07.12 |
---|---|
ORA-16714: the value of property 에러 (0) | 2018.07.12 |
oratop로 세션 모니터링, pga 초과로 인한 에러 (0) | 2018.07.09 |
no row selected sqlplus (0) | 2018.06.28 |
[Data Guard] ORA-16789: standby redo logs configured incorrectly (0) | 2018.06.25 |