Creating a Password File for the Auxiliary Instance
Connections to the auxiliary instance can be established by using operating system authentication or password file authentication. For backup-based duplication, you can either create a password file or use operating system authentication to connect to the auxiliary instance. For active database duplication, you must use password file authentication.
To connect to a database by using password file authentication, you must create a password file for the database. When duplicating to a remote host, setting up a password file is mandatory. The default location for the password file is $ORACLE_BASE\database
on Windows and $ORACLE_BASE/dbs
on Linux and UNIX.
Note:
When you create a standby database by using RMAN duplication, password files are always copied. In all other cases, password files are copied only if you specify the PASSWORD FILE
option in the DUPLICATE
command.
Use one of the following options to create a password file for the auxiliary instance on the destination host:
See Also:
Parent topic: Preparing the Auxiliary Instance on the Destination Host