OCI-49014
Empty COLUMNS clause because variable_name.* expands to zero properties
- variable_name: The variable without properties.
Cause
variable.* does not have any properties and there is no other expressions in the columns clause.
Action
Make sure that variable has at least one property.