Diff for "Oracle"


Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2010-07-07 11:19:33
Size: 929
Editor: 129
Comment: start
Revision 6 as of 2017-09-03 16:56:00
Size: 1322
Editor: ckimes
Comment: Remove link to deleted page
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
<<Include(Tag/NeedsUpdating)>>
Line 20: Line 22:
To install the XE client, type To install the XE database server, apt-get 'oracle-xe-universal' or 'oracle-xe' (Western European support only).
{{{
apt-get install oracle-xe-universal
}}}

If you only need the XE client, type
Line 27: Line 34:
[[Oracle Instant Client]] is another option for installing an Oracle client, with more recent versions available.
Line 28: Line 37:
 * [[Oracle9i]]
 * [[Oracle10g]]
 * [[Oracle10gDapper]]
 * [[JDeveloper]]

 * [[http://www.makina-corpus.org/blog/howto-install-oracle-11g-ubuntu-linux-1204-precise-pangolin-64bits|Oracle11g]], feel free to include this howto in this wiki.
Line 36: Line 43:
 * [[DCOracle2]]

Tag/tag.png

Needs Updating
This article needs updating to include the latest versions of Ubuntu. More info...

Introduction

Oracle is an organisation, best known for their database.

Package list

Oracle provides a debian repository at http://oss.oracle.com/debian, containing only Oracle 10g Express Edition (XE) packages. To see these packages, add this line to /etc/apt/sources.list file:

deb http://oss.oracle.com/debian unstable main non-free

Next, you will need to add the GPG key.

wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle  -O- | sudo apt-key add -

As root, type:

apt-get update

To install the XE database server, apt-get 'oracle-xe-universal' or 'oracle-xe' (Western European support only).

apt-get install oracle-xe-universal

If you only need the XE client, type

apt-get install oracle-xe-client

More information about the Express Edition is available at http://www.oracle.com/technology/products/database/xe/index.html

Oracle Instant Client is another option for installing an Oracle client, with more recent versions available.

Oracle software

  • Oracle11g, feel free to include this howto in this wiki.

Integration

Oracle (last edited 2017-09-03 16:56:00 by ckimes)