Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: fast growing RBSs
That's a very odd one.
Which version of Oracle ? Did you report it as a bug, or just work around it.
I can't think of any reason why a session connection should hold a rollback segment; as far as I am aware, a rollback segment knows nothing about session which owns the attached transaction. After all, if you have one session (from SQL*Plus say) and keep executing little updates and commit you should see the transactions cycling through the rollback segments in turn.
Is it possible that your middle-tier was opening two sessions, and one of them was starting a transaction that was never committed ?
--
Jonathan Lewis
Yet another Oracle-related web site: http://www.jlcomp.demon.co.uk
Joseph T wrote in message <7rfd9r$9pg$1_at_nnrp1.deja.com>...
>I had a problem with growing RBSs. I found that the middle tier of our
>three-tier client-server setup would open sessions and never close
>them. RBSs associated with these sessions would never shrink back to
>OPTIMAL. I reconfigured the middle tier to periodically close and
>re-open sessions, and the problem went away.
Received on Mon Sep 13 1999 - 11:26:33 CDT
![]() |
![]() |