ORA-42314: editioning view cannot be owned by a non-editioned user
Cause: An attempt was made to create an editioning view in a non-editioned schema.
Action: Enable editions for the user and then create the editioning view.
ORA-42314:版式视图不能被非版式用户拥有
ORA-42314是一个错误,表示要被拥有者拥有的版式视图必须是一个已版式用户。
场景1:您正在使用非版式用户创建版式视图时会遇到该错误。
步骤1:创建版式用户
要解决该错误,您首先需要创建一个版式用户。可以使用下列语法:
SQL> CREATE EDITIONING VIEW ;
步骤2:用版式用户创建版式视图
SQL> CREATE EDITIONING VIEW AS SELECT * FROM
本文标签:ORA-42314 editioning view cannot be owned by non-editioned user
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接