How to create tablespace for pluggable database with out oracle GUID in directory structure
Hello folks.
I have done lot of reading on this topic with not much success, I am hoping someone can help me please.
I'd like to create pluggable database with default tablespace datafile created in pdb directory without oracle created guid.
I'd like to organize my dbfiles as +DATA/CDB/pdb,,so I issued following statment
SQL> create pluggable database test admin user testuser identified by userpw file_name_convert = ('/pdbseed/','/test/');
create pluggable database test admin user testuser identified by userpw file_name_convert = ('/pdbseed/','/test/')
*
ERROR at line 1:
ORA-65005: missing or invalid file name pattern for file -