OERR: ORA-65040

pluggable database 不允许执行日志切换语句,执行的话会报这个错误,需要再cdb下执行alter system switch logfile

PURPOSE

This is a brief reference note to show the meaning of database error "ORA-65040". It includes the error text, "Cause" and "Action" from message files for each database version from 9.2 onwards, along with search links and details of any database bug issues related to the error.
ScopE

This note is intended for general audience as a starting point to check the meaning of "ORA-65040". It does not give detailed information about the error and does not give error message text for versions below 9.2 .
DETAILS

Error Text, Cause and Action from Message File/s for ORA-65040

Versions 12.1

Error:  ORA-65040 operation not allowed from within a pluggable database 
---------------------------------------------------------------------------
Cause:  An operation was attempted that can only be performed in the root 
    container. 
Action: Switch to the root container to perform the operation. 
Search Links for ORA-65040

相关文章

这篇文章主要介绍“hive和mysql的区别是什么”,在日常操作中...
这篇“MySQL数据库如何改名”文章的知识点大部分人都不太理解...
这篇文章主要介绍“mysql版本查询命令是什么”的相关知识,小...
本篇内容介绍了“mysql怎么修改字段的内容”的有关知识,在实...
这篇文章主要讲解了“mysql怎么删除unique约束”,文中的讲解...
今天小编给大家分享一下mysql怎么查询不为空的字段的相关知识...