PL/SQL (MOSC)

MOSC Banner

ORA-03113 select count distinct union all

edited Oct 9, 2012 12:38AM in PL/SQL (MOSC) 10 commentsAnswered ✓
Hi, the next select (it's just example) gives me ORA-03113:     select count(distinct a.a1) from a
       union all
     select count(distinct b.b1) from b

If I execute "select count(distinct a.a1) from a" or "select count(distinct b.b1) from b" it works fine. Please help me find the patch to fix it.
11.2.0.1.0, Win 2008 R2 64-bit

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