Database Administration (MOSC)

MOSC Banner

db_create_file_dest for pluggable database

edited Dec 17, 2018 12:12AM in Database Administration (MOSC) 3 commentsAnswered ✓

Hi,

I'm trying to create new pluggable database using sqlplus command, my command is:

CREATE PLUGGABLE DATABASE ICTDBS ADMIN USER pdbadmin IDENTIFIED BY Abcd12345 ROLES=(DBA)

FILE_NAME_CONVERT=('+DG_DATA/CDB/pdbseed/','+DG_DATA/CDB/ICTDBS/','/u01/app/oracle/oradata/CDB/pdbseed/','+DG_DATA/CDB/ICTDBS/')

DEFAULT TABLESPACE USERS DATAFILE '+DG_DATA/CDB/ICTDBS/users_01.dbf' SIZE 100M AUTOEXTEND ON NEXT 256M

CREATE_FILE_DEST='+dg_data/cdb/ICTDBS';

But I got the error after executed it:

ERROR at line 1:

ORA-65165: missing or invalid path for file creation +dg_data/

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