Oracle Message ORA-00965 - column aliases not allowed for *

ERRORcolumn aliases not allowed for *
CAUSEThe statement is trying to alias the * expression in the select list which is not legal.
ACTIONRemove the alias.