IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Tutoriel sur l'installation d'Oracle sur Linux Mint

Image non disponible

L'auteur

Profil ProHomeViadeoLinkedInGitHub

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

I. maSection

.
Sélectionnez
sudo apt-get update
.
Sélectionnez
sudo apt-get install gcc
.
Sélectionnez
sudo apt-get install expat
.
Sélectionnez
sudo apt-get install sysstat
.
Sélectionnez
sudo apt-get install make
.
Sélectionnez
sudo apt-get install binutils
.
Sélectionnez
sudo apt-get install alien
.
Sélectionnez
sudo apt-get install autoconf
.
Sélectionnez
sudo apt-get install automake
.
Sélectionnez
sudo apt-get install autotools-dev
.
Sélectionnez
sudo apt-get install doxygen
.
Sélectionnez
sudo apt-get install ksh
.
Sélectionnez
sudo apt-get install rpm
.
Sélectionnez
sudo apt-get install unixodbc
.
Sélectionnez
sudo apt-get install unixodbc-dev
.
Sélectionnez
sudo apt-get install elfutils
.
Sélectionnez
sudo apt-get install gawk
.
Sélectionnez
sudo apt-get install zlibc
.
Sélectionnez
sudo apt-get install x11-utils
.
Sélectionnez
sudo apt-get install libmotif4
.
Sélectionnez
sudo apt-get install libaio1
.
Sélectionnez
sudo apt-get install libaio-dev
.
Sélectionnez
sudo apt-get install less
.
Sélectionnez
sudo apt-get install rlwrap
.
Sélectionnez
sudo apt-get install lsb-cxx
.
Sélectionnez
sudo apt-get install gcc-multilib
.
Sélectionnez
sudo apt-get install openssh-server
.
Sélectionnez
sudo apt-get install pdksh
.
Sélectionnez
sudo apt-get install lib32z1
.
Sélectionnez
sudo apt-get install g++-multilib
.
Sélectionnez
sudo apt-get install build-essential
.
Sélectionnez
sudo apt-get install libelf-dev
.
Sélectionnez
sudo apt-get install libltdl-dev
.
Sélectionnez
sudo apt-get install libpth-dev
.
Sélectionnez
sudo apt-get install libtool
.
Sélectionnez
sudo apt-get install libpthread-stubs0-dev
.
Sélectionnez
sudo apt-get install numactl
.
Sélectionnez
sudo apt-get install coreutils
.
Sélectionnez
sudo apt-get install libodbcinstq4-1
libstdc++6
Sélectionnez
sudo apt-get install libstdc++5
.
Sélectionnez
sudo apt-get install libc6-dev
.
Sélectionnez
sudo groupadd oinstall
.
Sélectionnez
sudo groupadd dba
.
Sélectionnez
sudo groupadd oper
.
Sélectionnez
sudo groupadd asmadmin
.
Sélectionnez
sudo groupadd asmdba
.
Sélectionnez
sudo groupadd asmoper
.
Sélectionnez
sudo useradd -g oinstall -G dba,asmdba,oper oracle
.
Sélectionnez
id oracle
uid=1001(oracle) gid=1001(oinstall) groupes=1001(oinstall),1002(dba),1003(oper),1005(asmdba)
.
Sélectionnez
sudo passwd oracle

Utiliser un éditeur de texte pour ajouter les lignes suivantes dans le fichier « /etc/sysctl.conf ».

.
Sélectionnez
# Paramètres pour Oracle Database 11g
fs.aio-max-nr = 1048576
fs.file-max = 6815744
kernel.shmall = 2097152
kernel.shmmax = 4294967295
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
net.ipv4.ip_local_port_range = 9000 65500
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048576
.
Sélectionnez
sudo sysctl -p
.
Sélectionnez
sudo sysctl -a
.
Sélectionnez
sudo mkdir -p /u01/app/
.
Sélectionnez
sudo chown -R oracle:oinstall /u01/app/
.
Sélectionnez
sudo chmod -R 775 /u01/app/

Dézipper dans le dossier "/u01/database". Donner les droits pour utilisateur "oracle" comme ci-dessus.

.
Sélectionnez
su oracle
.
Sélectionnez
echo $SHELL
.
Sélectionnez
export DISPLAY=ip_de_la_machine:0.0

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+   

  

Copyright © 2015 Régis POUILLER. Aucune reproduction, même partielle, ne peut être faite de ce site ni de l'ensemble de son contenu : textes, documents, images, etc. sans l'autorisation expresse de l'auteur. Sinon vous encourez selon la loi jusqu'à trois ans de prison et jusqu'à 300 000 € de dommages et intérêts. Droits de diffusion permanents accordés à Developpez LLC.