OPW-00014: Could not delete password file

In this post we will discuss about OPW-00014: Could not delete password file. Facing OPW-00014: Could not delete password file while executing $orapwd FILE=’+DATA/PRTEST/orapwprtestc’ delete=y.

Error: –

$orapwd FILE='+DATA/PRTEST/orapwprtestc' delete=y

OPW-00014: Could not delete password file +DATA/PRTEST/orapwprtestc.
RESOURCE LIST: ora.testc.db

Solution:-

Use the below command to delete the Password File which was previously created in oracle database.

$orapwd delete=y dbuniquename=prtest <= for database

$orapwd delete=y asm=y <= for ASM

Leave a Comment