How to fix the Oracle error ORA-00965: column aliases not allowed for ‘*’?
In this post, you’ll learn more about the Oracle ErrorORA-00965: column aliases not allowed for ‘*’ with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-00965: column aliases not allowed for ‘*’
Reason for the Error ORA-00965: column aliases not allowed for ‘*’
The statement is trying to alias the * expression in the select list which is not legal.
How to fix the Error ORA-00965: column aliases not allowed for ‘*’ ?
You can fix this error in Oracle by following the below steps
Remove the alias.
Leave Your Comment