ORA-01468
Error: ORA-01468: a predicate may reference only one outer-joined table
Causa: A predicate in the WHERE clause has two columns from different tables with "(+)".
Acción: Change the WHERE clause so that each predicate has a maximum of one outer-join table.
COMENTARIOS:
No hay comentarios.