建议使用 oracle 提供的 ODBC 驱动程序
http://otn.oracle.com/software/tech/windows/odbc/index.html至于超时可以用 程序捕捉错误的方式.(如: Delphi)
try
   ...
except
    on e: Exception do
      if e.message... then
        ...