Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

materialized view Created without outer join though in line logical view has outer join

edited Aug 20, 2021 10:20AM in Install, Upgrade, Clone, Patch - EBS (MOSC) 7 commentsAnswered

Hello,

Upgrading from 12.1.3 to 12.2.8 in this process we found that few materialized  are not querying data,
After investigating Inline view has Outer joins and MV not framed with Outer joins

1.Following :
Developing and Deploying Customizations in Oracle E-Business Suite Release 12.2 (Doc ID 1577661.1
)

2.Create a new Materialized View

3.Run the following script to check MV.
$AD_TOP/sql/ADZDSHOWMV MVIEW_NAME - Show materialized view information and related objects.

4.Below is the output:

  MV Objects
=========================================================================

OBJECT_NAME                    OBJECT_TYPE             STATUS     DESCRIPTION
------------------------------ ----------------------- ---------- -----------------
XXITRON_TEST_MV                MATERIALIZED VIEW       VALID      Materialized View
XXITRON_TEST_MV                TABLE                   VALID      Container Table
XXITRON_TEST_MV#               VIEW                    VALID      Logical View

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center