微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

OPW-00029 (passwordfile in Oracle Database 12c Release 2)

APPLIES TO:

Oracle Database - Enterprise Edition - Version 12.2.0.1 and later
information in this document applies to any platform.

SYMPTOMS

From Oracle Database 12c release 2 (12.2), when use ORAPWD utility to create Password Files , authentication – enforces complexity rules for the provided password.

CAUSE

 When you try to create a password file with a less secure password, the orapwd terminates with an OPW-00029 error.

$ orapwd file=orapwd122 password=oracle

 OPW-00029: Password complexity Failed for SYS user : Password must contain at least 8 characters.

SOLUTION

  • Use strong password

            Provide a password which fulfills all complexity requirements.

         $ orapwd file=orapwd122 password=welcome1!

 

  • Create Password File in 12c format

            If you don't want to set a strong password, you can use the 12c Release 1 format using the format parameter (the default value of Format is 12.2).

         $ orapwd file=orapwd122 password=oracle format=12

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐