what data provider are you using? the Microsoft .NET Data Provider for Oracle has a known bug as shown here:http://support.microsoft.com/?id=330126always call Close() as soon as you are done with the connection object. If you are using OleDb, you can also call ReleaseObjectPool () to remove connections from the pool

解决方案 »

  1.   

    close()应该没有什么问题吧
    挺好
      

  2.   

    I use the Microsoft .NET Data Provider for Oracle, after i close the connection use close() function ,but the state of the oracle's conversation is inactive, not dispose.so if lots people used the application , the erroe will appear(maximum number of processes (59) exceeded ).How can i solve this problem?
      

  3.   

    I got itThere are  some problems in my program. faint...