Interface Graphique WEB Oracle 11GR2 Linux

Bonjour,

J'ai télécharger Oracle 11GR2, et je l'ai installer sur linux, j'ai démarrer l'instance avec l'invite de commande ( terminal)
mais je ne sais comment démarrer oracle avec l'interface Web(comme celle sous windows).
J'attend vos réponse...
Merci ccm

2 réponses

  1. http://www.tuto-dba-oracle.com/gerer-instance-oracle.html

    3
    1. Merci pour ta réponse
      j'utilise oracle sur ma machine linux, donc pour acceder il faut que je met http://127.0.0.1:5560 dans l'adresse web, mais ça marche pas
      j'ai éssayer de voir le fichier install/portlist.ini qui contient le port http, mais il est vide :s
      j'attend votre aide
      1
      1. Crée et/ou édite le fichier $ORACLE_HOME/install/portlist.ini et colle dedans

        ;OracleAS Components reserve the following ports at install time.
        ;As a postinstallation step, you can reconfigure a component to use a different
        port.
        ;Those changes will not be visible in this file.

        [System]
        Host Name = host1.mycompany.com

        [Ports]
        Oracle HTTP Server port = 7777
        Oracle HTTP Server Listen port = 7778
        Oracle HTTP Server SSL port = 4443
        Oracle HTTP Server Listen (SSL) port = 4444
        Oracle HTTP Server Diagnostic port = 7200
        Application Server Control RMI port = 1850
        Oracle Notification Server Request port = 6003
        Oracle Notification Server Local port = 6100
        Oracle Notification Server Remote port = 6200
        Log Loader port = 44000
        Java Object Cache port = 7000
        DCM Discovery port = 7101
        Application Server Control port = 1810
        Enterprise Manager Agent port = 1830
        Web Cache HTTP Listen port = 7777
        Web Cache HTTP Listen (SSL) port = 4443
        Web Cache Administration port = 4000
        Web Cache Invalidation port = 4001
        Web Cache Statistics port = 4002

        Il te faudra peut-être modifier certains Ports et changer le Host Name

        Bon courage, et bonne nuit, terminé pour ce soir !
        0