Database Tuning (MOSC)

MOSC Banner

query tunning

edited Jul 13, 2009 1:49AM in Database Tuning (MOSC) 2 commentsAnswered
i have a database which through which i connt remotely. but my queries take long time..... how can i tune the  data. please help me in the tunning of these queries....... the queries as follow....

insert into  TABS_POSTPAID
select subno,prepost_paid from crm_user_info@HLR2TABS where prepost_paid='POST'and condate <='06-Jul-2009';

and


select subno,prepost_paid from crm_user_info@HLR2TABS
where subno in (select substr (msisdn,5,7) from HLR_POSTPAID) and prepost_paid='PREP'
and subno not in (select substr(msisdn,3,7) from sdp_image_2101 where SERVICECLASS !=230)
 
and


select * from sdp_image_2101 where msisdn in (

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