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

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Oracle Discussion :

PB lors à l'installation de Oracle 9.0.1.0 Sur Linux RHEL4


Sujet :

Oracle

  1. #1
    Membre à l'essai
    Développeur informatique
    Inscrit en
    Novembre 2006
    Messages
    14
    Détails du profil
    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Novembre 2006
    Messages : 14
    Points : 16
    Points
    16
    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)

  2. #2
    Expert éminent sénior
    Avatar de orafrance
    Profil pro
    Inscrit en
    Janvier 2004
    Messages
    15 967
    Détails du profil
    Informations personnelles :
    Âge : 47
    Localisation : France

    Informations forums :
    Inscription : Janvier 2004
    Messages : 15 967
    Points : 19 075
    Points
    19 075

  3. #3
    Membre expert
    Avatar de LeoAnderson
    Profil pro
    Inscrit en
    Septembre 2004
    Messages
    2 938
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Septembre 2004
    Messages : 2 938
    Points : 3 199
    Points
    3 199
    Par défaut
    Quel est le résultat des commandes linux :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    echo $LANG
    echo $LC_ALL
    locale
    et tant qu'on y est :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
     
    which java
    java --version
    rpm -qa | egrep "java|jdk"

Discussions similaires

  1. Installation d'oracle developer suite 10 g sur linux
    Par momo9237 dans le forum Installation
    Réponses: 3
    Dernier message: 13/05/2009, 15h04
  2. Installation du patchset 10.2.0.4 sur Linux
    Par glmrenard dans le forum Installation
    Réponses: 0
    Dernier message: 02/04/2008, 09h09
  3. Réponses: 15
    Dernier message: 02/01/2008, 13h40
  4. problème lors d'installation d'oracle 9i
    Par fouad77fr dans le forum Installation
    Réponses: 17
    Dernier message: 23/08/2007, 14h04
  5. Réponses: 1
    Dernier message: 20/03/2007, 16h18

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo