码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2017-08-21 00:34:24      阅读:440      评论:0      收藏:0      [点我收藏+]

标签:from   orapwd   enforces   

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


本文出自 “roidba” 博客,请务必保留此出处http://roidba.blog.51cto.com/12318731/1957819

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

标签:from   orapwd   enforces   

原文地址:http://roidba.blog.51cto.com/12318731/1957819

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!