Oracle DBA, How To, Error, Cause and Action

ORA-02345: cannot create a view with column based on CURSOR operator

ORA-02345: cannot create a view with column based on CURSOR operator


Cause:


A CURSOR operator was used as one of the SELECT elements in the subquery of a CREATE VIEW or CREATE TABLE ... AS SELECT statement.



Action:


Remove the CURSOR operator and replace it with the CAST operator.

No comments:

Post a Comment

Thanks for your comment.