Oracle Error Message
PLS-00334: “string” matches table or view without an alias
Reason for the Error
You have a reference to a table or view name without an alias.
Solution
Replace the reference with a reference to an object-table alias.
PLS-00334: “string” matches table or view without an alias
You have a reference to a table or view name without an alias.
Replace the reference with a reference to an object-table alias.