Re: pay_balance_values_v (ORACLE APPS HRMS) problem.

  • From: The Human Fly <sjaffarhussain@xxxxxxxxx>
  • To: Stephane Faroult <sfaroult@xxxxxxxxxxxx>
  • Date: Mon, 30 May 2005 11:26:14 +0300

As other suggested, I wanted to try increasing my PGA size. I just
learned that its on test server with 250 pga size. Let me try
increasing pga size first then I will look after other options.
Stephane, I think we can play with these sqls as you suggested, the
only problems here in my org. that they said it provided by oracle and
we should not touch it, something like this impression.
Thanks for your time.

On 5/30/05, Stephane Faroult <sfaroult@xxxxxxxxxxxx> wrote:
> I don't see why not been allowed to change any SQL provided by Oracle
> would prevent you from tracing it. It doesn't work as you would like it
> to. Check what it does. Get the query text if you can. See how you would
> like it to work. Try hints. Once you know how it *should* work you have
> a number of options opened, without even touching the code:
> - A number of parameters can possibly be modified, preferably at the
> session level, to change the behaviour of the optimiser (BTW, stupid
> question but ... stats are OK? Perhaps that some surgically computed
> histogram would help)
> - When everything else fails, you can use the black magic of outlines to
> make Oracle execute the query as best suits you.
>=20
> HTH
>=20
> Stephane Faroult
>=20
>=20
>=20
> The Human Fly wrote:
>=20
> >Hello list,
> >
> >We are facing performance problems with PAY_BALANCE_VALUES_V view
> >which comes with Oracle Apps HRMS module. Since it is written by
> >ORACLE, one should expect it runs very fast and there will be no
> >performance problems.
> >We have Windows server with 2 cpu and 4 gb of RAM. However, when I run
> >a simple SELECT * FROM PAY_BALANCE_VALUES_V it is taking end-less
> >time. I can't even trace this as we can't change any sql which is
> >provided by oracle. However, I seek your assistance or advices on
> >this.
> >Does anyone have faced performance problem with this veiw?
> >
> >Thanks for your time.
> >--=3D20
> >Best Regards,
> >Jaffar, OCP DBA
> >Banque Saudi Fransi
> >Saudi Arabia
> >------------------------------------------------------------------------=
---=3D
> >-------------
> >"It is your atittude, not your aptitude that determins your altitude."
> >--
> >//www.freelists.org/webpage/oracle-l
> >
> >
> >
>=20
>=20


--=20
Best Regards,
Jaffar, OCP DBA
Banque Saudi Fransi
Saudi Arabia
---------------------------------------------------------------------------=
-------------
"It is your atittude, not your aptitude that determins your altitude."
--
//www.freelists.org/webpage/oracle-l

Other related posts: