Hi folks,
Using TOAD 11.0.0.116.
If I create a table with virtual columns (11g feature) and run REBUILD TABLE,
then the generated script attempts to insert values into the virtual columns
failing with “ORA-54013: INSERT operation disallowed on virtual
columns”.
I am thinking the logic where the insert statement is constructed needs to be
altered to skip over virtual columns.
Thanks!
Paul
Example: