PL/SQL (MOSC)

MOSC Banner

how to make my sqls faster

edited Jan 24, 2010 10:24PM in PL/SQL (MOSC) 3 commentsAnswered
Hi ,

We have below sql queries which runs daily, is there any suggestion to run these faster.

I appriciate your help.

update s_src_payment

set pay_stat_cd = 'Paid'

where par_payment_id in

(select bt_row_id from s_escl_req )

and ( payment_req_num like 'DF%'

or payment_req_num like 'RI%' )

 

update s_src_payment

set pay_stat_cd = 'Paid'

where row_id in

(select bt_row_id from s_escl_req )

and ( payment_req_num like 'DF%'

or payment_req_num like 'RI%' )

 

delete from s_escl_req

where bt_row_id

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