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!

In ASM, pwcopy command copying the password file under '+DATA/ASM' not under database directory

ashutoshSep 6 2014 — edited Sep 29 2014

Hi All,

In my test environment I am building a 2 node 12c RAC standby database. For the same I have copied the password file from PROD to STANDBY CLUSTER under $ORACLE_HOME/dbs directory on both the nodes.

PROD DATABASE: INPRAC03

STANDBY :            INCRAC03

On node 2 on standby cluster ,I try copy the password file from /dbs directory to ASM ,

ASMCMD> pwd

+DATA/INCRAC03

ASMCMD> ls -lt

Type  Redund  Striped  Time             Sys  Name

                                        N    TEMPFILE/

                                        N    PASSWORD/

                                        N    PARAMETERFILE/

                                        N    ONLINELOG/

                                        N    DATAFILE/


ASMCMD> pwcopy --dbuniquename INCRAC03 /u01/app/oracle/product/12.1.0/db_1/dbs/orapwINCRAC03_2 +DATA/INCRAC03/orapwincrac03

copying /u01/app/oracle/product/12.1.0/db_1/dbs/orapwINCRAC03_2 -> +DATA/INCRAC03/orapwincrac03


ASMCMD> ls -lt

Type      Redund  Striped  Time             Sys  Name

                                            N    TEMPFILE/

                                            N    PASSWORD/

                                            N    PARAMETERFILE/

                                            N    ONLINELOG/

                                            N    DATAFILE/

PASSWORD  HIGH    COARSE   SEP 07 08:00:00  N    orapwincrac03 => +DATA/ASM/PASSWORD/pwdasm.270.857637901


Now the issue is that why the password file is pointing to '+DATA/ASM/PASSWORD' instead of '+DATA/INCRAC03/PASSWORD'.

There is nothing under '+DATA/INCRAC03/PASSWORD'

ASMCMD> pwd

+DATA/INCRAC03

ASMCMD> cd PASSWORD

ASMCMD> ls -lt

ASMCMD>

Though logs are transfer to standby is ok.

Plz suggest to clarify.

Regards,

Ashutosh Khare.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 27 2014
Added on Sep 6 2014
6 comments
4,822 views