Oracle Error Message
ORA-54037: table must have at least 1 column that is not virtual
Reason for the Error
An attempt was made to create a table with only virtual columns.
Solution
Include at least 1 column that is not virtual in the table being created.