Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

Ebusiness suite export import 19c create pluggable database file_name_convert on ASM

edited Jan 22, 2025 1:53AM in Install, Upgrade, Clone, Patch - EBS (MOSC) 3 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center