How to Resolve ORA-65016: FILE_NAME_CONVERTby Ed ChenSeptember 3, 2021November 12, 2021ORA-65016 and ORA-65180 Tried to clone a remote PDB with the same name and path and got ORA-65016 like this. SQL> create pluggable database ORCLPDB… Read More »How to Resolve ORA-65016: FILE_NAME_CONVERT
How to Create PDB from Another PDBby Ed ChenOctober 20, 2015May 30, 2023Create Pluggable Database from Another PDB Cloning a new PDB from another PDB for testing purpose in the same CDB is a very common practice… Read More »How to Create PDB from Another PDB
How to Resolve ORA-65005: missing or invalid file name pattern for fileby Ed ChenOctober 19, 2015March 31, 2021ORA-65005 ORA-65005 means that the pattern of file name conversion you specified in CREATE PLUGGABLE DATABASE statement does not match the data files. SQL> create… Read More »How to Resolve ORA-65005: missing or invalid file name pattern for file