SQL Performance (MOSC)

MOSC Banner

unable to execute the below SQL..

edited Apr 13, 2015 8:13AM in SQL Performance (MOSC) 1 commentAnswered

TEST_PARAMS total records : 1437317

unable to execute the below SQL..

select * from TEST_PARAMS where

group_id in (

select distinct all_group_list from (SELECT regexp_substr(all_group_list,'[^,]+',1,LEVEL) all_group_list

FROM TEST_PARAMS

where test_type='iOLM' and test_instance_id=1465 and group_id=0 CONNECT BY regexp_substr(all_group_list,'[^,]+',1,LEVEL) IS NOT NULL));;

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