Create Store is failing with ORA-06512: "SYS.DBMS_DBFS_SFS_ADMIN" on DBFS Filesystem
(Doc ID 2288339.1)
Last updated on MAY 06, 2024
Applies to:
Oracle Database Cloud Service - Version N/A and laterOracle Database - Enterprise Edition - Version 12.1.0.2 and later
Oracle Database Cloud Schema Service - Version N/A and later
Gen 1 Exadata Cloud at Customer (Oracle Exadata Database Cloud Machine) - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
Create Store is failing with ORA-06512: "SYS.DBMS_DBFS_SFS_ADMIN" on DBFS Filesystem
SQL> @dbfs_create_filesystem dbfs_big gg_trail
No errors.
--------
CREATE STORE:
begin
dbms_dbfs_sfs.createFilesystem(store_name => 'gg_trail',
tbl_name => 'gg_trail',
tbl_tbs => 'dbfs_big',
lob_tbs => 'dbfs_big',
do_partition => false,
partition_key => 1,
do_compress => false,
compression => '',
do_dedup => false,
do_encrypt => false);
end;
ERROR: -64007 msg: ORA-64007: invalid store specified
ORA-06512: at "SYS.DBMS_DBFS_SFS_ADMIN", line 1428
ORA-00001: unique constraint
(SYS.SYS_C004128) violated
declare
*
ERROR at line 1:
ORA-64007: invalid store specified
ORA-06512: at "SYS.DBMS_DBFS_SFS_ADMIN", line 1428
ORA-00001: unique constraint (SYS.SYS_C004128) violated
ORA-06512: at line 63
No errors.
SQL>
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 |
References |