Password File Order
The password file creation process
The correct order is:
- Shutdown the database.
- Use orapwd to create the password file.
- Set the
REMOTE_LOGIN_PASSWORDFILE
parameter to EXCLUSIVE
.
- Start the database.
What type of files will not be backed up in a backup set?
- Data files
- init.ora or parameter files
- Password files
- Control files
- Archive logs
Answer:
B and C.
RMAN will back up only data files, control files, and archive logs in a backup set.
Data files and archive logs must be separated into different backup pieces within backup sets.