Oracle Error :: 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.
virtual column not allowed here
An attempt was made to use an INSERT, UPDATE, or DELETE statement on an expression in a view.
INSERT, UPDATE, or DELETE data in the base tables, instead of the view.
Comments (Add Comment)