Précédent   Forum des professionnels en informatique > Bases de données > Oracle
Oracle Forum Oracle : le serveur, les outils, ... Voir F.A.Q Oracle Tutoriels Oracle
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
'
Vieux 26/11/2007, 12h28   #1
Candidat au titre de Membre du Club
 
Développeur informatique
Inscription : novembre 2006
Messages : 14
Détails du profil
Informations professionnelles :
Activité : Développeur informatique

Informations forums :
Inscription : novembre 2006
Messages : 14
Points : 14
Points : 14
Par défaut PB lors à l'installation de Oracle 9.0.1.0 Sur Linux RHEL4

Salut
J'ai un probleme a l'installation de oracle 9.0.1.0 sur
sur RED HAT 9.0.1.0
Voici mes parametre
#cat/etc/issue
Red HAT Enterprise Linux AS Release 4
#uname
2.6.9-11ELsmp
#java -version
1.4.2


voici mon fichier bash_profile

# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin

umask 022

export PATH
unset USERNAME
# Set the LD_ASSUME_KERNEL environment variable only for Red Hat 9,
# RHEL AS 3, and RHEL AS 4 !!
# Use the "Linuxthreads with floating stacks" implementation instead of NPTL:
#export LD_ASSUME_KERNEL=2.4.1 # for RH 9
export LD_ASSUME_KERNEL=2.4.0 # for RHEL AS 3

# Oracle Environment
export ORACLE_BASE=/usr01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/9.2
export ORACLE_SID=vst
export ORACLE_TERM=xterm
# export TNS_ADMIN= Set if sqlnet.ora, tnsnames.ora, etc. are not in $ORACLE_HOME/network/admin
export NLS_LANG=FRENCH_FRANCE.WE8ISO8859P15
export ORA_NLS33=${ORACLE_HOME}/ocommon/nls/admin/data
LD_LIBRARY_PATH=${ORACLE_HOME}/lib:${ORACLE_HOME}/jdk/jre/lib/i386
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${ORACLE_HOME}/jdk/jre/lib/i386/server
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/lib:/usr/local/lib
export LD_LIBRARY_PATH

# Set shell search paths
export PATH=$PATH:$ORACLE_HOME/bin

CLASSPATH=${ORACLE_HOME}/jre/1.4.2/bin:${ORACLE_HOME}/jlib:${ORACLE_HOME}/rdbms/jlib
CLASSPATH=${CLASSPATH}:${ORACLE_HOME}/network/jlib

export CLASSPATH
echo "**************************"
echo "Oracle home = $ORACLE HOME"
echo "Oracle SID = $ORACLE SID"
echo "**************************"


Message d'erreur
sun.io.MalformedInputException
at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java:114)
at java.io.InputStreamReader.convertInto(InputStreamReader.java)
at java.io.InputStreamReader.fill(InputStreamReader.java)
at java.io.InputStreamReader.read(InputStreamReader.java)
at java.io.BufferedReader.fill(BufferedReader.java)
at java.io.BufferedReader.readLine(BufferedReader.java)
at oracle.help.engine.TOCEngine.parseTOC(Unknown Source)
at oracle.help.engine.TOCEngine.createDataObject(Unknown Source)
at oracle.help.engine.TOCEngine.createDataObject(Unknown Source)
at oracle.help.common.View.getViewData(Unknown Source)
at oracle.help.navigator.tocNavigator.RootItemDataSource._getTopicTree(Unknown Source)
at oracle.help.navigator.tocNavigator.RootItemDataSource._createNodeInfos(Unknown Source)
at oracle.help.navigator.tocNavigator.RootItemDataSource.addTOCView(Unknown Source)
at oracle.help.navigator.tocNavigator.TOCTree.addTOCView(Unknown Source) at oracle.help.navigator.tocNavigator.TOCNavigator.addView(Unknown Source)
at oracle.help.Help._createNavigatorForView(Unknown Source)
at oracle.help.Help._createNavigatorsForBook(Unknown Source)
at oracle.help.Help.addBook(Unknown Source)
at oracle.sysman.oii.oiix.OiixHelp.addInstHelp(OiixHelp.java:298)
at oracle.sysman.oii.oiic.OiicInstaller.init(OiicInstaller.java:279)
at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:472)
sun.io.MalformedInputException
at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java:114)
at java.io.InputStreamReader.convertInto(InputStreamReader.java)
at java.io.InputStreamReader.fill(InputStreamReader.java)
at java.io.InputStreamReader.read(InputStreamReader.java)
at java.io.BufferedReader.fill(BufferedReader.java)
at java.io.BufferedReader.readLine(BufferedReader.java)
at oracle.help.engine.TOKEngine.parseTOK(Unknown Source)
at oracle.help.engine.TOKEngine.createDataObject(Unknown Source)
at oracle.help.engine.TOKEngine.createDataObject(Unknown Source)
at oracle.help.common.View.getViewData(Unknown Source)
at oracle.help.navigator.keywordNavigator.KeywordDataSource._getTopicTree(Unknown Source)
at oracle.help.navigator.keywordNavigator.KeywordDataSource._addViewItems(Unknown Source)
at oracle.help.navigator.keywordNavigator.KeywordDataSource.access$0(Unknown Source)
at oracle.help.navigator.keywordNavigator.KeywordDataSource$KeywordMergeTask.runTask(Unknown Source)
at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
at oracle.ewt.timer.Timer.doRun(Unknown Source)
at oracle.ewt.timer.Timer.run(Unknown Source)
at java.lang.Thread.run(Thread.java)
bertrand_nt est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 26/11/2007, 13h59   #2
Rédacteur/Modérateur
 
Avatar de orafrance
 
Inscription : janvier 2004
Messages : 15 861
Détails du profil
Informations personnelles :
Âge : 35

Informations forums :
Inscription : janvier 2004
Messages : 15 861
Points : 16 212
Points : 16 212
http://club.developpez.com/regles/#L3.4
orafrance est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 26/11/2007, 14h09   #3
Expert Confirmé
 
Avatar de LeoAnderson
 
Inscription : septembre 2004
Messages : 2 942
Détails du profil
Informations forums :
Inscription : septembre 2004
Messages : 2 942
Points : 2 972
Points : 2 972
Quel est le résultat des commandes linux :
Code :
1
2
3
echo $LANG
echo $LC_ALL
locale
et tant qu'on y est :
Code :
1
2
3
4
 
which java
java --version
rpm -qa | egrep "java|jdk"
LeoAnderson est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 01h35.


 
 
 
 
Partenaires

Hébergement Web