Page 1 of 1

File Handles

Posted: Thu 25 Mar 2010 03:14
by mikeho
How many file handles should be open when a OraTable or OraQuery is active? We seem to have many file handles open on several of our screens.

Posted: Thu 25 Mar 2010 13:21
by bork
ODAC usually doesn't work with files except loading and saving BLOB fields to a file. Probably other components in your application required a lot of opened file handles. Also make sure that your application closes all files that were open before.