opatchauto analyze fails when unzipped directory is on NFS: No permission to read directory content
(Doc ID 2196591.1)
Last updated on SEPTEMBER 16, 2021
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
Performing the analyze before applying the patch fails:
$ORACLE_HOME/OPatch/opatchauto apply /oracle/depot/PSU/24433148 -oh /opt/oracle/database/12.1.0.2 -analyze
No permission to read directory content
Patch path not found
The strace result showing the following:
[pid 19146] stat("/<StagingLocation>/PSU/24433148/24006101/24006101", {st_mode=S_IFDIR|S_ISGID|0750, st_size=16, ...}) = 0
[pid 19146] access("/<StagingLocation>/PSU/24433148/24006101/24006101", R_OK) = -1 EACCES (Permission denied)
[pid 19146] access("/<StagingLocation>/PSU/24433148/24006101/24006101", R_OK) = -1 EACCES (Permission denied)
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |