Create Store is failing with ORA-06512: "SYS.DBMS_DBFS_SFS_ADMIN" on DBFS Filesystem
Last updated on AUGUST 03, 2017
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterInformation 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
Sign In with your My Oracle Support account |
|
Don't have a My Oracle Support account? Click to get started |
My Oracle Support provides customers with access to over a
Million Knowledge Articles and hundreds of Community platforms