Database Error Messages

Release
toggle
  • 23ai
  • 21c
Updated
Jun 24, 2024

PRGZ-03327

Password file does not exist or is not accessible for user {0}, database {1}.

Cause

An attempt to migrate a database with zero downtime was rejected because the indicated database password file required for cloning the database password file was not configured for the indicated database or was not accessible.


Action

Review and ensure Oracle Database password file exists and is accessible and then retry the operation. Following are probable error conditions to be resolved:

  1. Oracle Database password file is not configured
  2. If password file exists in ASM and non sudo priviliged user is supplied for source node access and source has role separation and database user is not allowed to copy password file out of ASM, then either:
  3. Specify a sudo privileged user for migration, or
  4. Copy wallet from ASM to database user accessible path and specify it in ZDM_SRC_DB_PASSWORDFILE_LOC parameter.
  5. Sudo privileged user supplied, but ASMCMD failed to copy password file as grid user.