blob: 1b855bfa5ad132f730077d3303fef3a01a29b42f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription>
Free, light-weight, and easily installed Oracle Database tools,
libraries and SDKs for building and connecting applications to
an Oracle Database instance.
</longdescription>
<use>
<flag name="jdbc">Support for XA, Internationalization, and RowSet operations under JDBC</flag>
<flag name="odbc">Libraries for enabling ODBC applications</flag>
<flag name="precomp">"proc" binary and related files to precompile a Pro*C application</flag>
<flag name="sdk">Header files and an example makefile for developing Oracle applications</flag>
<flag name="sqlplus">The SQL*Plus command line tool for SQL and PL/SQL queries</flag>
<flag name="tools">Data Pump, SQL*Loader and Workload Replay Client</flag>
</use>
</pkgmetadata>
|