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

Thread: How to increase number of connections in Oracle

Threaded View

  1. #5
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Quote Originally Posted by bittus
    Sorry to say that I am not able to understand wat it is. I tried the link where it is asking for an IP address. I tried giving my db server's ip which it is not accepting.
    IP Address?
    Link points to Metalink and should be asking you for your User name and Password, which you should have providing you are running a licensed copy of Oracle.

    Now... summarizing other posters:

    1- Command would allow as many as 200 connections to your database.
    2- If you are getting ORA-00020 you can do shutdown abort after login into the system as sysdba like...
    sqlplus /nolog
    conn sys as sysdba
    shutdown abort
    ...if you don't want to go there you can always stop your listeners, kill all active sessions and do a normal shutdown.
    Last edited by PAVB; 10-29-2008 at 06:52 AM.
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

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