SQL Language (MOSC)

MOSC Banner

Got disconnect from DB whenever query a view

edited Jun 25, 2018 5:01AM in SQL Language (MOSC) 12 commentsAnswered
Dear Oracle folks,

I got disconnect from DB error message (ORA-03113: end-of-fie on communication channel) whenever I query a view like below

select * from valid_contract where contract_id in ('E1539','E2630','E2332');

Pass which contract_id in the where clause doesn't matter, but number of contract_id passed does matter, it always fails at 3. It means:

1) where contract_id in ('E1539','E2630','E2332')  --- error out

2) where contract_id in ('E1539','E2630') ---no error

3) where contract_id in (('E1539','E2630','E2332', 'E1111',...more id) ---no error

The structure of the view has two union parts (A union

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