Ebusiness suite export import 19c create pluggable database file_name_convert on ASM
HI ,
In 2554156.1 export import ebusiness suite 19C
point 5 : Create the target database instance
Use SQL*Plus to connect to the CDB as SYSDBA and run the following commands to create the PDB.
$
sqlplus "/ as sysdba"
SQL>
create pluggable database "<PDB SID>" admin user <PDB admin user> identified by <password> file_name_convert=('<CDB file location>/<CDB SID>/pdbseed','<PDB file location>');
SQL> create pluggable database "PDBSID" admin user pdbadmin identified by ****** file_name_convert=('+DATA/CDBSID/pdbseed','+DATA/PDBSID');
ERROR at line 1:ORA-65005: missing or invalid file name pattern for file -
+DATA/<CDB SID>/24A3EB00568DAB35E063590DF40A8523/DATAFILE/system.322.1188777779