Database Error Messages

ORA-01733

virtual column not allowed here

Cause

An attempt was made to use an INSERT, UPDATE, or DELETE statement on an expression in a view.


Action

INSERT, UPDATE, or DELETE data in the base tables, instead of the view.