How can I copy a passwordfile in ASM?
When I copy a psswordfile with pwcopy (ORACLE Version: 12.1.0.2):
pwcopy $ORACLE_HOME/dbs/orapwNN +DATA/NN/PASSWORD/orapwNN
a symblic link orapwNN is created in the +DATA/NN/PASSWORD/ directory and the orapwNN file is be stored in +DATA/ASM/PASSWORD/pwdasm.123.123456
but I want to get the orapwNN in the +DATA/NN/PASSWORD/ directory
How is this possible?