How to fix the Oracle error DIA-48939: Select * not allowed in a CREATE VIEW?
In this post, you’ll learn more about the Oracle ErrorDIA-48939: Select * not allowed in a CREATE VIEW with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
DIA-48939: Select * not allowed in a CREATE VIEW
Reason for the Error DIA-48939: Select * not allowed in a CREATE VIEW
* is currently not allowed for a create view select list
How to fix the Error DIA-48939: Select * not allowed in a CREATE VIEW ?
You can fix this error in Oracle by following the below steps
List the fields explicitly
Leave Your Comment