Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Configuring Oracle Portal and Oracle 9ias
"Tanel Poder" <tanel@@peldik.com> wrote in message news:<3f23a16f$1_1_at_news.estpak.ee>...
>
I can't agree more on your comment on the scalability problem. Without web cache, the database experiences very heavy library cache latch contention. It's probably related to frequent calls to dbms_session.reset_package (I don't guarantee remembering some names correctly; can't access the server any more; just laid off). We changed mod plsql method to use fast refresh at /pls/portal/admin_/gateway.htm, which avoids calling reset_package. But we had other problems so switched back. Now the outsourced company is doing our (I mean their) company's intranet Portal site. I think they use webcache and problem is alleviated.
This is also correct: "often separate request for every tiny detail on your webpage". But are you sure the client has to constantly access Single Sign-on server? I thought the browser kept the cookie for the purpose of not talking to SSO in one session.
Yong Huang Received on Sun Jul 27 2003 - 17:04:23 CDT
![]() |
![]() |