DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Max no of connections to the database

  1. #1
    Join Date
    Aug 2002
    Posts
    13
    Hi all,

    The problem is in a multi threaded program,,
    I m running out of connections..
    I keep getting connected in every iteration.
    I 'ld be closing them at the end too,..
    but missing a few somewhere...

    So to avoid it I need to give a signal when the connections are out and wait to clear all of the existing connections.

    The prog as of now aborts. Could anyone tell me how to solve this.

    Thanx,
    Dsr

  2. #2
    Join Date
    Dec 2001
    Location
    UK
    Posts
    1,684
    Use v$license.

    Cheers
    Tim...
    OCP DBA 7.3, 8, 8i, 9i, 10g, 11g
    OCA PL/SQL Developer
    Oracle ACE Director
    My website: oracle-base.com
    My blog: oracle-base.com/blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width