Skip to Main Content

creating Pluggable database from the manifest file

3502400May 31 2018 — edited Aug 14 2018

Hey all,

I am facing this error

SYS@ORA13CDB>create pluggable database almdbqa using '/GE/COTS/oracle/admin/almdbqa1.xml' copy;

create pluggable database almdbqa using '/GE/COTS/oracle/admin/almdbqa1.xml' copy

*

ERROR at line 1:

ORA-65353: The undo tablespace is missing from the XML metadata file.

Any ideas regarding the work around. I have my local undo configured

YS@ORA13CDB SELECT PROPERTY_NAME, PROPERTY_VALUE FROM DATABASE_PROPERTIES WHERE PROPERTY_NAME = 'LOCAL_UNDO_ENABLED';

PROPERTY_NAME

------------------------------------------------------------------------------------------------------------------------

PROPERTY_VALUE

------------------------------------------------------------------------------------------------------------------------

LOCAL_UNDO_ENABLED

TRUE

Comments
Post Details
Added on May 31 2018
1 comment
1,027 views