OPW-00010: Could not create the password file

In this post we will discuss about OPW-00010: Could not create the password file. We faced the issue while creating the password file.

Error :-

[gbtest@gtest04dlu01 dbs]$ orapwd file='+DATAC4/GBTESTC/orapwgbtestc' asm=y force=y entries=12 format=12

Solution:- To solve OPW-00010, we should reset the location of password file.

$srvctl modify database -db GBTESTC -pwfile

Then try to recreate it again.

[gbtest@gtest04dlu01 dbs]$ orapwd file='+DATAC4/GBTESTC/orapwgbtestc' asm=y force=y entries=12 format=12

Enter password for SYS:

Leave a Comment