My Oracle Support Banner

Full Outer Join Fails with ORA-904 While Selecting From a View (Doc ID 1406893.1)

Last updated on FEBRUARY 03, 2022

Applies to:

PL/SQL - Version 10.2.0.5 and later
Information in this document applies to any platform.

Symptoms


FULL OUTER JOIN fails with ORA-00904 error when used on views that access PL/SQL objects that are not in the current users schema

ERROR at line 2:
ORA-00904: "GET_DESCRIPTION": invalid identifier

The same query works perfect if the FULL OUTER JOIN is replaced with LEFT OUTER JOIN or RIGHT OUTER JOIN.

Testcase :

1) Connect as obj_owner and create the needed pl/sql function, sample table/view ..


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
Cause
Solution


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