X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=web%2Foracle;h=a83eb776c35025d9349de80518fcf6768d50159c;hb=5a3fb39ca6a46250aec3afef21c85bef30239fc5;hp=921954aef0b1ea1248b32d921efc734cd777418e;hpb=f0e7f36badecd0c252eb465ffcad02b13900eba9;p=mono.git diff --git a/web/oracle b/web/oracle index 921954aef0b..a83eb776c35 100755 --- a/web/oracle +++ b/web/oracle @@ -8,9 +8,7 @@
  • Works on Windows and Linux
  • -
  • Works with Oracle 8i
  • - -
  • Untested, but should work with Oracle 9i
  • +
  • Works with Oracle 8i and 9i.
  • Uses the Oracle CLI (Call Level Interface) which is a C library (API) for the Oracle Client software
  • @@ -19,8 +17,6 @@
  • Created by Daniel Morgan and Tim Coleman
  • -
  • Does not support trusted connections
  • -
  • Bugs with Mono or the data provider should be reported in Mono's Bugzilla here. If you do not have Bugzilla user account, it is free @@ -32,23 +28,15 @@ ** Current Status @@ -83,8 +68,11 @@
  • transactions (WORKING)
  • Stored Procedures, Functions, and Packages support
  • Be able to fill a DataTable in a DataSet via a data adapter (IN PROGRESS)
  • -
  • Support for Oracle 8i and 9i (UNKNOWN)
  • -
  • Support LOBs
  • +
  • Support for Oracle 8i on Linux and Windows (WORKING)
  • +
  • Support for Oracle 9i on Linux and Windows (WORKING)
  • +
  • Support for Oracle 10g on Linux and Windows [TODO]. Please let us + know on mono-list if Mono OracleClient works with Oracle 10g or not. If not, what errors do you get
  • +
  • Support Large OBjects
  • Support all the data types
  • Implement Connection pooling
  • Security
  • @@ -96,15 +84,13 @@