Diff for "Oracle"


Differences between revisions 4 and 5
Revision 4 as of 2012-08-09 07:25:47
Size: 1382
Editor: glo44-4-82-239-69-98
Comment:
Revision 5 as of 2017-09-01 23:47:05
Size: 1341
Editor: ckimes
Comment: Remove broken links; tag with NeedsUpdating
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
<<Include(Tag/NeedsUpdating)>>
Line 35: Line 37:
 * [[Oracle9i]]
 * [[Oracle10g]]
Line 38: Line 39:
 * [[Oracle10gDapper]]
Line 44: Line 44:
 * [[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

Integration

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