When attempting to backup (export) an RSA Identity Governance & Lifecycle database using the RSA-supplied backup script home/oracle/database/DBA/AVDB/scripts/AVDB_Export_AVUSER.sh,
the export fails with the following error:
Error: /home/oracle/AveksaExportImportDir/Export_AVDB_avuser_History-<date of import>.log (Permission denied)
or, when attempting to restore (import) an RSA Identity Governance & Lifecycle database using the RSA-supplied backup script home/oracle/database/DBA/AVDB/scripts/AVDB_Import_AVUSER.sh,
the import fails with the following error:
Error: The input File 'Export_ADB_avuser_<optional added information>.dmp' does not exist or is not a valid file.
- Check that the file permissions and ownership on the backup directory allow the Oracle user access to the backup directory. As the root user, execute the following linux commands:
# ls -l AveksaExportImportDir
# chmod 755 AveksaExportImportDir
# chown oracle:oinstall AveksaExportImportDir
- If this is an import, also check the file permissions and ownership on the backup file:
# ls -l <backup dump file>
# chmod 755 <backup dump file>
# chown oracle:oinstall <backup dump file>