ORA-01276 when trying to create tablespace using ASM fully_qualified_file_name
Hello !
I would like to create tablespace on ASM, reusing existing ASM file. I've got ORA-01276 error. According to documentation (https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlrf/file_specification.html#GUID-580FA726-F712-4410-90CF-783A2DA89688) it is possible to do that specifying REUSE word ("if you are using this form during file creation, you must also specify REUSE"). But I've go no luck with it.
Is it a bug or do I some wrong ? The error is below:
create tablespace bbb datafile '+DATA/ORCL/DATAFILE/BBB.272.1057500929' reuse
*
ERROR at line 1:
ORA-01276: Cannot add file +DATA/ORCL/DATAFILE/BBB.272.1057500929. File has an Oracle Managed Files file name.