My Oracle Support Banner

Select fails with ORA-00918: column ambiguously defined (Doc ID 2893075.1)

Last updated on JULY 20, 2024

Applies to:

Oracle Database - Enterprise Edition - Version 12.1.0.2 and later
Information in this document applies to any platform.

Symptoms

Below query fails with ORA-00918: column ambiguously defined.

select d.dummy
from dual d1,
  dual d,
  dual d
WHERE d.dummy = d1.dummy
AND d.dummy(+) = d1.dummy
and d.dummy(+) = 'Y';

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.