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

相关文章

这篇文章主要介绍“hive和mysql的区别是什么”,在日常操作中...
这篇“MySQL数据库如何改名”文章的知识点大部分人都不太理解...
这篇文章主要介绍“mysql版本查询命令是什么”的相关知识,小...
本篇内容介绍了“mysql怎么修改字段的内容”的有关知识,在实...
这篇文章主要讲解了“mysql怎么删除unique约束”,文中的讲解...
今天小编给大家分享一下mysql怎么查询不为空的字段的相关知识...