ORA-01031 when running dbms_dbfs_sfs.reorganizefs
(Doc ID 1942884.1)
Last updated on JANUARY 24, 2020
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.1 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
DBMS_DBFS_SFS.REORGANIZEFS fails with the following error:
BEGIN dbms_dbfs_sfs.reorganizeFS(srcStore => 'STORENAME', dstStore => 'TEMPSTORENAME'); END;
ERROR at line 1:
ORA-01031: insufficient privileges
ORA-06512: at "SYS.DBMS_DBFS_SFS", line 8841
ORA-06512: at line 1
Both the source store and destination store exist, and were created by the same user who is running dbms_dbfs_sfs .
Changes
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 |
Changes |
Cause |
Solution |
References |