File Handles

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mikeho
Posts: 41
Joined: Thu 11 Nov 2004 21:23
Location: Middle Tennessee USA

File Handles

Post by mikeho » Thu 25 Mar 2010 03:14

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.

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Post by bork » Thu 25 Mar 2010 13:21

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.

Post Reply