Pb d installation oracle lite sous Fedora
gabytech
Messages postés
92
Date d'inscription
Statut
Membre
Dernière intervention
-
gabytech Messages postés 92 Date d'inscription Statut Membre Dernière intervention -
gabytech Messages postés 92 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
Après avoir téléchangé et décompressé Oracle 10g lite sous Fedora. Lorsque je le lance l'intaller (./runInstaller) pour l'installer, il m'affiche le message suivant:
" Oracle Database Lite installation requires ORACLE_HOME to be set. Please set it and retry again. "
Si vous avez une idée d'où peut venir le pb merci de m'aider
Après avoir téléchangé et décompressé Oracle 10g lite sous Fedora. Lorsque je le lance l'intaller (./runInstaller) pour l'installer, il m'affiche le message suivant:
" Oracle Database Lite installation requires ORACLE_HOME to be set. Please set it and retry again. "
Si vous avez une idée d'où peut venir le pb merci de m'aider
A voir également:
- Pb d installation oracle lite sous Fedora
- Facebook lite gratuit - iam - Télécharger - Messagerie
- Finish time lite - Télécharger - Utilitaires
- Daemon tools lite - Télécharger - Émulation & Virtualisation
- Installation windows 10 sans compte microsoft - Guide
- Messenger lite connexion - Télécharger - Messagerie
4 réponses
déclare ta variable d'environnement ORACLE_HOME
export ORACLE_HOME=<répertoire destination d'Oracle>
export ORACLE_HOME=<répertoire destination d'Oracle>
Bonjour,
J'ai le même pb. Mais sauf que j'ai depassé cette étape.
Lorque je le lance, il m'achiche le message suisvant:
Utilisation du paramFile : /home/gabriel/OLITE_10.3.0.2.0_LINUX/install/oraparam.ini
le fichier oraparam.ini me donne ce:
[Oracle]
DISTRIBUTION=TRUE
SOURCE=../stage/products.xml
LICENSE_LOCATION=
JRE_LOCATION=../stage/Components/oracle.swd.jre/1.4.2.0.4/1/DataFiles
JRE_MEMORY_OPTIONS=" -mx256m"
DEFAULT_HOME_LOCATION=olite10gr3
DEFAULT_HOME_NAME=olite10gr3
NO_BROWSE=/net
NLS_ENABLED=TRUE
BOOTSTRAP=TRUE
OUI_VERSION=10.1.0.3.0
PREREQ_CONFIG_LOCATION=../stage/prereq
#SHOW_HOSTNAME=ALWAYS_SHOW shows the hostname panel always
#SHOW_HOSTNAME=NEVER_SHOW does not the hostname panel
#SHOW_HOSTNAME=CONDITION_SHOW shows the hostname panel on condition
SHOW_HOSTNAME=NEVER_SHOW
#THIN_JDBC_FILENAME is optional and defaults to classes12.jar
#The value specified for this should be packaged with OUI, and should
#be relative to <OUI expanded stagedir>/jlib/
THIN_JDBC_FILENAME=classes12.jar
#JRE_OSDPARAM is to set OS dependent param for JRE ( mainly for native VM in 1.3.1)
#JRE_OSDPARAM is optional and should be set to -native for the JRE's
#that support native VM ( mainly for Unix platforms ), in JRE 1.3.1
#For JRE 1.4.1 this should be set to empty or the type of VM that is
#supported client/server. The default value is -native in UNIX platforms
#that supports native VM
#Unix supporting native - JRE_OSDPARAM="-native"
#Unix NOT supporting native and 1.4.1 - JRE_OSDPARAM=""
JRE_OSDPARAM=
CLUSTERWARE={"oracle.crs","10.1.0.2.0"}
#RUN_OUICA specifies the batch script name that needs to be run
#The script is ouica.bat for win32, and ouica.sh for solaris.
#If the value is not specified, then the OUICA script is not run
RUN_OUICA=ouica.sh
je vois qu'il y a des lignes à décommanter et à completer comme celles que j'ai mises en gras, mais je ne sais pas où trouver les infos pour les completer.
Si quelqu'un aurait une idée; merci d'avance
J'ai le même pb. Mais sauf que j'ai depassé cette étape.
Lorque je le lance, il m'achiche le message suisvant:
Utilisation du paramFile : /home/gabriel/OLITE_10.3.0.2.0_LINUX/install/oraparam.ini
le fichier oraparam.ini me donne ce:
[Oracle]
DISTRIBUTION=TRUE
SOURCE=../stage/products.xml
LICENSE_LOCATION=
JRE_LOCATION=../stage/Components/oracle.swd.jre/1.4.2.0.4/1/DataFiles
JRE_MEMORY_OPTIONS=" -mx256m"
DEFAULT_HOME_LOCATION=olite10gr3
DEFAULT_HOME_NAME=olite10gr3
NO_BROWSE=/net
NLS_ENABLED=TRUE
BOOTSTRAP=TRUE
OUI_VERSION=10.1.0.3.0
PREREQ_CONFIG_LOCATION=../stage/prereq
#SHOW_HOSTNAME=ALWAYS_SHOW shows the hostname panel always
#SHOW_HOSTNAME=NEVER_SHOW does not the hostname panel
#SHOW_HOSTNAME=CONDITION_SHOW shows the hostname panel on condition
SHOW_HOSTNAME=NEVER_SHOW
#THIN_JDBC_FILENAME is optional and defaults to classes12.jar
#The value specified for this should be packaged with OUI, and should
#be relative to <OUI expanded stagedir>/jlib/
THIN_JDBC_FILENAME=classes12.jar
#JRE_OSDPARAM is to set OS dependent param for JRE ( mainly for native VM in 1.3.1)
#JRE_OSDPARAM is optional and should be set to -native for the JRE's
#that support native VM ( mainly for Unix platforms ), in JRE 1.3.1
#For JRE 1.4.1 this should be set to empty or the type of VM that is
#supported client/server. The default value is -native in UNIX platforms
#that supports native VM
#Unix supporting native - JRE_OSDPARAM="-native"
#Unix NOT supporting native and 1.4.1 - JRE_OSDPARAM=""
JRE_OSDPARAM=
CLUSTERWARE={"oracle.crs","10.1.0.2.0"}
#RUN_OUICA specifies the batch script name that needs to be run
#The script is ouica.bat for win32, and ouica.sh for solaris.
#If the value is not specified, then the OUICA script is not run
RUN_OUICA=ouica.sh
je vois qu'il y a des lignes à décommanter et à completer comme celles que j'ai mises en gras, mais je ne sais pas où trouver les infos pour les completer.
Si quelqu'un aurait une idée; merci d'avance