Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Performance of Stored Procedure

user480947Jan 18 2006 — edited Jan 18 2006
When I run a batch of sql statements seperately it takes around 2 minutes to complete. When I convert that into a stored procedure, it takes time more than 15 minutes and eventually complete. Is there any server setting that needs to be done ? Is there anything to do with auto commit option ?
FYI:The insert and update statements in the batch has around 200000 records, and I have around 50 update statements. Any information will be helpful, as I am converting Sybase Stored procedure to oracle, and I am new to the oracle arena.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 15 2006
Added on Jan 18 2006
7 comments
294 views