~ubuntu-branches/ubuntu/precise/libdbi-drivers/precise

« back to all changes in this revision

Viewing changes to drivers/oracle/dbd_oracle.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2008-08-02 09:00:11 UTC
  • mfrom: (3.1.6 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080802090011-j05v2349u2ptvg05
Tags: 0.8.2-1-4.1
* Non-maintainer upload with maintainer's approval.
* High urgency upload for RC bugfix.
* Pass --freetds-inc-dir to configure, to bypass the ridiculous upstream
  AC_FIND_FILE() checks for files that *aren't used during the build*;
  fixes a build failure with FreeTDS 0.82.  Closes: #493349.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
 
2
<!-- $Id: dbd_oracle.sgml,v 1.1 2005/08/22 19:46:29 mhoenicka Exp $ -->
 
3
<book>
 
4
  <bookinfo>
 
5
    <title>Oracle driver manual</title>
 
6
    <subtitle>A libdbi driver using the Oracle</subtitle>
 
7
  <author>
 
8
      <firstname>Ashish</firstname>
 
9
      <surname>Ranjan</surname>
 
10
      <affiliation>
 
11
        <address><email>ashishwave@yahoo.com</email></address>
 
12
      </affiliation>
 
13
    </author>
 
14
    <revhistory>
 
15
      <revision>
 
16
        <revnumber>0.0.1</revnumber>
 
17
        <date>2005-08-21</date>
 
18
      </revision>
 
19
    </revhistory>
 
20
  </bookinfo>
 
21
  <preface>
 
22
    <title>Preface</title>
 
23
    <para><ulink url="http://libdbi.sourceforge.net">libdbi</ulink> is a database abstraction layer written in C. It implements a framework that can utilize separate driver libraries for specific database servers. The <ulink url="http://libdbi-drivers.sourceforge.net">libdbi-drivers</ulink> project provides the drivers necessary to talk to the supported database servers.</para>
 
24
    <para>This manual provides information about the oracle driver. The manual is intended for programmers who write applications linked against libdbi and who want their applications to work with the oracle driver.</para>
 
25
 
 
26
    <para>Questions and comments about the Oracle driver should be sent to the <ulink url="mailto:libdbi-drivers-devel@lists.sourceforge.net">libdbi-drivers-devel</ulink> mailing list. Visit the <ulink url="http://lists.sourceforge.net/lists/listinfo/libdbi-drivers-devel">libdbi-drivers-devel list page</ulink> to subscribe and for further information. Questions and comments about the libdbi library should be sent to the appropriate libdbi mailing list.</para>
 
27
    <para>The Oracle driver is maintained by <ulink url="mailto:ashishwave@users.sourceforge.net">Ashish Ranjan</ulink>.</para>
 
28
  </preface>
 
29
  <chapter>
 
30
    <title>Introduction</title>
 
31
    <para>TODO</para>
 
32
  </chapter>
 
33
  <chapter>
 
34
    <title>Installation</title>
 
35
    <para>TODO</para>
 
36
    <sect1>
 
37
      <title>Prerequisites</title>
 
38
      <para>The following packages have to be installed on your system:</para>
 
39
    </sect1>
 
40
    <sect1>
 
41
         <title>Build and install the oracle driver</title>
 
42
      <para>TODO</para>
 
43
    </sect1>
 
44
  </chapter>
 
45
  <chapter>
 
46
    <title>Driver options</title>
 
47
    <para>TODO</para>
 
48
  </chapter>
 
49
  <chapter>
 
50
    <title>Peculiarities you should know about</title>
 
51
    <para>TODO</para>
 
52
  </chapter>
 
53
</book>