Monday, December 2, 2019

ORA-65040

Error

ORA-65040: operation not allowed from within a pluggable database

Cause

User attempted to create a database from a non-root container.

Resolution

Switch the current container to either CDB root or application root and re-run the command.

alter session set container=cdb$root;
create pluggable database
..
..
..





No comments:

Post a Comment