ORA-32582: table function with left correlation to a table
cannot also be left outer-joined to the table



ORA-32582: table function with left correlation to a table cannot also be left outer-joined to the ..

Answer / guest

Cause: A table function T2 contains a reference to a table
T1. T2 is also left outer-joined to T1. This is not allowed.

Action: Remove the reference to T1 from T2 or remove the
left outer-join specification (+).

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-13016: specified topology [string] is invalid

1 Answers  


ORA-30490: Ambiguous expression in GROUP BY ROLLUP or CUBE list

1 Answers  


PLS-00534: A Table type may not contain a nested table type or VARRAY.

1 Answers  


ORA-06568: obsolete ICD procedure called

1 Answers  


ORA-06902: CMX: cannot attach to cmx subsystem

1 Answers  






TNS-12554: TNS:current operation is still in progress

1 Answers  


ORA-28546: connection initialization failed, probable Net8 admin error

1 Answers  


IMP-00092: Java object "string"."string" already exists, cannot be created

1 Answers  


ORA-39040: Schema expression "string" must identify exactly one schema.

1 Answers  


ORA-24414: Only number sessions could be started.

1 Answers  


ORA-30771: Cannot add more than one referential constraint on REF column "string"

1 Answers  


TNS-00267: Navigator: Internal Error

1 Answers  


Categories