Installation Oracle 11G XE : Get Started Impossible
Bonjour,
Je relance le Sujet concernant le démarrage de cette Foutu Base XE qui pose toujours problème.
Ma config :
- Windows 7 64bits (connecté au Réseau Entreprise)
- 8 Go Ram
- 320 Go HDD
Je lance le sétup de la version Oracle XE 64bits en tant qu'administrateur. L'installation se déroule correctement. Ensuite le lance "Get Started" et là il n'y a rien qui va. je me retrouve avec :
Code:
1 2 3
| Ce site est inaccessible
localhost n'autorise pas la connexion."
Effectuez une recherche Google sur localhost 8080 apex. |
J'ai modifier le HOST pour faire apparaître la ligne "127.0.0.1 LOCALHOST"
J'ai fait un PING LOCALHOST :
Code:
1 2 3 4 5 6
| Envoi d'une requête 'ping' sur POSTE.xxxxxx.xxxxxxx.local [127.0.0.1] avec
32 octets de données*:
Réponse de 127.0.0.1*: octets=32 temps<1ms TTL=128
Réponse de 127.0.0.1*: octets=32 temps<1ms TTL=128
Réponse de 127.0.0.1*: octets=32 temps<1ms TTL=128
Réponse de 127.0.0.1*: octets=32 temps<1ms TTL=128 |
J'ai modifier le LISTENER.ORA
Code:
1 2 3 4 5 6 7 8 9 10
|
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(ADDRESS = (PROTOCOL = TCP)(HOST = LOCALHOST)(PORT = 1521))
)
)
DEFAULT_SERVICE_LISTENER = (XE) |
J'ai fait un LSNRCTL STOP :
Code:
1 2 3 4 5 6 7 8
|
LSNRCTL for 64-bit Windows: Version 11.2.0.2.0 - Production on 23-NOV. -2016 11:
09:45
Copyright (c) 1991, 2014, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
The command completed successfully |
J'ai fait un LSNRCTL START :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
LSNRCTL for 64-bit Windows: Version 11.2.0.2.0 - Production on 23-NOV. -2016 11:
11:01
Copyright (c) 1991, 2014, Oracle. All rights reserved.
Starting tnslsnr: please wait...
TNSLSNR for 64-bit Windows: Version 11.2.0.2.0 - Production System parameter
file is C:\oraclexe\app\oracle\product\11.2.0\server\network\admin\listener.ora
Log messages written to C:\oraclexe\app\oracle\diag\tnslsnr\POSTE\listener\alert\log.xml
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1))) STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for 64-bit Windows: Version 11.2.0.2.0 - Production
Start Date 23-NOV. -2016 11:11:06
Uptime 0 days 0 hr. 0 min. 5 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Default Service XE
Listener Parameter File C:\oraclexe\app\oracle\product\11.2.0\server\network\admin\listener.ora
Listener Log File C:\oraclexe\app\oracle\diag\tnslsnr\GFI520448\listener\alert\log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
Services Summary...
Service "CLRExtProc" has 1 instance(s).
Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully |
J'ai relancer les services :
- OracleServiceXE
- OracleXETNSListener
Je ai l'impression que APEX (qui doit supporter la partie HTTP sur le port 8080) ne tourne pas sur mon Poste car je n'ai aucun service le concernant !
PLEASE HELP !!
:arf::arf::arf::arf: