Create password files for database in ASM diskgroup DBACLASS
Below are the steps for creating password file for database in ASM diskgroup . This method is valid only for oracle 12c onwards. SYNTAX – ASMCMD> pwcreate –dbuniquename {db_unique_name} {file_path} {sys_password} Example: Here we will create a password file with dbuniquename PRDPRE. ASMCMD> pwcreate --dbuniquename PRDPRE +DATA/PWDFILE/pwdPRDPRE oracle Check whether new pwdfile is created or […]
oracle clusteringintermediate
by OracleDba
22 views