Re: Help with ORA-01000 Error

From: StrangeCat_at_Work <strange_at_cat.com>
Date: Tue, 18 Jun 2013 09:35:54 +0200
Message-ID: <51c00ddf$0$1374$4fafbaef_at_reader1.news.tin.it>



>It's likely either you are using something that needs to be updated,
>or are not closing cursors in a manner that your environment considers
>rational. See
>http://social.msdn.microsoft.com/Forums/en-US/adodotnetdataproviders/thread/883bc30b-9ea9-40c9-90fb-85ce408eecc9/

Thanx a lot for your reply.

That link pointed me to the problem.

I had a loop which kept creating OleDBCommands and running'em but never a Dispose()!

I believe the "cleanup/closing" of server socket is done there, but you have to call it :)

Problem solved!

Again THX

Bye
ASC Received on Tue Jun 18 2013 - 09:35:54 CEST

Original text of this message