This file is indexed.

/usr/share/gtk-doc/html/libgda-4.0/provider-notes.html is in libgda-4.0-doc 4.2.8-2build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Provider's notes</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="GNOME Data Access 4 manual">
<link rel="up" href="part_begin.html" title="Part I. Getting started">
<link rel="prev" href="ch07s07.html" title="Other changes">
<link rel="next" href="provider_notes_sqlite.html" title="For SQLite">
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="ch07s07.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="part_begin.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GNOME Data Access 4 manual</th>
<td><a accesskey="n" href="provider_notes_sqlite.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="chapter">
<div class="titlepage"><div><div><h2 class="title">
<a name="provider-notes"></a>Provider's notes</h2></div></div></div>
<div class="toc"><dl>
<dt><span class="sect1"><a href="provider-notes.html#provider_notes_oracle">For Oracle</a></span></dt>
<dt><span class="sect1"><a href="provider_notes_sqlite.html">For SQLite</a></span></dt>
<dd><dl>
<dt><span class="sect2"><a href="provider_notes_sqlite.html#id543037">The <code class="function">gda_file_exists()</code> function</a></span></dt>
<dt><span class="sect2"><a href="provider_notes_sqlite.html#id543053">The <code class="function">gda_hex_print()</code> function</a></span></dt>
<dt><span class="sect2"><a href="provider_notes_sqlite.html#id543086">The <code class="function">gda_hex()</code> function</a></span></dt>
<dt><span class="sect2"><a href="provider_notes_sqlite.html#id543117">The <code class="function">gda_rmdiacr()</code> function</a></span></dt>
<dt><span class="sect2"><a href="provider_notes_sqlite.html#id543151">The <code class="function">gda_upper()</code> and <code class="function">gda_lower()</code> functions</a></span></dt>
</dl></dd>
<dt><span class="sect1"><a href="provider_notes_sqlcipher.html">For SQLCipher</a></span></dt>
<dd><dl>
<dt><span class="sect2"><a href="provider_notes_sqlcipher.html#id543220">How to create and encrypted database</a></span></dt>
<dt><span class="sect2"><a href="provider_notes_sqlcipher.html#id543245">How to encrypt an existing database</a></span></dt>
<dt><span class="sect2"><a href="provider_notes_sqlcipher.html#id543263">How to change the passphrase of an encrypted database</a></span></dt>
</dl></dd>
<dt><span class="sect1"><a href="provider_notes_ldap.html">For LDAP</a></span></dt>
</dl></div>
<div class="sect1">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="provider_notes_oracle"></a>For Oracle</h2></div></div></div>
<p>
      The following arguments are used to connect to an Oracle database:
      </p>
<div class="table">
<a name="id542485"></a><p class="title"><b>Table 1. </b></p>
<div class="table-contents"><table border="1">
<colgroup>
<col>
<col>
<col>
</colgroup>
<thead><tr>
<th align="justify">Argument name</th>
<th align="justify">Description</th>
<th align="justify">Required</th>
</tr></thead>
<tbody>
<tr>
<td align="justify">DB_NAME</td>
<td align="justify">Service name: global database name entered during database creation (it combines a database name with a domain name), can be left empty to connect to the default database.</td>
<td align="justify">No</td>
</tr>
<tr>
<td align="justify">HOST</td>
<td align="justify">Database server: host on which the database server is running</td>
<td align="justify">Yes</td>
</tr>
<tr>
<td align="justify">PORT</td>
<td align="justify">Port: database server port (leave this field empty for the default 1521 port)</td>
<td align="justify">No</td>
</tr>
<tr>
<td align="justify">SCHEMA</td>
<td align="justify">Schema: Name of the schema to use. If not specified, the schema defaults to that of the connected user.</td>
<td align="justify">No</td>
</tr>
</tbody>
</table></div>
</div>
<p><br class="table-break">
      Note however all the arguments above can be replaced by a single TNSNAME argument (see
      the "Oracle Database Net Services Administrator's Guide" for more information about defining
      connection identifiers).
    </p>
<p>
      Also refer to the <a class="link" href="limitations_oracle.html" title="For Oracle">Oracle's provider's limitations</a>.
    </p>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.17</div>
</body>
</html>