Search the web
Sign In
New User? Sign Up
psftdba · PeopleSoft DBA Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Question on Cursor_sharing   Message List  
Reply | Forward Message #3533 of 3932 |
Re: Question on Cursor_sharing

SP,

We were using CURSOR_SHARING=EXACT in our old enviroment (9.2.0.3 db
with psoft 8.42) and we are using the same setting in our new
environment (10.2.0.3 with psoft 9 finance).

The primary benefit of setting it to SIMILAR is for reducing hard
parses of sql with hard coded literals so that optimizer will end up
choosing the same plan for similar looking sql's (havent tested how
effective it is ).

Once again, in a big system like peoplesoft, you cant switch this
parameter without extensive testing. We had set the parameter to
EXACT right from the beginning of the upgrade and whatever statements
had issues, we fixed it manually using a bunch of hints, manipulating
stats, freezing stats for some tables etc., We still have some heavy
I/O statements that can be tuned. But, overall users are happy with
the performance of online and batch. Will get back to this system
maybe after a month to fix the sql's that are using unnecessary I/O's
and hoping that I dont have to touch this db for the next 3 years till
the next upgrade.

Regards,

Shaji.

--- In psftdba@yahoogroups.com, SP <sripingali@...> wrote:
>
> We are (still) on ORA 9.2.0.8 with default setting for
CURSOR_SHARING. Heard some good thing about with setting of SIMILAR in
Oracle 10g.  
>  
> Any success story for  9.2.0.8 / PeopleSoft HRMS with self serivce /
and CURSOR_SHARING=SIMILAR.
>  
> Advance thanks for your input.
>  
> SP
>





Fri Jan 9, 2009 5:13 pm

shajivps
Offline Offline
Send Email Send Email

Forward
Message #3533 of 3932 |
Expand Messages Author Sort by Date

We are (still) on ORA 9.2.0.8 with default setting for CURSOR_SHARING. Heard some good thing about with setting of SIMILAR in Oracle 10g.     Any success...
SP
sripingali
Offline Send Email
Jan 9, 2009
9:45 am

I have experimented with CURSOR_SHARING, and I would not recommend setting this parameter instance-wide to non-default values. It is not always beneficial....
David Kurtz
davidkurtz
Offline Send Email
Jan 9, 2009
10:06 am

SP, We were using CURSOR_SHARING=EXACT in our old enviroment (9.2.0.3 db with psoft 8.42) and we are using the same setting in our new environment (10.2.0.3...
shajivps
Offline Send Email
Jan 9, 2009
5:18 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help