Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting "ORA-01017: invalid username/password; logon denied" when using SRVCTL

Fabricio_JorgeJun 6 2018 — edited Jun 11 2018

Hi,

   Oracle Clusterware and RDBMS...: 12.2.0.1.0

   OS................................................: OEL 7.4

   Oracle Restart environment

   I am getting the following error while trying to stop/start a database, via srvctl (as "oracle" user):

   srvctl stop database -db cdb1

   PRCD-1334 : failed to stop database cdb1

   PRCD-1124 : Failed to stop database cdb1 and its services

   PRCD-1131 : Failed to stop database cdb1 and its services on nodes

   PRCR-1133 : Failed to stop database cdb1 and its running services

   PRCR-1132 : Failed to stop resources using a filter

  ORA-01017: invalid username/password; logon denied

   CRS-2675: Stop of 'ora.cdb1.db' on 'hostname' failed

   I am able to check the status of the database via srvctl, without any problems:

   srvctl status database -db cdb1

   Database is running.

   Via SQ*Plus, i can perform any operations using the "oracle" user, as he is the owner of the database. The passwordfile exists at the ORACLE_HOME/dbs path:

   [oracle@srv dbs]$ ls -lhrt ora*

   -rw-r-----. 1 oracle oinstall 3.5K Mar  7 19:04 orapwcdb1

   The oracle user belongs to the following OS groups:

   [root@srv ~]# id -a oracle

   uid=54321(oracle) gid=54321(oinstall) groups=54321(oinstall),54322(dba),54323(oper),54324(backupdba),54325(dgdba),54326(kmdba),54330(racdba),54327(asmdba),54329(asmadmin)

Do anyone have any clues for the reason i am getting this issue? Have anyone gone throught this issue?

Thanks in advance for the help and attention.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 9 2018
Added on Jun 6 2018
1 comment
5,911 views