Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: 02020: too many database links in use
On Dec 22, 6:09 am, "Mario" <mario.jak..._at_zg.t-com.hr> wrote:
> > Some one suggested that we increase the following parameters in the
> > target database:-
>
> > mts_sessions,
> > sessions,
> > license_max_sessions
>
> > Their current values are :-
>
> > mts_sessions=550
> > sessions = 555
> > license_max_sessions = 0
>
> > Will increasing these values help and when we do this should we
> > increase any other Oracle configuration parameter also.?
>
> What about OPEN_LINKS parameter?
Besides looking at the right database parameter was your application designed to commit distributed queries? A distributed query is a transaction that takes two-phase commit resources on both ends. So a commit or rollback after a distributed select is necessary to release these resource allowing the connection to the remote db to be reused.
Why does it seem that a select over a db link requires a commit after
execution?
http://www.jlcomp.demon.co.uk/faq/dblink_commit.html
HTH -- Mark D Powell -- Received on Sat Dec 22 2007 - 09:15:36 CST
![]() |
![]() |